Last active
December 18, 2015 15:59
-
-
Save mdobson/5808465 to your computer and use it in GitHub Desktop.
Initialize our UserGrid client
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
self.client = [[UGClient alloc] initWithOrganizationId:orgName withApplicationID:appName]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is how we initialize the UserGrid client with our Apigee credentials!