4

下午好,在我正在做的应用程序中,我的表中有一些数据每天都会在某个时间发送到服务器,每小时将由用户确定。无论应用程序是否正在运行,都必须发送数据。我正在寻找某种方法来触发此任务。Android似乎有一个插件,但IOS没有这样的。任何人都知道如何做到这一点已经谢谢你

阿特,胡里奥

4

1 回答 1

1

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.

于 2013-10-11T16:54:59.577 回答