具体能够检查 Xcode 文档:Enabling Developer Mode on a device
2.2 ATT 弹窗(bug)
App Tracking Transparency
Known Issues
The IDFA isn’t provided to apps even if the App Tracking Transparency status is Authorized. (93978371)
即使答应了跟踪,也获取不到IDFA。
2.3Apple ID(bug)
Apple ID Authentication
Known Issues
In certain cases, such as after unlocking a device from Lost Mode, an Apple ID authentication might be blocked and Apple ID services rendered nonfunctional. The user is redirected to Apple ID Settings to perform an authentication, but no authentication request is ever visible to the user. (93980441)
Workaround: Rebooting the device allows the authentication to proceed.
或许无法运用Apple ID 认证,暂时解决方法,重启设备。
2.4UIKit
Attempting to set an orientation onUIDeviceviasetValue:forKey:isn’t supported and no longer works. (93367651)