Schedule a task to run at a specific time in phonegap ios?

Good afternoon, in the application that I make, I have some data in my table every day at a certain time, which will be sent to the server, the hourly time will be determined by the user. Data must be sent whether the application is running or not. I am looking for a way to initiate this task. Android seems to have a plugin for it, but iOS doesn't have anything like that. Does anyone know how to do this from already thanks

ATT, Julio

+4
source share
1 answer

this question is very similar to the task you want to complete. Based on an event, you want to call a task to send data to the server. I am not an expert in the iOS world, but the suggestion in this case was: "A reasonable solution would be to implement a push notification and send a notification whenever there is an update on the server."

If you think it's reasonable too, consider using the GenericPush plugin . I have already implemented the application in the Android world, and it works very well, but in the iOS world there is no experience.

+1
source

All Articles