Google has deprecated GCM as of April 10, 2018, and according to the documentations, will stop supporting GCM by April 11, 2019.
There has been a lot of Q/As about the topic and it has been mentioned that old tokens will continue to work for existing users, but my question is whether new users will be able to obtain new tokens using GCM after April 11?
So basically I have an application released with the old gcm codebase, using old versions of google play services, distributed in another market (not Play Store). As of now, installations get their GCM tokens and they are working as expected, what happens to a new user installing my (old) application after the deprecation? I don't plan on updating the application for now.
Thanks!