I need a good solution on how can I handle/support GCM for older version builds as well as have FCM for new versions in my android app.
Problem that I am facing is, when my app is upgraded from GCM to FCM successfully, i still receive GCM message on new version builds even if i have removed all the receivers and code for it. Now as GCM is still there running on server for older builds, I still receive GCM messages in FCM onMessageReceived().
According to fcm faq
So it may give you the gcm messages as well