File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Parse.Push plugin for Cordova/Phonegap/ionic. Works for both hosted Parse.com an
1212
1313#### Simple Setup
1414
15- 1 . ` cordova plugin add `
15+ 1 . ` cordova plugin add https://github.com/taivo/parse-push-plugin `
1616 2 . Set app id, server URL, and keys as ` config.xml ` ` preference ` tags.
1717 3 . Done! No fuss with Objective C, AndroidManifest, or Java
1818
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ - (BOOL)swizzled_application:(UIApplication*)application didFinishLaunchingWithO
125125 }
126126
127127
128-
129128 UIUserNotificationType userNotificationTypes = (UIUserNotificationTypeAlert | UIUserNotificationTypeBadge | UIUserNotificationTypeSound);
130129 UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes: userNotificationTypes categories: nil ];
131130 [application registerUserNotificationSettings: settings];
You can’t perform that action at this time.
0 commit comments