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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ We check for new messages when your app opens and whenever your customer or your
42
42
43
43
## Installation
44
44
45
-
Intercom for iOS supports iOS 10+.
45
+
Intercom for iOS supports iOS 13+.
46
46
Xcode 13 is required to build Intercom iOS SDK.
47
47
The binary size for Intercom is **2.3MB**.
48
48
@@ -80,7 +80,7 @@ Make sure "Copy items if needed" is selected and click Finish.
80
80
81
81
With the exception of apps that _only_ support iOS 14+, when installing Intercom, you'll need to make sure that you have a `NSPhotoLibraryUsageDescription` entry in your `Info.plist`.
82
82
83
-
For apps that support iOS 13 or lower, this is [required by Apple](https://developer.apple.com/library/content/qa/qa1937/_index.html) to access the photo library. It is necessary when installing Intercom due to the image upload functionality. Users will be prompted for the photo library permission only when they tap the image upload button.
83
+
For apps that support iOS 13, this is [required by Apple](https://developer.apple.com/library/content/qa/qa1937/_index.html) to access the photo library. It is necessary when installing Intercom due to the image upload functionality. Users will be prompted for the photo library permission only when they tap the image upload button.
84
84
85
85
On iOS 14+, Intercom uses the new `PHPickerViewController` API which does not require requesting users for photo library permission.
0 commit comments