ios - Disable custom app settings -


i have app i'd open settings.app user can enable wi-fi or mobile data, when use

uiapplication.sharedapplication().openurl(nsurl(string: uiapplicationopensettingsurlstring)!) 

i redirected custom settings, have option notifications , 1 use mobile data.

is there way either

  1. disable these custom settings, or
  2. show main settings view, or
  3. another way redirect user wi-fi settings?

no apple, allows open settings app on app settings selected.

as apps settings want disable, not possible since these defaults settings each app.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -