I currently have an architecture where I need to forward messages from the Safari Web Extension to another app through the App Extension.
I understand from the docs on Apple, App Extensions are not meant to be used as a long running background task, but if it is just proxying messages, is it advisable to keep pinging the app extension to keep it alive and use it as a long running task in the background for proxying messages ?
1
0
784