Hello,
I am attempting to enable or disable the iOS location setting programmatically, similar to how we handle assistive touch enable/disable through Go script or command line. I am referring to this repository: https://github.com/danielpaulus/go-ios. However, I have tried to write similar code but have been unsuccessful.
I attempted the command ios-deploy -d location --enable, but it did not work. Any help on this would be appreciated.
Thank you.