You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to replace `{{app_token}}` with your application token. Find it [here](https://instabug.com/app/sdk/).
63
+
64
+
3. Add following keys to your application .plist file:
65
+
66
+
**NSMicrophoneUsageDescription** This should describe why you need to access microphone. Prompt message will not appear unless user try to attach voice note while reporting. The description can be something like "Voice notes recording requires access to microphone"
67
+
68
+
**NSPhotoLibraryUsageDescription** Should describe why your application needs to access Photo Library. Prompt message will not appear unless user try to attach photo from Photo Library. The description can be something like "Attaching images from Photo Library requires access to Photo Library"
69
+
70
+
They are required starting from iOS 10 to avoid AppStore rejection.
0 commit comments