I have an android app that will receive GCM message from server and has to show notification to the user. How can I handle this situation when app is force killed?
I am thinking of creating a sticky service to handle this situation but I am not sure if this is the right approach?
Also, will the GCM message be handled when app is killed by the OS itself?
Thanks in advance.