Post

Replies

Boosts

Views

Activity

Reply to Safari Web Extension Handler doesn't respond to Message when neither Debugger nor Console is attached
I'm not sure if this will help you or not but I was having this issue and this post helped me out! https://developer.apple.com/forums/thread/13038 I was registering defaults (.register(defaults: ...) but it turns out those are only held in memory and aren't actually in persistent storage. So you just have to .set the defaults to get them to be stored persistently! My extension could read the values after that.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’21
Reply to Safari Web Extension Handler doesn't respond to Message when neither Debugger nor Console is attached
I'm not sure if this will help you or not but I was having this issue and this post helped me out! https://developer.apple.com/forums/thread/13038 I was registering defaults (.register(defaults: ...) but it turns out those are only held in memory and aren't actually in persistent storage. So you just have to .set the defaults to get them to be stored persistently! My extension could read the values after that.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21