How to Intercept Live Activity Push Notification to Download, Cache, and Use Image in iOS?
I’m working on an iOS app that uses Live Activities to display dynamic content. The app is set up to handle server-initiated live activities using push notifications. I want to download an image URL from the notification payload, cache it, and then share the cached image path with the live activity extension.