Hi,
Before iOS 15.4, getStateOfContentBlocker
would return the correct content blocker state when moving the app to background, going to Safari settings to enable/disable it, and then back to the app.
Now, on iOS 15.4, the state returned by the method is not updated unless I kill the app and start it again.
I confirmed that the same code on iOS 15.2 works as expected.
Running on Xcode 13.3.
Has anyone else experienced this?
Thanks.