For a notification-app I need to recall messages previously sent via APNS in case those messages are outdated or read on another device - even if the app is not running.
As there is no "remove"-call via APN
and also apps are not launched on remote notifications
, I assume that the only possible way is to use PushKit
and Voice over IP
background mode.
Since we don't use VOIP, the app might be rejected.
Another app telegram
is capable of removing messages read on another device - even this app does not have VOIP support.
So am I missing out somewhat or does telegram
simply violates apple's guidelines?
regards
coyer
badge
to 0 for APNs (which will only work if previous messages had a badge > 0). So I will use iOS10 API, thx @Lior – Instrumentalist