Merge pull request #5564 from cmgustavo/feat/new-pushnotifications-01
Feat/new pushnotifications 01
This commit is contained in:
commit
1c01a99945
14 changed files with 147 additions and 154 deletions
|
|
@ -70,22 +70,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
url: 'https://api.github.com/repos/bitpay/copay/releases/latest'
|
||||
},
|
||||
|
||||
pushNotifications: {
|
||||
enabled: true,
|
||||
config: {
|
||||
android: {
|
||||
senderID: '1036948132229',
|
||||
icon: 'push',
|
||||
iconColor: '#2F4053'
|
||||
},
|
||||
ios: {
|
||||
alert: 'true',
|
||||
badge: 'true',
|
||||
sound: 'true',
|
||||
},
|
||||
windows: {},
|
||||
}
|
||||
},
|
||||
pushNotificationsEnabled: true,
|
||||
|
||||
emailNotifications: {
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue