Push Notification question
Posted: Thu Feb 20, 2014 6:02 pm
Hello,
I've finally added Push Notification to my App
Is it possible to retrieve the contents of Push already read ?
I tried to do so, unfortunately it does not work.
Thanks,
Paolo
I've finally added Push Notification to my App
Is it possible to retrieve the contents of Push already read ?
I tried to do so, unfortunately it does not work.
Code: Select all
iphoneGetNotificationBadgeValue get ()
put it into tBadge
if tBadge> 0 then
iphoneSetNotificationBadgeValue 0
dispatch "pushNotificationReceived"
end if
Paolo