I am trying to integrate newer Google Auth apis in Google play services 9.0.0 however, when I upgraded from 6.2.+ -> 7.1.+, I haven't been able to receive any push messages from UA. I followed the migration steps that were in the documentation and was successful in doing the following:
- UA takeoff with success callback setting enabling push messages and user push messages
- Receiving Channel registration success
After that, when I send messages through UA or our own backend that triggers UA, I don't receive any messages in the onPushReceived() or onNotificationPosted().
Please let me know if you have identified a problem in this area since Google updated their services.
Comments
5 comments