I am having troubles to get Rich Push messages working with Urban Airship for Android. I tried to implement by myself looking at the tutorials, but after many tries i decided to test first the sample app from the github: https://github.com/urbanairship/android-samples/tree/master/RichPushSample
The problem is that is not working as i was expecting to work. I send the Rich Push messages from their testing website, and if i check the inbox i can see the new messages (and the old ones of course), but i never get a notification for those pushes.I didn't change anything in the code (neither in the AndroidManifest.xml).
Normal pushes are working fine, and debugging i can see how the RichNotificationBuilder creates the notification for normal pushes, and when tapped, the PushReceiver handles the intent. However for the Rich Push messages i never get a notification (thus i never receive intent in PushReceiver).
All the listeners they provide for rich push messages RichPushInbox.Listener, RichPushManager.Listener are only receiving when manually triggering inbox updates and so on (never when sending rich push from website)
Also tried sending them an email to their support email, but no answer.
Any help?
Thanks!