providesAudioData (ARConfiguration) not working on iOS 14.7

providesAudioData (https://developer.apple.com/documentation/arkit/arconfiguration/2923559-providesaudiodata)

Doesn't appear to work on iOS 14.7.

I get the following error

2021-08-23 12:06:37.511341+0200 LidarTest[545:32498] [Session] ARSession <0x10123a140>: did fail with error: Error Domain=com.apple.arkit.error Code=102 "Required sensor failed." UserInfo={NSLocalizedFailureReason=A sensor failed to deliver the required input., NSUnderlyingError=0x280536040 {Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12780), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x280529860 {Error Domain=NSOSStatusErrorDomain Code=-12780 "(null)"}}}, NSLocalizedRecoverySuggestion=Make sure that the application has the required privacy settings., NSLocalizedDescription=Required sensor failed.}

Note: I have correctly added all the privacy keys into the info.plist file.

I have also tested on iOS 14.0 and it works correctly however on iOS 14.7 it doesn't appear to function.

Has anyone seen the same or found a workaround?

providesAudioData (ARConfiguration) not working on iOS 14.7
 
 
Q