Skip to content

Commit b7af55f

Browse files
committed
docs
1 parent ae70382 commit b7af55f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/ios/AppDelegate+parsepush.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)