|
|
|
|
|
by jayd16
2564 days ago
|
|
>The response time of my simple notification system was nearly instantaneous, but OK google, I'll play your game. I put together something that used FCM and it can take 15 or 20 MINUTES to get even a "high priority" message from FCM. Letting your phone actually sleep is the battery saving feature. Also, you get throttled for high volume so check that as well. If you think your messages are so important to have a constant socket open then make a foreground service. You're abusing a system that is really not suited to your needs. |
|