I have an application that uses custom data in remote push notifications.
I can see the details of the custom data in my AppDelegate’s didReceiveRemoteNotification:
{ aps = { alert = "Test"; badge = 1; sound = "sound.wav"; }; p = "\>,"; u = "{\"messageId\":\"756\"}"; }
But, when my Corona notification listener gets the event, the “custom” table is empty.
I’m not doing anything custom with the notification in Obj-C. (I only added didReceiveRemoteNotification to debug this problem.) I’m not certain it’s iOS 8 related, but the code did work a week ago, and currently does not.
Any help is appreciated! Thanks in advance,
Ben