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