Skip to content

Instantly share code, notes, and snippets.

@helpshift
helpshift / gist:4378689
Last active December 10, 2015 04:08
Helpshift iOS UA
- (void) application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken
{
[[Helpshift sharedInstance] registerDeviceToken:deviceToken];
}
@helpshift
helpshift / appDelegate.m
Created December 5, 2012 05:28
Helpshift iOS SDK documentation
[Helpshift installForAppID:@"sandbox_platform_20120726120113072-89b012748d5aa10"
domainName:@"sandbox.helpshift.com"
apiKey:@"5a867e6b07466faa939285508de33a42"];
@helpshift
helpshift / application-tags.xml
Last active October 13, 2015 13:18 — forked from kapilreddy/application-tags.xml
Helpshift android SDK documentation
<activity android:name="com.helpshift.HelpshiftActivity" android:theme="@style/HSBottomAnimTheme" />
<activity android:name="com.helpshift.HSAddIssue" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSAddProfile" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSMessages" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSQuestionsList" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSQuestion" android:configChanges="orientation|screenSize" android:theme="@style/HSRightAnimTheme" />