From 75a273214175209f495fc20517d0f8bd4a8c3ec1 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 15 Feb 2019 13:54:29 +0100 Subject: [PATCH] MOBILE-2831 push: Add fcm suffix to platform --- src/addon/pushnotifications/providers/pushnotifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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