App Store builds
Buglife is awesome not only for debug & internal builds, but for App Store builds of your app as well.
Important: For App Store builds, your app’s Info.plist must include the NSPhotoLibraryUsageDescription
key, along with a string value. App Store submissions may be rejected without this key present.
If your Info.plist doesn’t already contain this key, you should add it along with a string value such as “To attach a photo to bug reports, we need to access your photo library.”
The Buglife SDK will only present the option to add photo attachments from the camera roll when (1) this key exists in your Info.plist and (2) the user has already granted your app permission to access the camera roll. Buglife will not request permissions on its own.