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
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Intercom for iOS supports iOS 8.x and iOS 9.x.
15
15
Add the Intercom pod into your Podfile and run `pod install`.
16
16
17
17
use_frameworks!
18
-
18
+
19
19
target :YourTargetName do
20
20
pod 'Intercom'
21
21
end
@@ -46,7 +46,7 @@ To use the sample app:
46
46
##Setup and Configuration
47
47
48
48
* Our [installation guide](https://docs.intercom.io/install-on-your-product-or-site/quick-install/install-intercom-on-your-ios-app) contains full setup and initialisation instructions.
49
-
* Read ["Configuring Intercom for iOS"](https://docs.intercom.io/configure-intercom-for-your-product-or-site/configure-intercom-for-mobile/configuring-intercom-for-ios).
49
+
* Read ["Configuring Intercom for iOS"](https://docs.intercom.io/configure-intercom-for-your-product-or-site/configure-intercom-for-mobile/configuring-intercom-for-ios).
50
50
* Please contact us on [Intercom](https://intercom.io) with any questions you may have, we're only a message away!
51
51
52
52
## Upgrading to v3.0
@@ -60,3 +60,22 @@ Intercom for iOS has support for all these things. For full details please read
60
60
## Xcode Documentation
61
61
62
62
This documentation provides integrated help in Xcode for all public APIs in Intercom for iOS. [Download the docset](https://github.com/intercom/intercom-ios/releases/tag/latest) from the latest release and Copy the content into `~/Library/Developer/Shared/Documentation/DocSets`.
63
+
64
+
## Migrating from legacy version of the SDK
65
+
66
+
To upgrade from SDK versions **older then version 2.2.4** there are some method changes that you may want to be aware of. See installation instructions at the top of this page for more information on how to install the new version of the SDK.
67
+
68
+
<table>
69
+
<tr><th colspan="3" style="text-align:center;">iOS Method Name Changes</th></tr>
0 commit comments