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