File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ To run this sample app, you must register an app on the Spark developers' portal
10102 . Locate the AppDelegate.m file in the Objective C folder and change the following:<br >
1111 Under - (BOOL)application: didFinishLaunchingWithOptions:
1212
13- Set appKey to the App Key provided when you registered your app on the Spark developers' portal.<br>
14- Set appSecret to the App Secret provided when you registered your app on the Spark developers' portal.
13+ * Set appKey to the App Key provided when you registered your app on the Spark developers' portal.<br >
14+ * Set appSecret to the App Secret provided when you registered your app on the Spark developers' portal.
1515
1616 // In real world apps, these values need to be secured and not hardcoded.<Br>
17- NSString *appKey = "INSERT_APP_KEY_HERE";<br>
18- NSString * appSecret = "INSERT_SECRET_HERE";
17+ < code > NSString * appKey = "INSERT_APP_KEY_HERE";<br >
18+ NSString * appSecret = "INSERT_SECRET_HERE";</ code >
1919
20203 . To use the Spark SDK, initialize the "SparkManager".<br >
2121 [[ SparkManager sharedInstance] initKey: appKey appSecret: appSecret envType: SPARK_ENV_TYPE_SANBOX ] ;
You can’t perform that action at this time.
0 commit comments