Post

Replies

Boosts

Views

Activity

Reply to iOS Content Blocking - Can I store the Content Blocking JSON on a server?
Yeah I think you can do this by downloading a remote JSON file and saving the rules locally and updating rules using SFContentBlockerManager.reloadContentBlocker. May be you can keep a version check for the rules file and check if this is a new version then save it again else use the same old version. But again this also means that there will be a local copy of the rules in the file.
Aug ’24