I’m making an attempt to submit a brand new app on appstore, they usually hold rejecting it saying that the aim string for the digicam use is just not set.
My app is constructed utilizing Cordova and I’m already setting the NSCameraUsageDescription key within the config.xml as follows:
want digicam entry to take footage
I can verify that this setting is being handed to the applying, because the very first time I’m opening the digicam view in my app, the applying permission immediate presents this message. However any subsequent prompts (proven every time I reopen the digicam view) do not present any message. See the connected pic.
From what I used to be capable of finding, there isn’t a different function string to be set for cameras, aside from NSCameraUsageDescription.
Am I lacking one thing?
Thanks