Guys, how do I invoke the .register command when dev_push is false?
The adb debugger keeps telling me:
Uncaught ReferenceError: PushNotification is not defined
Guys, how do I invoke the .register command when dev_push is false?
The adb debugger keeps telling me:
Uncaught ReferenceError: PushNotification is not defined
This means that the plugin is probably not loaded. Did you add it to the project?
After a few hours I found the solution. I had to open the android package manager, and install few packages to the android SDK, especially those involving the Google Play, etc.
What’s packages did you update?
Don’t really remember… I just tried a few until it worked… See that everything is updated…
Can you upload your project or code please??