-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
NSCameraUsageDescription #38
Comments
I’ll check that, it’s strange behavior, I’m sure that I didn’t use any camera resource. |
@tsargent I checked all code and I didn't found nothing that use camera permission, the only possibility is a |
Thank you @1fabiopereira. I tried your branch and I still get the error when I attempt to distribute it to TestFlight. Very strange. I will keep investigating. |
I'll investigating too, if I found something relevant I tell you. |
Hello @tsargent and @1fabiopereira! FYI: I got exactly the same issue with a simple project too. Same as you I didn't found any reason of why your dependency generate this problem 🤷♂️. PS: thanks for your amazing work on this repo @1fabiopereira |
@cursan-a Thanks for reporting, I'll check again as it doesn't make any sense. |
Any updates on this? I want to use this repo for a project. But this issue is concerning. |
I am using the library in a simple app and am getting a rejection from Apple TestFlight because of the following error:
This seems very unrelated to react-native-pitch-detector, but when I remove the dependency, the app gets accepted on TestFlight.
My repo: https://github.com/tsargent/turtle-tuner
This commit does not get rejected from TestFlight, and it simply removes the dependency: tsargent/turtle-tuner@67d4a52
Am I missing something with permissions? Why would I need camera permissions?
The text was updated successfully, but these errors were encountered: