The known issue with the filters updates is that background fetch is not reliable.
In order to solve this problem, we need to implement another method of pushing updates -- using remote push notifications.
This will require us to implement a push server on our side that will notify apps about a new filters update available. It will create additional server load so this will be a paid feature.
The known issue with the filters updates is that background fetch is not reliable.
In order to solve this problem, we need to implement another method of pushing updates -- using remote push notifications.
This will require us to implement a push server on our side that will notify apps about a new filters update available. It will create additional server load so this will be a paid feature.