-
Notifications
You must be signed in to change notification settings - Fork 11
Make it work with latest cordova-cli #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Thanks for posting this. I didn't see it until today, but will merge it in asap. |
* Be consistent with com.phonegap.plugin not com.phonegap.plugins
Codeblocks need a clear newline before they start
|
any update |
|
I'm still working on this in my fork - I need it for 2 different projects where I work. I'm struggling to figure out the best way to avoid the changes to AppDelegate. With cordova cli, which will ship with Cordova 3 starting tomorrow, AppDelegate can get regenerated back to it's original state, so requiring a manual change is a big no-no. See http://stackoverflow.com/q/17658160/3408 if you have any ideas. |
|
I haven't had a chance to try this out. |
|
This is still good, but I am working on more. Currently, Android isn't working for me - I get a notification, but when I select it, I am not returned to the app. I also have a branch where I am working on avoiding changes to AppDelegate.m for iOS. |
|
stackoverflow.com/questions/13720071/cordova-local-notification-android-plugin-2-2-upgrade/ @rjmunro Had the same problem on android. A couple of solutions to this described in the above link - however the only one that worked for me so far was explicitely creating the intent using the actual internal name (like |
A bunch of changes I needed to get this to work with my cordova-cli project, based on cordova 2.8.