Skip to content

Instantly share code, notes, and snippets.

@nayansuthar
Created July 31, 2012 11:53
Show Gist options
  • Save nayansuthar/3216425 to your computer and use it in GitHub Desktop.
Save nayansuthar/3216425 to your computer and use it in GitHub Desktop.
helpshift initialization
[Helpshift setUsername:@"John"];
[Helpshift setUseremail:@"john@helpshift.com"];
[Helpshift install:@"5a867e6b07466faa939285508de33a42"
:@"sandbox.helpshift.mobi"
:@"sandbox_platform_20120726120113072-89b012748d5aa10"];
NSString *currentCount = (NSString *)[[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