How can I trigger / force sync iOS reminders?

I am writing a mgmt task application using EKReminder. Works great when used on the same iOS device.

When I use on two devices (one Apple account), I understand that synchronizing synchronization of reminders with a significant delay and even often incomplete. (tried iCloud, google, company forecast)

So this is not related to my application (this happens if I change the reminders directly in the iOS reminder application).

Can I programmatically force synchronization of reminders with any service (for example, iCloud) with which they are connected and call it from my application?

+6
source share
1

@Losiowaty , , , . , ​​ Apple , , iOS, , macOS .

iOS :

  • iOS Apple iCloud . , , push- 1 . , , , .

, , , , , , "" push-, . :

  • iPad iPhone push- Reminders 12:00 TODO, 12:00.
  • IPad push- , iPad .
  • push- iPhone (, ), , , , ( push- ).

, push , ( , ( ) ), ( , TTL , ). , / , :

1) , 2 ( 1) (iCloud ), item , push , push- (, , , - Notification Service Extension Apple ( iOS 10+)

2) "" , push-, ( ). "" ( "" , , ) "" push- ( , , - , , , , 30 ). , , , , - push-, ( "" , "" ), . , 1, ( - )

, - , , - ( , Apple).

, , !

+1

Source: https://habr.com/ru/post/1016388/


All Articles