cordova - PhoneGap PushPlugin installation - Android -


while trying install pushplugin push notifications on phonegap

https://github.com/phonegap-build/pushplugin

the manual installation process android required adding few lines androidmanifest.xml file not present in case of html5 phonegap mobile application.

should add in directory?

found it: apparently instructions manual installation. can install adding following <gap:plugin name="genericpush" /> phonegap's config.xml file.

i noticed when comparing installation instructions , plugin.xml file in source code. each installation step found in plugin.xml file.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -