Skip to content

Commit 2067a8f

Browse files
committed
Updated Readme
Clarifies how API Key must be passed to Intercom during initialization.
1 parent acdb613 commit 2067a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ No matter what category of app you have, you'll need your Intercom app id and th
4141

4242
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
4343
// Initialize Intercom
44-
[Intercom setApiKey:@"<#ios_sdk-...#>" forAppId:@"<#your-app-id#>"];
44+
[Intercom setApiKey:@"ios_sdk-<#your-api-key#>" forAppId:@"<#your-app-id#>"];
4545
}
4646

4747
###My app only has logged in users

0 commit comments

Comments
 (0)