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
- disable these custom settings, or
- show main settings view, or
- 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
Post a Comment