NSCameraUsageDescription and multiple uses

My app uses the camera for 3 distinct areas of the app. Depending on which the users goes to first, the usage description would be appropriate for the context.


It doesn't look like this is possible, and that I can only create one usage description to cover all cases.


Is this correct?

Yes, the text is in the info.plist, and only one text. And this content cannot be modified programmatically.


So your message should be generic, may be mentionning the 3 cases: App needs to access camera to do 1 or 2 or 3.

NSCameraUsageDescription and multiple uses
 
 
Q