UIActivityViewController doesn't show FB and Twitter on iOS 7

后端 未结 2 847
南笙
南笙 2021-02-12 18:28

I am trying to share some items using UIActivityViewController. On iOS 6 it works fine. But when I test it on iOS 7 only mail icon shows up. In doubt that my SDK was too old I d

相关标签:
2条回答
  • 2021-02-12 18:47

    They won't show when you don't have Twitter and Facebook accounts set up in settings. Facebook or twitter app are not enough - you should have explicitly set accounts.
    Maybe it's not really cool, (user may want to share something on fb or twitter and perform login for it) but Apple considered these activities should work so in iOS 7.

    0 讨论(0)
  • 2021-02-12 19:03

    As Ahmed said above There is a problem in IOS 8.3 to use Facebook text sharing even if you add Facebook account in the setting.

    I recently post this problem in sharing facebook text using uiactivityviewcontroller

    In my opinion this is a bug that apple have to fix. maybe in the next version...

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