|
|
|
|
|
by mflare
2497 days ago
|
|
Although it is possible to distribute Android apps through other channels, you should not forget that for some applications you are still bound to Google.
Due to the changes in Android Oreo regarding background services, you need Firebase Cloud Messaging (FCM) for a Messenger or other communication app to get the device out of Doze mode and to deliver push notifications without delay.
If Google closes your account, you can still distribute the app through other stores, but FCM won't work anymore and there's no replacement for it. |
|