iphone - Don't show cellular data warning on iOS -


if user decides not allow app access cellular data every time try open app shown warning telling them cellular data turned off. there way in sdk stop showing message or control when / displayed?

the system show message if try access internet when permission has been revoked. prevent appearing, use apple's reachability code detect network availability, , make web calls if network available.

see also, this stackoverflow post.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -