Hey, I´m using an AIR application with PlayerIO to send and receive push notifications. It registers endpoints as expected, and when I test those endpoints (Android and iOS) from the Notifications manager, works nice (the devices get the notification). Also, when I send a notification to the same device (via Notifications.send(notifications:Array, callback:Function, errorCallback:Function)) it receives the notification. The problem comes when i try to send a push notification from an Android device to iOS device, the success callback fires but notification doesn´t reach the iOS device.
Any suggestions?