forked from urbanairship/ios-phonegap-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
15 lines (14 loc) · 783 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Using the Urban Airship Plugin Sample for PhoneGap 1.0.0
--------------------------------------------------------
1) Fill in your app key and secret in AppDelegate.m
2) Update the project with your bundle ID and signing settings
3) Run it!
Integrating the Urban Airship Plugin into Your App
--------------------------------------------------
1) Copy the sample AppDelegate.h/m files from the sample into your project (they
replace the autogenerated files)
2) Include PushNotification.js in your WWW folder (check the comments for usage)
3) Add PushNotification.h/m in the Plugins folder
4) Add key "pushnotification" and value "PushNotification" (case-sensitive) to the plugins
list in PhoneGap.plist
5) Include the sample index.html or just use the parts you want