Hello. I’m using easy logins for facebook, twitter and google. It opens up in-app browser in SVC, and login works successfully, but after the login, where the SVC should be dismissed and the appdelegate functions should be called, my app gets stuck there. (no crash or error), just the SVC doesn’t close on it’s own. The DONE button on the top left corner, also doesn’t close the SVC on click. What am i doing wrong?
Hi Zeba,
Safari does not work consistently across different versions of iOS. We’re moving away from “easy login” and will be removing it in version 4. I would recommend using native SDK from Facebook and Google and then logging user into Backendless with API call which exchanges access token for BackendlessUser.
Regards,
Mark
Hi Mark.
Thanks. I changed the facebook login to login-via-SDK, and it’s working fine. But what to do about twitter? The documentation mentions only easy-login for twitter and that is launching out to safari app.