2

I want to use more than one "Privacy - Microphone usage description". During runtime I want to select the appropriate one based on something. Info.plist only accepts one string and it doesn't let you provide more than one strings and select one of those during runtime. Is it even possible? If so, please let me know the way to achieve it.

asad
  • 281
  • 4
  • 11
  • Your best approach is probably to display your own alert to the user before requesting permission that will trigger the system alert. You can then customise your own alert as required. – Paulw11 Jul 13 '17 at 05:35

1 Answers1

2

You can't change it. Since its declared in the Info.plist and this is write protected.

Editing Info.plist possible programmatically?

Pochi
  • 13,391
  • 3
  • 64
  • 104