Disable data connection of iOS device through app -


how disconnect data connection of ios device using objective c. if know private api please tell me.

i don't think public api exist such thing. can try override current settings cellular , wifi settings using configuration profile. example when click on button download , install profile.

have @ https://developer.apple.com/library/ios/featuredarticles/iphoneconfigurationprofileref/introduction/introduction.html#//apple_ref/doc/uid/tp40010206-ch1-sw13

and cellular payloads, wifi payloads, vpn payloads , allowappcellulardatamodification keys.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -