Skip to content

Instantly share code, notes, and snippets.

@jamesnesfield
Created December 19, 2018 11:18
Show Gist options
  • Save jamesnesfield/8c4fe22d6f905985cc85d181cbb779f7 to your computer and use it in GitHub Desktop.
Save jamesnesfield/8c4fe22d6f905985cc85d181cbb779f7 to your computer and use it in GitHub Desktop.
ios-example
/*------------------------------------------------------------------------------
* Initialise the SDK with your Chirp app key and secret
* (configured in Licence.h)
*----------------------------------------------------------------------------*/
self.connect = [[ChirpConnect alloc] initWithAppKey:CHIRP_APP_KEY
andSecret:CHIRP_APP_SECRET];
NSLog(@"%@", [self.connect version]);
NSError *error = [self.connect setConfig:CHIRP_APP_CONFIG];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment