Created
January 18, 2015 22:08
-
-
Save tternes/3edc5c20a9615d2db1cf to your computer and use it in GitHub Desktop.
PactolaKit Example
This file contains 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
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