Two observations:
One
It appears that for your app to use Share Sheets (aka UIActivityViewController
), you now have to provide either:
- An NSURL as one of the ActivityItems, or
- A UIActivityItemProvider where the call to
super initWithPlaceholderItem:
must take an NSURL as an argument
You used to be able to share with plain ole NSStrings
Two
There appears to be no way to share text to Facebook via the UIActivityViewController
as of the latest update. Text is stripped away.
--
Are others running into this or is it just me? You used to be able to share text to Facebook... this literally just changed.
How can I share text to Facebook from a UIActivityViewController
?