adding control for non ios and android device in pushnotifications registration
This commit is contained in:
parent
0d1392c499
commit
1d3e74164d
2 changed files with 6 additions and 6 deletions
|
|
@ -103,13 +103,10 @@ if [ ! -d $PROJECT ]; then
|
|||
cordova plugin add cordova-plugin-statusbar
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=bitcoin
|
||||
checkOK
|
||||
|
||||
cordova plugin add phonegap-plugin-push@1.2.3
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
|
||||
cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=bitcoin
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-plugin-inappbrowser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue