I'm new registred user of livecode, (I'am Delphi developer but need iOS / Androïd).
I read all the tutorial : .../53405-how-do-i-use-push-notifications-with-ios
I created all certicates, tested communication with ssl certifcate and Apple (ok) and tried to send a notification, but I never received one

I put this in the stack code:
Code: Select all
on pushNotificationReceived tMessage
answer "Push Notification Message:" && quote & tMessage & quote with "Okay"
end pushNotificationReceived
(I put in token my device UDID)
Can somebody confirm this tutorial and code always work, if there is something to know or do?
Thanks a lot
Mkey