Thanks! I get your point here.
My another question would be related to detecting satellite network. Currently my app doesn't use Network library for any kind of communication, and our aim is to detect satellite mode and route the user to a particular user flow. I understand that Network framework allows to opt in via the allowUltraConstrainedPaths property.But in my case as I told we are not using Network library(we are using URLSession), so could you guide me here?
Making dummy NWConnection or simply keeping a NWConnection just for detecting satellite connection is the right approach here?
Thanks in Advance!
Topic:
App & System Services
SubTopic:
Networking