I am working on universal application in which I need to detect if cellular access for my application is disabled at any point of time from Settings app. I have tried with Reachability class. However, could not achieve this with Reachability which we normally use to detect network availability.
Asked
Active
Viewed 39 times
0
-
look at this link https://stackoverflow.com/questions/4954389/measuring-cellular-signal-strength Might be useful – Gagan_iOS Jun 01 '17 at 06:47
-
See https://stackoverflow.com/a/48160099/2941876 – Paul King Jan 09 '18 at 01:00