Skip to content

Instantly share code, notes, and snippets.

@helpshift
Created December 5, 2012 05:28
Show Gist options
  • Save helpshift/4212603 to your computer and use it in GitHub Desktop.
Save helpshift/4212603 to your computer and use it in GitHub Desktop.
Helpshift iOS SDK documentation
[Helpshift installForAppID:@"sandbox_platform_20120726120113072-89b012748d5aa10"
domainName:@"sandbox.helpshift.com"
apiKey:@"5a867e6b07466faa939285508de33a42"];
[Helpshift leaveBreadCrumb:@"Custom String"];
[Helpshift setUsername:@"John"];
[Helpshift setUseremail:@"john@helpshift.com"];
- (void) notificationCountReceived:(NSString *)count
[[Helpshift sharedInstance] setDelegate:self];
[[Helpshift sharedInstance] notificationCount];
[[Helpshift sharedInstance] showSupport:self];
[Helpshift setUserIdentifier:@"user-id-100"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment