diff --git a/src/addon/pushnotifications/providers/pushnotifications.ts b/src/addon/pushnotifications/providers/pushnotifications.ts index 63944830c..46be2c89e 100644 --- a/src/addon/pushnotifications/providers/pushnotifications.ts +++ b/src/addon/pushnotifications/providers/pushnotifications.ts @@ -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