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.
source
share