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 acdb613 commit 2067a8fCopy full SHA for 2067a8f
README.md
@@ -41,7 +41,7 @@ No matter what category of app you have, you'll need your Intercom app id and th
41
42
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
43
// Initialize Intercom
44
- [Intercom setApiKey:@"<#ios_sdk-...#>" forAppId:@"<#your-app-id#>"];
+ [Intercom setApiKey:@"ios_sdk-<#your-api-key#>" forAppId:@"<#your-app-id#>"];
45
}
46
47
###My app only has logged in users
0 commit comments