Skip to content

Commit ee27acb

Browse files
committed
Add step to add required .plist keys
1 parent 663f73e commit ee27acb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ $ pod install
6060
[Instabug startWithToken:@"{{app_token}}" invocationEvent:IBGInvocationEventShake];
6161
```
6262
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.
6371

6472
## More
6573

0 commit comments

Comments
 (0)