MOBILE-2831 push: Add fcm suffix to platform
parent
10f54e7149
commit
75a2732141
|
@ -403,7 +403,7 @@ export class AddonPushNotificationsProvider {
|
||||||
appid: CoreConfigConstants.app_id,
|
appid: CoreConfigConstants.app_id,
|
||||||
name: this.device.manufacturer || '',
|
name: this.device.manufacturer || '',
|
||||||
model: this.device.model,
|
model: this.device.model,
|
||||||
platform: this.device.platform,
|
platform: this.device.platform + '-fcm',
|
||||||
version: this.device.version,
|
version: this.device.version,
|
||||||
pushid: this.pushID,
|
pushid: this.pushID,
|
||||||
uuid: this.device.uuid
|
uuid: this.device.uuid
|
||||||
|
|
Loading…
Reference in New Issue