ios - Syncing LocaLNotifications via iCloud in background -
using icloud i'm syncing app data through of user's apple devices. problem user can create himself alert , want if user created notification in ipad, notification in iphone also, without need of opening app in iphone (to sync icloud changes). want icloud sync in background, notifications thing.
also, when user gets notification , opens app in ipad, notification should removed of other apple devices, should not seen in notification center.
is possible? lot!
the way app on ipad deliver notification iphone, assuming app isn't running on iphone, app make call server send apns notification iphone.
as far removing notification, have sort of control on local notifications, not on remote notifications. don't believe there's way apns remove notification other devices.
Comments
Post a Comment