append appid to android id to make sure it's not shared between our apps
This commit is contained in:
parent
0796c08fbd
commit
a1fb90fec9
@ -155,7 +155,7 @@ ApplicationWindow {
|
|||||||
PlatformHelper.requestPermissions();
|
PlatformHelper.requestPermissions();
|
||||||
}
|
}
|
||||||
} else {
|
} 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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user