Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何以编程方式获取 iPad 设置(而不是应用程序设置) ,例如蓝牙开启或关闭、自动设置日期时间等。
那是行不通的。有些东西会起作用,比如获取基本的设备特定属性,例如电池电量、设备名称等。但是如果不使用私有框架,你就不能打开蓝牙/Wifi,然后,Apple 可能会拒绝你的应用程序。要获取设备属性,请查看UIDevice类。
UIDevice