Notes and Known Issues
ARKit
Known Issues
- ContinuingfromabreakpointwhiledebugginganARSessionmayresultinVIObreaking. Any visual objects placed in the world/anchor are not visible. (31561202)
AVFoundation
New Issues
- When using the TrueDepth front-facing camera on iPhone X, setting the capture device’s activeFormat to a binned video format (see AVCaptureDeviceFormat isVideoBinned) for capture and enabling delivery of camera calibration data causes the resulting AVCameraCalibrationData to contain invalid information for the intrinsicMatrix property. (34200225)
Workaround: Select an alternate capture format whose isVideoBinned property is false.
Note: Configuring a capture session using a session preset never selects binned formats.
Resolved Issues
- Stillcapturerequestsusingthe720p30videoformatwiththe depthDataDeliveryEnabled property of AVCapturePhotoSettings set to true now works correctly. (32060882)
- Depthvaluesinthenondefault160x120and160x90depthdataformatsnowreturnthe correct values. (32363942)
Certificates
Resolved Issues
- Client certificate-based authentication now works for servers using TLS 1.0 and 1.1. (33948230)
EventKit
Known Issues
- Storing data to a nondefault event store in EventKit may not work. (31335830)
FileProvider
New Issues
- Apps with a deployment target earlier than iOS 11 that subclass NSFileProviderExtension do not work on versions of iOS prior to 11. (34176623)
Article source: https://www.technobuffalo.com/2017/09/27/apple-releases-ios-11-1-to-developers/