iOS

The iOS experimental API guide

Our iOS Messenger currently offers an experimental API. We use experimental Intercom to test changes to our public API. We appreciate any feedback on your experience with our trial API. You can contact us using our messenger at http://intercom.com.

How to use the experimental API

To use the experimental API, first make sure you are including at minimum version 4.1.4 of the iOS SDK.

Change your imports

Where you previously would call #import <Intercom/Intercom.h> you will now need to switch to #import <Intercom/Intercom+Experimental.h>. Make sure you switch all your imports to Experimental before calling any methods in the Experimental header.