You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm using your extension for some mobile game (ios/android) and we want to use facebook so that the user can publish his score ect ect. Everything works nicely except that the facebook session is lost between the app launches on iOs. I never coded in objective-c before but i found that the session is closed on the willTerminate handler. I just commented it and now the app have the behaviour i'm expecting. I just wanted to ask why close the session on iOs on app exit and not on android ? Am I introducing some potential bug by doing so ?
Thank you !
The text was updated successfully, but these errors were encountered:
Tomobodo
changed the title
Why close the session on closing app ? (ios)
Why close the session on app exit? (ios)
Jul 9, 2014
Hello, i'm using your extension for some mobile game (ios/android) and we want to use facebook so that the user can publish his score ect ect. Everything works nicely except that the facebook session is lost between the app launches on iOs. I never coded in objective-c before but i found that the session is closed on the willTerminate handler. I just commented it and now the app have the behaviour i'm expecting. I just wanted to ask why close the session on iOs on app exit and not on android ? Am I introducing some potential bug by doing so ?
Thank you !
The text was updated successfully, but these errors were encountered: