Entitlement needed for use of ARWorldTrackingConfiguration

Do I need an entitlement to use the ARWorldTrackingConfiguration and get that data in RoomPlan enhancements being done?

Using ARKit requires camera access permission. Your app needs the NSCameraUsageDescription key in the Info.plist file to explain why your app wants to access the camera. For details, see https://developer.apple.com/documentation/arkit/verifying_device_support_and_user_permission.

Entitlement needed for use of ARWorldTrackingConfiguration
 
 
Q