Skip to content

Commit b921c03

Browse files
authored
- Updated Readme to include info about Apple's new iOS 10 photo permissions (#172)
1 parent b022a21 commit b921c03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Add the Intercom pod into your Podfile and run `pod install`.
3232
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Intercom.framework/strip-frameworks.sh"
3333
This step is required to work around an [App Store submission bug](http://www.openradar.me/radar?id=6409498411401216) when archiving universal binaries.
3434

35+
### iOS 10 Requirements
36+
If you are supporting iOS 10 in your app, you'll need to make sure that you add `NSPhotoLibraryUsageDescription` to your `Info.plist` so that your users have the ability to upload photos in Intercom's messenger. This is a new permissions requirement from Apple in iOS 10.
37+
3538
##Sample app
3639
There is a sample app provided for both Objective-C and Swift.
3740
To use the sample app:

0 commit comments

Comments
 (0)