I customized my app settings (in iPhone settings page) by using root.plist. Now how can I add location services and notifications to my settings so user can see all my app preferences in single place?
I need something like this, so I can both see Location permission and my custom settings in same place :
You can get current status of location configuration using authorizationStatus() and locationServicesEnabled() and according to status, you can display in your settings.
But there is NO way to modify Location configuration form your custom setting.