We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cb33f commit 8122bcaCopy full SHA for 8122bca
README.md
@@ -27,11 +27,7 @@ To use the sample app:
27
28
1. Go to the `Sample` directory and run `pod install`.
29
2. Open `Sample.xcworkspace` in Xcode.
30
-3. Set your iOS API key and App ID at the top of `ITCAppDelegate.m`, here:
31
-```
32
-#define INTERCOM_APP_ID @"YOUR_APP_ID"
33
-#define INTERCOM_API_KEY @"YOUR_API_KEY"
34
+3. Set your iOS API key and App ID at the top of `ITCAppDelegate.m`.
35
4. Build and run.
36
37
##How should I use Intercom for iOS in my app?
0 commit comments