diff --git a/README.md b/README.md index 40141d3..751ec06 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ Then run `pod install` in your project's root directory 3. Unzip the downloaded file, if necessary. 4. Drag and drop the `AmazonConnectChatIOS.xcframework` into your Xcode project. +>⚠️ Important: Please remember to add 'AWSCore' and 'AWSConnectParticipant' from [AWS IOS SDK](https://github.com/aws-amplify/aws-sdk-ios) while using binaries. + + #### How to Import the XCFramework Once you have added the `AmazonConnectChatIOS.xcframework` to your project, you need to import it into your code. Here are the steps: diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy index 78dea07..75bd2e7 100644 --- a/Sources/PrivacyInfo.xcprivacy +++ b/Sources/PrivacyInfo.xcprivacy @@ -1,19 +1,27 @@ -{ - "data": [ - { - "type": "attachments", - "purpose": [ - "app_functionality" - ], - "optional": true, - "linked": false - } - ], - "thirdPartyDataSharing": { - "sharedData": [], - "thirdPartyIdentifiers": [] - }, - "dataDeclarationVersions": { - "version": "1.0" - } -} + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + + type + attachments + purpose + + app_functionality + + optional + + linked + + + + NSPrivacyAccessedAPITypes + + +