How do I check "Use Mobile Data" setting in iOS? -


i can't find answer anywhere... not in apple docs.

in ios there mobile data (on/off) option under settings>general>mobile data.

is possible app check whether option has been set on or off?

or reflected in results of network , reachability calls? (reporting no network?)

you can check if user connected wifi, mobile network or 3g network via reachability can not open settings via app.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -