Login Process

Hi there,

Can anyone explain to me the difference between userInitiated = false  and  userInitiated = true  during the login process? In my app the login process only works with the flag set to true. But I do want the login process be handled in the background.

Setting this to false is useful for automatically logging in at the start of the app without annoying the user to log in every time.

But I get an error event when I try to start my application with this flag set to false.

It should work that way or not?

Any advice please, it is driving me crazy.

Thanks