From 531a6a8ad727522fb4f38320236c11180031ee6a Mon Sep 17 00:00:00 2001 From: qsd-faris <92013327+qsd-faris@users.noreply.github.com> Date: Wed, 29 May 2024 14:18:29 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 36ad29f..8b341cb 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,14 @@ messenger?.setPushRegistrationToken(token: token) Prerequisite: The application should be connected to the notifications platform, enabled for receiving notifications and obtaining tokens. + +## Privacy + +In order to make the file upload and download fully work, make sure to add these permissions with appropriate messages in your `Info.plist` file: +- Privacy - Camera Usage Description +- Privacy - Microphone Usage Description +- Privacy - Photo Library Additions Usage Description + ## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/deskpro/messenger-sdk-ios/tags).