com.facebook.sdk error 2 on iOS

后端 未结 9 1645
误落风尘
误落风尘 2020-12-05 22:53

I have a Phonegap app that runs on both iOS and Android. The app has a Facebook login feature which worked until a few days ago. A few of our beta testers have reported an \

相关标签:
9条回答
  • 2020-12-05 23:51

    This happened for an app that I was using. I was able to get around it by going to my iPhone settings, selecting Facebook, tapping on my name, and clicking "delete account."

    Afterwards I was able to sign in with the app without issue.

    I went back to settings | facebook and resubmitted my credentials.

    The app still works fine.

    0 讨论(0)
  • 2020-12-05 23:54

    I had this bug when I forgot to check Native iOS App (in Facebook Developers Page) and typed-in my Bundle ID, which is same as Bundle identifier in your Xcode project. (including your project name at the end.) I also had the setting in Facebook Developers Page which enabled SandBox mode. I disabled Sandbox mode too to get this work.

    0 讨论(0)
  • 2020-12-05 23:55

    In my case I created the app with my companies account and forgot to add my personal profile with a Developer Role. After I figured that out everything went smoothly.

    Cheers.

    0 讨论(0)
提交回复
热议问题