fix : Clicking on the Push Notification doesn't open the notified wallet (#4185)
This commit is contained in:
parent
f8705a2f72
commit
7c43f0ade7
1 changed files with 13 additions and 3 deletions
|
|
@ -79,6 +79,9 @@ if [ ! -d $PROJECT ]; then
|
|||
|
||||
echo "${OpenColor}${Green}* Installing plugins... ${CloseColor}"
|
||||
|
||||
cordova plugin add cordova-plugin-disable-bitcode
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/florentvaldelievre/virtualartifacts-webIntent.git
|
||||
checkOK
|
||||
|
||||
|
|
@ -91,6 +94,16 @@ if [ ! -d $PROJECT ]; then
|
|||
checkOK
|
||||
fi
|
||||
|
||||
if [ $CURRENT_OS == "IOS" ]; then
|
||||
cordova plugin add phonegap-plugin-push@1.5.3
|
||||
checkOK
|
||||
fi
|
||||
|
||||
if [ $CURRENT_OS == "ANDROID" ]; then
|
||||
cordova plugin add phonegap-plugin-push@1.2.3
|
||||
checkOK
|
||||
fi
|
||||
|
||||
cordova plugin add cordova-plugin-globalization
|
||||
checkOK
|
||||
|
||||
|
|
@ -103,9 +116,6 @@ if [ ! -d $PROJECT ]; then
|
|||
cordova plugin add cordova-plugin-statusbar
|
||||
checkOK
|
||||
|
||||
cordova plugin add phonegap-plugin-push@1.2.3
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/cmgustavo/Custom-URL-scheme.git --variable URL_SCHEME=bitcoin --variable SECOND_URL_SCHEME=copay
|
||||
checkOK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue