-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning about Bluetooth Permission when submitting app to iOS App Store #55
Comments
You can add I'll try to find a final solution. |
Yes, i'm facing the same issue. In app i need only control value while not using bluetooth. After adding purpose string still apple rejected app.
|
V1.7.0 remove bluetooth codes by default. I think it's more friendly for you who don't need bluetooth. See change log
|
After submitting my app with
react-native-system-setting 1.5.3
to the iOS App Store I received the following mail:Since I don't use Bluetooth anywhere in the app, I guess it's because this package can manage bluetooth as well.
Does anyone else have a similar problem?
PS: I used
setAppStore(true)
.The text was updated successfully, but these errors were encountered: