Skip to content

Instantly share code, notes, and snippets.

@tternes
Created January 18, 2015 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tternes/3edc5c20a9615d2db1cf to your computer and use it in GitHub Desktop.
Save tternes/3edc5c20a9615d2db1cf to your computer and use it in GitHub Desktop.
PactolaKit Example
BTPactolaNotificationRequest *request = [[BTPactolaNotificationRequest alloc] init];
request.deviceIdentifier = @"123456";
request.title = @"My App"
request.message = @"Something Happened!"
[request sendRequest];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment