android allows u to get a complete system settings dump using dumpsys or the getprop shell commands. there are also the android.provider.settings and android.provider.secure APIs that allow us to get a lot of android device data such as bluetooth and wifi settings etc.
is there any such way to do so on iOS. as far as i have researched there are separate APIs for most things like bluetooth which need a lot of hunting...