Re: [Architecture] FCM for Android

2016-11-30 Thread Harshan Liyanage
Hi Pasindu, It was the mechanism we have used in EMM 1.1.0 with GCM. But AFAIK the intention of GCM or FCM or anyother notification service (i.e APNS) is to just send the wakeup call to the device. That's the reason behind we have changed our implementation (from EMM 2.0.0 onwards) to send only

Re: [Architecture] FCM for Android

2016-11-30 Thread Pasindu Upulwan
Hi Inosh, Instead of letting the app to fetch the operation from the IoT/EMM server (step 7 in the diagram), is it possible to attach the operation information also in the wakeup message itself? The FCM size limit of 4096 bytes will be enough to attach most of the basic operation payloads such as

[Architecture] FCM for Android

2016-11-30 Thread Inosh Perera
​Hi all, Following is the architecture of FCM implementation of Android agent of IoT/EMM. Firebase cloud messaging(FCM) is a push notification mechanism introduced by Google for app developers to send notifications to devices. Prior to FCM, EMM used Google cloud messaging(GCM) which was the