I have an iOS app with integrated Facebook sharing. It's been working for several years now.
I recently updated to the latest SDK, and now when I try to share, it succeeds maybe 10% of the time, but usually fails with the following logging:
plugin com.apple.share.Facebook.post interrupted
Hub connection error Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.facebook.Facebook.ShareExtension" UserInfo={NSDebugDescription=connection to service named com.facebook.Facebook.ShareExtension}
didCancel.
(The didCancel is my own logging to show that the didCancel callback gets hit). I'm using version 4.29 of the SDK, with the following items added to my plist, based on suggestions I've read elsewhere:
FacebookAppID
FacebookDisplayName
LSApplicationQueriesSchemes fbapi20150629
fbshareextension
fbapi
fbauth2
Any suggestions you might have would be greatly appreciated.