Created
July 31, 2012 11:53
-
-
Save nayansuthar/3216425 to your computer and use it in GitHub Desktop.
helpshift initialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Helpshift setUsername:@"John"]; | |
[Helpshift setUseremail:@"[email protected]"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Helpshift install:@"5a867e6b07466faa939285508de33a42" | |
:@"sandbox.helpshift.mobi" | |
:@"sandbox_platform_20120726120113072-89b012748d5aa10"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSString *currentCount = (NSString *)[[Helpshift sharedInstance] notificationCount]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[Helpshift sharedInstance] showSupport:self]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Helpshift setUserIdentifier:@"user-id-100"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment