Day 5.
Go through the list I have written below, it works for me.
Setup specs:
cordova.plugins.notification.local.schedule({
id:1,
title: 'My first notification',
text: 'finally works!'
});
I get the
"Error: exec proxy not found for :: LocalNotification :: request"
error. Which I have read should be ok when in browser.
I tested this on my phone and now it works! If something goes wrong in the installation of the local notification project, I would have to delete the project and start over. I don't know why this is? And why the phonegap uploads has the error:
Error - Some official plugins have to be updated if using PhoneGap >= 4.0.0.
Please upgrade the version of any plugins that may include the following
file: Manager.java - You can fix this here
But if I just download the app to my phone there is no problems, so I will live with that.
If I follow the list created in my post, it works but not with phonegap of some reason.
Make sure everything is installed before starting to make the app.
Setup java correctly, setup SDK ,install node.js, install cordova, test everything, install plugin, build, test
Install cordova, java and android tools
Plugin link - local notification