how to prevent app network access on iOS?
I would like to prevent certain apps from accessing the network.
Currently, my strategy is:
- deny the app mobile network access through iOS settings and
- switch off wifi when/before starting the app (that's done automatically through an iOS automation).
As far as I can see, this should prevent the app to access the network at all (unless I turn on wifi after the app is started).
To my surprise, an app subject to this framework managed to access the network (as noticed while the app was running and confirmed by the App Privacy Report). This happened after about a week or two using the app without any signs of it having accessed the network.
How can this be?
I would like to know the reasons and, ultimately, learn about a fail-safe framework to deny certain apps (all) network access.