Post

Replies

Boosts

Views

Activity

App Extension as a long running proxy for Safari Web Extension
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
785
Aug ’21
App Extension as a long running proxy for Safari Web Extension
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 ?
Replies
1
Boosts
0
Views
785
Activity
Aug ’21
How to run UI from an App extension built with Safari Web Extension
I am trying to run a Main.xib file when an App extension starts from the Web Extension, but I am unable to see any output. I added the Main.xib to the App Extension's info.plist I assume when Safari runs and the app extension is called then the UI should pop up but I see no output.
Replies
1
Boosts
0
Views
556
Activity
May ’21