From 4d76274118d01b8332b0c41c0cfb80e5f8f9665f Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Wed, 12 Sep 2018 21:00:48 +1200 Subject: [PATCH] com.bitcoin.mobilewallet. --- README.md | 2 +- app-template/bitcoincom/appConfig.json | 2 +- app-template/bitcoincom/google-services.json | 31 ++++++++++++++++++++ app-template/config-template.xml | 2 +- src/js/services/configService.js | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3bb39d05a..63eb98889 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For a list of frequently asked questions please visit the [Bitcoin.com Wallet FA - Push notifications (only available for ios and android versions) - Customizable wallet naming and background colors - Multiple languages supported -- Available for [iOS](https://itunes.apple.com/us/app/bitcoin-wallet-by-bitcoin-com/id1252903728?ls=1), [Android](https://play.google.com/store/apps/details?id=com.bitcoin.wallet), [Linux](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-linux-x64.tar.gz), [Windows](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-win-x64.zip) and [OS X](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-osx.dmg) devices +- Available for [iOS](https://itunes.apple.com/us/app/bitcoin-wallet-by-bitcoin-com/id1252903728?ls=1), [Android](https://play.google.com/store/apps/details?id=com.bitcoin.mobilewallet), [Linux](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-linux-x64.tar.gz), [Windows](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-win-x64.zip) and [OS X](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-osx.dmg) devices ## Building the wallet You don't need to run npm install, run apply:bitcoincom instead diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json index 4bc771880..891da3394 100644 --- a/app-template/bitcoincom/appConfig.json +++ b/app-template/bitcoincom/appConfig.json @@ -1,7 +1,7 @@ { "packageName": "bitcoin.com", "packageDescription": "Bitcoin.com Wallet", - "packageNameId": "com.bitcoin.wallet", + "packageNameId": "com.bitcoin.mobilewallet", "userVisibleName": "Bitcoin.com Wallet", "purposeLine": "Bitcoin.com Wallet", "bundleName": "bitcoincom", diff --git a/app-template/bitcoincom/google-services.json b/app-template/bitcoincom/google-services.json index 32735209f..59de92b86 100644 --- a/app-template/bitcoincom/google-services.json +++ b/app-template/bitcoincom/google-services.json @@ -6,6 +6,37 @@ "storage_bucket": "bitcoin-com-wallet.appspot.com" }, "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:432300239540:android:95b2c8c7636fc9b1", + "android_client_info": { + "package_name": "com.bitcoin.mobilewallet" + } + }, + "oauth_client": [ + { + "client_id": "432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyDphC3flCVFFOENAy9tMgOUFxC6_H8JWMs" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + }, { "client_info": { "mobilesdk_app_id": "1:432300239540:android:e23224cd1aed3778", diff --git a/app-template/config-template.xml b/app-template/config-template.xml index 44f57301c..3e287e6d2 100644 --- a/app-template/config-template.xml +++ b/app-template/config-template.xml @@ -1,5 +1,5 @@ - diff --git a/src/js/services/configService.js b/src/js/services/configService.js index b48f701a8..1b24000f1 100644 --- a/src/js/services/configService.js +++ b/src/js/services/configService.js @@ -51,7 +51,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer }, bitcoincom: { ios: 'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=1252903728&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8', - android: 'https://play.google.com/store/apps/details?id=com.bitcoin.wallet', + android: 'https://play.google.com/store/apps/details?id=com.bitcoin.mobilewallet', wp: '' } },