UIActivityViewController share only text

前端 未结 5 794
旧时难觅i
旧时难觅i 2021-01-02 17:13

I want to share just simple text using UIActivityViewController I am using swift, with xcode 6.3 The code is very simple, work great for photos, but not just text, I don\'t

5条回答
  •  鱼传尺愫
    2021-01-02 17:49

    I have been facing the same problem but have not been able to fix it. This is what I found out so far:

    • Bug can be fixed when removing Facebook.app from device (but it's not a solution)
    • Bug seems to persist on devices with Facebook.app >v28.0 & iOS8.3
    • Facebook.app v28.0 & iOS8.3 still works
    • Facebook.app v29.0 & iOS8.2 still works
    • Sharing URL's seems to be affected too by this bug

    It's hard to tell if Facebook actually has something to do with this bug, as they have a policy of entering bogus release notes for updates.

    Since the sharing feature is not a main feature in my app, I will wait until the release of iOS8.4 and/or Facebook.app v30.0

提交回复
热议问题