Reputation: 71
Good afternoon, in the application I'm doing, I have some data in my table every day at a certain time are going to be sent to the server, the hourly will be determined by the User. The data has to be sent regardless of the application is running or not. I'm looking for some way to trigger this task. Android seems to have a plugin for it but IOS has nothing like that. Anyone know how to do this from already thank you
att, Julio
Upvotes: 4
Views: 1771
Reputation: 1397
this question is very similar to the task you want to accomplish. Based on some event, you want to trigger a task to send data to the server. I'm not an expert in the iOS world, but the suggestion in this case was: "The reasonable solution would be to implement a push notification and send a notification whenever there is an update on server.".
If this is something you think reasonable, too, consider to use the GenericPush plugin. I've already implemented an app in the Android world and it works very well, no experience in the iOS world yet.
Upvotes: 1