react-native-social-share
react-native-social-share copied to clipboard
SLServiceType is deprecated in iOS 11.0
I use it conveniently. Thank you.
By the way, SLSServiceType seems to be unusable on iOS 11. Are there plans to correspond here?

Hey @oodemi
Thank you for letting me know about this. Looking at Apple Developer Documentation it seems like there is still a serviceType. https://developer.apple.com/documentation/social/slcomposeviewcontroller?language=objc
I am curious what suggested changes Xcode shows. Do you have any input on what to change to make it compatible with iOS 11?
[core] isAvailableForServiceType: for com.apple.social.facebook returning NO
So it not works in iOS 11. Any plans for the update, @doefler?
@TechGennie Hey thanks for letting me know about this 😄 Any suggestions for how to solve this?
Seems like it's not fixable easily: https://stackoverflow.com/a/47054319 https://stackoverflow.com/a/47352766
What about using the workaround for isAvailableForServiceType described on the second link until some better solution shows up?
[core] isAvailableForServiceType: for com.apple.social.facebook is always returning NO
So it not works in iOS 11. how to solve @doefler ?