When creating a native content blocker from a Safari App Extension, how do I update the static JSON list after the plugin has loaded?
The only way I can see right now is to deploy a whole new version of the app which wouldn't update automatically for users.
Is it possible to update the JSON blocklist file for a content blocker from another URL without having to update the Safari App Extension through the Apple store?
YES its possible you can update the JSON blocklist
Step 1:
Create new JSON for content blocking rules
Step 2 : Save the JSON file in Shared Container
Step 3: Call this method to ask the Content blocker to reload the rules
Step: 4 Read the JSON rules file from Shared container and pass the rules to content blocker extension