Entitlement needed for use of ARWorldTrackingConfiguration

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

Replies

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.

  • I already have the camera entitlement set up is there anything related to the ARWorld tracking that might be needed?

Add a Comment