Skip to content
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

LLSimpleCamera requires me to add NSMicrophoneUsageDescription in the .plist on iOS 10 #117

Open
vijaytholpadi opened this issue Oct 6, 2016 · 0 comments

Comments

@vijaytholpadi
Copy link

Even though I do not use the video mode of LLSimpleCamera, app submission on iOS 10 requires me to add this key.

I know this is not a killer, and speaks more about the App submission process.

Putting it down for reference, so that it is known.

Two ways to work around it:

  • Add the dummy NSMicrophoneUsageDescription key but the value for the same will have to be faked reason.
  • Comment out the code that requests for microphone permission, the (void)requestMicrophonePermission:(void (^)(BOOL granted))completionBlock bit. Do this only incase your app does not use videoMode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant