I have an issue with the Facebook iOS SDK. Here is what happens:
The issue is, if from the free app I'm trying to use Facebook, it quits the app, goes to the Facebook app and back to my app, but to the paid app, it launches the paid one and not the free one. Is there a way to avoid that?
If I have just one of the version (paid or free) installed on the device, it works well.
I know I could create a specific Facebook app for each version of the iphone app, but I definitely don't want that.
Tap in the top right of Facebook. Scroll down and tap Settings. Tap Apps and Websites. Tap Logged in with Facebook.
There's some specific changes that need to be made to support multiple IOS apps using the same Facebook app ID with the Single Sign-On Authentication
See https://developers.facebook.com/docs/howtos/share-appid-across-multiple-apps-ios-sdk/ for more information.
The most important things to check are:
All i did to fix is:
1) Add FacebookUrlSchemeSuffix property with different values for different apps (e.g. myproapp and myfreeapp) (in ****-Info.plist, ****-Info Demo.plist)
2) Edit URL Types -> Item 0 -> URL Schemes -> Item 0 to looks like fb1234567890myproapp and fb1234567890myfreeapp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With