iOS 6 Social integration - go to settings issue

前端 未结 4 1920
鱼传尺愫
鱼传尺愫 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.

提交回复
热议问题