{ "aps" : { "alert" : "message", "sound" : "default", "badge" : 0 } }
"aps" = { "content-available" : 1, "sound" : "" }
Run other code
- App receives notification.
- System creates an instance of your extension class and launches it in the background.
- Your extension performs content edits and/or downloads some content.
- If your extension takes too long to perform its work, it will be notified and immediately terminated.
- Notification is displayed to the user.
{ “aps” : { “category” : “SECRET”, “mutable-content” : 1, “alert” : { “title” : “Secret Message!”, “body” : “(Encrypted)” }, }, “ENCRYPTED_DATA” : “Salted__·öîQÊ$UDì_¶Ù∞è Ω^¬%gq∞NÿÒQùw” }