Reputation:
Can I change the camera access permission info.plist message dynamically in Objective-C, because I need to show some dynamic values in message from API response.
Upvotes: 0
Views: 272
Reputation: 970
Short answer: You can't.
But I met with custom info popups before system popups.
Other solution would be to have Info.plist localized in multiple languages and then before showing system popup just force localisation based on which text you want to display.(I didn't test this)
BTW why would you wanna do that?
Upvotes: 1