@@ -5,23 +5,23 @@ For more information about authentication see our Authentication API.
55
66To run this sample app, you must register an app on the Spark developers' portal.
77
8- 1 . Download the sample apps from https://github.com/spark3dp/authentication-samples and copy the Objective C folder.
8+ 1 ) Download the sample apps from https://github.com/spark3dp/authentication-samples and copy the Objective C folder.
99
10- 2 . Locate the AppDelegate.m file in the Objective C folder and change the following:<br >
10+ 2 ) 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>
1717<code > NSString * appKey = "INSERT_APP_KEY_HERE";</br >
1818 NSString * appSecret = "INSERT_SECRET_HERE";</code >
1919
20- 3 . To use the Spark SDK, initialize the "SparkManager".<br >
20+ 3 ) To use the Spark SDK, initialize the "SparkManager".<br >
2121 [[ SparkManager sharedInstance] initKey: appKey appSecret: appSecret envType: SPARK_ENV_TYPE_SANBOX ] ;
2222 [[ SparkManager sharedInstance] setDebugMode: YES ] ;
2323
24- 4 . Run the project.</br >
24+ 4 ) Run the project.</br >
2525Note:</br >
2626The first tab handles Spark Authentication.</br >
2727The second tab handles Spark Drive.
0 commit comments