i want to know if its possible to create a service in tiggzi that when an app is installed it starts this service on the devices that will check for database information updates and then notify the user in the form of a notification.
i want to know if its possible to create a service in tiggzi that when an app is installed it starts this service on the devices that will check for database information updates and then notify the user in the form of a notification.
Hello! Not sure I quite understand your question, but hope this helps http://docs.tiggzi.com/tutorials/send...
Please let us know if you have any other questions.
Thanks Marina,
that is for sending the notification to the device.
heres the thing.
I developed an app before I started using tiggzi, the application once it was installed is started a background service (didnt matter if the app was on or off) the service checked an online database for updates on the information. For Example, if I changed a 0 to a 1 in the database, the service running on the device would check the database for changed every 5 minutes and if something had changed the service would create a notification using the notifications service on the device to alert the customer to go into the application.
ok ill give it a shot, let you know how it went, thank you very much