react-native-social-share
react-native-social-share copied to clipboard
Apple now requires NSLocationUsageDescriptions
Apple now requires NSLocationAlwaysUsageDescription and NSLocationWhenInUseUsageDescription to be defined in info.plist when transmitting your app to the store. As I found out, this warning can be triggered if a linked library contains the code for this feature even if it isn't called in the code. I found out that this library is the only one in my project containing RCTGeolocation and therefore might be responsible for this warning. Is RCTGeolocation necessary in this lib and if yes for which feature? Might it be possible to release a version without this dependency if not necessary?
Hey @rafaelmaeuer, Thanks for the heads up 😄
I don't see why RCTGeolocation
should be necessary.
I haven't really touched app development for some years, so I wouldn't know were to make the appropriate changes. If you know what to do and have the opportunity to submit a Pull Request, I would be happy to merge it in 👍
Thanks again Kim