iOS 6 Social integration - go to settings issue

前端 未结 4 1910
鱼传尺愫
鱼传尺愫 2020-12-06 17:37

I\'m trying to integrate Facebook sharing procedure into my app. I\'m using UIActivityViewController like this:

NSArray * activityItems = @[self         


        
相关标签:
4条回答
  • 2020-12-06 17:44

    I just integrated the facebook social framework into my app and had exact same issue on iOS 6.1, i.e. when my facebook account is not setup, I will get this warning, but clicking "Setting" will simply dismiss the dialog instead of bringing me to the device's setting page.

    I found out this seems to be a simulator ONLY issue, it works perfectly on real device. I'd suggest you to give a try.

    0 讨论(0)
  • 2020-12-06 17:57

    This bug seems to be fixed in new version of iOS (6.0.1) At least I have all working well since my last updgrade.

    0 讨论(0)
  • 2020-12-06 17:59

    i am having the same issue you update the ios from 6 to 6.0.1 and remove the verification type **SLServiceTypeFacebook** in **SLComposeViewController** at first.,thats all working fine for me now.

    0 讨论(0)
  • 2020-12-06 18:01

    iOS 6.0.1 resolve this issue. Update software on device it go setting view.

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