Hi. I need implement the code automatic execution when device receive the Push Notification. The notification is received in device and i need call to a function to data update. At the moment i can receive the notification but i must punh on it to execute the call to procedure.
Is it posible automatice it?
I have tried other methods to schedule the process (persistent thread, device alarm libraries, ...) but i think the Push Notification is the more secure, simple and useful.
Thanks in advance.
SOLVED: Well, the solution is in WM Help. If i left the notification message empty, then the Notification isn't showed and if the application is not running the application is executed, and if it's running then execute the procedure. :rp:
Rubén Sánchez Peña
Is it posible automatice it?
I have tried other methods to schedule the process (persistent thread, device alarm libraries, ...) but i think the Push Notification is the more secure, simple and useful.
Thanks in advance.
SOLVED: Well, the solution is in WM Help. If i left the notification message empty, then the Notification isn't showed and if the application is not running the application is executed, and if it's running then execute the procedure. :rp:
Rubén Sánchez Peña