Hi,I have per-app VPN and device level with on demand rule `Connect` VPN, which one takes precedence? which VPN does the device traffic pass over?Thanks!
Post
Replies
Boosts
Views
Activity
Hi,I got this message from xcode "Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]". I know this message can't be mitigated by disabling Main Thread Checker from Xcode, but it doesn't mean the risk is gone.Is there any better way In background task to get current application state instead of calling UIApplication.shared.applicationState?