Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // The SDK is initialized as shared instance so can be accessed
  2. // from multiple View Controllers
  3. AcceptSDK *sdk = [AcceptSDK sharedInstance];
  4.  
  5. // Set the SDK target environment - in this case Public Test
  6. // and the username and password to authenticate to it
  7. [sdk setupWithEnvironment:AcceptEnvironmentPublicTest
  8. username:@"yourUsername"
  9. password:@"yourPassword"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement