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.
2 parents acdb613 + 86d6829 commit 3ea2bf4Copy full SHA for 3ea2bf4
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:@"<#your_ios_api_key#>" forAppId:@"<#your-app-id#>"];
45
}
46
47
###My app only has logged in users
0 commit comments