Push notification custom JSON payloads

Hi everybody,

Is there a way to access to custom property on a notification event ?

Example described here : http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html

this is a “classic” notification :

{  
 "aps" : { "alert" : "Message received from Bob" },  
 "acme2" : ["bang", "whiz"]  
}  

How can i access to “acme2” property ?

I’m supposing that corona only takes care of “aps” property and ignore everything else (even inside aps)

[lua]…
local function onNotification( event )
if event.type == “remote” then
native.showAlert( “remote”, json.encode( event ), { “OK” } )
end
end
…[/lua]

returns only :{ “alert”: “Message received from Bob”}
Thanks !
[import]uid: 3638 topic_id: 21006 reply_id: 321006[/import]

Up ! :wink:
If anyone can helps ! :wink: [import]uid: 3638 topic_id: 21006 reply_id: 83742[/import]

Up ! [import]uid: 3638 topic_id: 21006 reply_id: 93067[/import]

Any news about this? event.custom is always empty.
Thanks [import]uid: 27749 topic_id: 21006 reply_id: 93339[/import]

Any news? [import]uid: 135569 topic_id: 21006 reply_id: 108556[/import]

+1 [import]uid: 14018 topic_id: 21006 reply_id: 111051[/import]

? [import]uid: 95944 topic_id: 21006 reply_id: 113404[/import]

any news about this ? [import]uid: 104813 topic_id: 21006 reply_id: 119521[/import]

any news about this ? [import]uid: 104813 topic_id: 21006 reply_id: 119521[/import]

Corona team,

Could some one please answer the question!!! I need to use the custom property as well. I have push notification working just fine using jdsoft.APNS, but every time i add a custom property the app crashes on receipt of the push. If some one there could give us a little advice it would be greatly appreciated. Getting no response from corona on the forums is getting very old. [import]uid: 89018 topic_id: 21006 reply_id: 124713[/import]

Corona team,

Could some one please answer the question!!! I need to use the custom property as well. I have push notification working just fine using jdsoft.APNS, but every time i add a custom property the app crashes on receipt of the push. If some one there could give us a little advice it would be greatly appreciated. Getting no response from corona on the forums is getting very old. [import]uid: 89018 topic_id: 21006 reply_id: 124713[/import]

Any news on this? [import]uid: 14018 topic_id: 21006 reply_id: 131232[/import]

Any news on this? [import]uid: 14018 topic_id: 21006 reply_id: 131232[/import]