Merge pull request #5564 from cmgustavo/feat/new-pushnotifications-01

Feat/new pushnotifications 01
This commit is contained in:
Matias Alejo Garcia 2017-03-10 17:12:27 -03:00 committed by GitHub
commit 1c01a99945
14 changed files with 147 additions and 154 deletions

View file

@ -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,