ios permission - NSPhotoLibraryUsageDescription, NSCameraUsageDescription, NSLocationAlwaysUsageDescription, NSLocationWhenInUseUsageDescription
Hi~
I have some question about permission of AIR SDK for iOS.
When I made an sample project with ActionScript Mobile Project and exported a realease build (.ipa),
the following keys was added automatically to info.plist.
<key>NSPhotoLibraryUsageDescription</key>
<string>Required by Apple</string>
<key>NSCameraUsageDescription</key>
<string>Required by Apple</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Required by Apple</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Required by Apple</string>
An sample project was empty and I did not add anything to it.
My development environment is Flash Builder 4.7 and AIR SDK 32 beta ( 32.0.0.109 ) - MacBook Pro (Retina, 13-inch, Late 2013), macOS High Sierra 10.13.6.
Is the above keys is required to use AIR SDK 32?
If anyone knows about this, please let me know.
Please, plese help me.
