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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Intercom
2
2
3
+
## 3.0.19 (2016-11-18)
4
+
5
+
* More clearly warn about potential [AppStore submission issues](https://developers.intercom.com/v2.0/docs/ios-installation#section-step-2-update-infoplist) on iOS 10.
6
+
* Various localisation updates.
7
+
* Many visual improvements.
8
+
* Reduce the number of network requests that are made by Intercom.
9
+
3
10
## 3.0.18 (2016-11-02)
4
11
5
12
* Reduced usage of `AFNetworking` to fix crash in [#186](https://github.com/intercom/intercom-ios/issues/186).
Full documentation is available [here](https://docs.intercom.io/install-on-your-product-or-site/quick-install/install-intercom-on-your-ios-app) and please contact
76
+
Full documentation is available [here](https://developers.intercom.com/docs/ios-installation ) and please contact
77
77
us directly via Intercom for any support or questions you may have.
Secure Mode helps to make sure that conversations between you and your users are kept private, and that one
99
99
user can't impersonate another. In Secure Mode Intercom for iOS will sign all requests going to the Intercom servers
100
100
with tokens. It requires your mobile application to have its own server which authenticates the app's users,
101
-
and which can store a secret. More information on secure mode can be found [here](http://docs.intercom.io/Install-on-your-mobile-product/enabling-secure-mode-in-intercom-for-ios)
101
+
and which can store a secret. More information on secure mode can be found [here](http://docs.intercom.io/Install-on-your-mobile-product/enabling-secure-mode-in-intercom-for-ios)
102
102
103
103
@note This should be called before any user registration takes place.
0 commit comments