Can i write push notification in iMessage

I get push notifications for my app and i want to store those messages. Can I write it to iMessage and manage it there ?

Replies

As with any extension, not just iMessage extensions, your parent app could receive the notifications and store whatever information you need in a shared group container. Your extension could then pick the data up from that container and process it however you need to. I'd recommend checking out the App Extension Programming Guide, which you can find a link to (along with many other references) here: https://developer.apple.com/app-extensions/

Correct. But I can't use iMessage app as my conatiner rite ? , something like sending message to iMessage from the extension so that i don't need another container