I tried the easy facebook login for user which as docs said would login user in a web popup.
In simulator it redirected to a website in safari. I am sure that apple has a rejection policy of apps redirecting to outside the app to login user these days.
Our app got reject for this reason, but because of the Twitter login redirecting to Safari. Any way I can choose where it redirects to, like SafariViewController? (which Apple suggested I do)
Any plans for supporting SafariViewController if the device is iOS9? I had to revert to using TwitterKit and manually registering and logging in, just so the app could get approved.
Had to switch to LoginWithFBSDK too.
I assume Apple is clamping down much more on apps “that doesnt meet their UX guidelines”
We have added a support for SafariViewController if the device is iOS9. You could update the latest Backendless SDK via CocoaPods (3.0.27 release) or from github (CommLibiOS and backendless).
The UserSocial example still redirects to Safari instead of using the SafariVC ‘inside’ the app. iPhone 6s iOS 9.3 Simulator. Not sure what else I can do.
Got it displaying the SafariVC, thanks. I was trying to call it from a VC that was presented modally. So was not getting displayed. Thanks for the help.