Hi,
I would like to build an iOS Content Blocking app, but I'm intersted to know if it's possible to store the content blocking JSON in the server so it can be updated remotely without contstantly sending updates to the app?
Hi,
I would like to build an iOS Content Blocking app, but I'm intersted to know if it's possible to store the content blocking JSON in the server so it can be updated remotely without contstantly sending updates to the app?
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.