append appid to android id to make sure it's not shared between our apps

This commit is contained in:
Michael Zanetti 2018-09-20 17:17:58 +02:00
parent 0796c08fbd
commit a1fb90fec9

View File

@ -155,7 +155,7 @@ ApplicationWindow {
PlatformHelper.requestPermissions();
}
} else {
Engine.awsClient.registerPushNotificationEndpoint(PushNotifications.token, PlatformHelper.deviceManufacturer + " " + PlatformHelper.deviceModel, PlatformHelper.deviceSerial);
Engine.awsClient.registerPushNotificationEndpoint(PushNotifications.token, PlatformHelper.deviceManufacturer + " " + PlatformHelper.deviceModel, PlatformHelper.deviceSerial + "+io.guh.nymeaapp");
}
}