Hi everyone,
I build an application and submit to test-flght, but the application would rejected. After checking, it is the devices would not support the ARFaceTrackingConfiguration.
Would anyone can provide the list of device for available to run the ARFaceTracking.
For the iPhone devices: As I know, since the iPhone X is include the TrueDepth camera, so the iPhone X and after device are supported ARFaceTracking.
For the iPad devices: I not sure which devices are support the ARFaceTrackingConfiguration. Some iPad can run the ARFacrTracking function when it would not has TrueDepth camera.
Would anyone is using the ipad (7th Gen) or iPad (8th Gen)? Is it support the ARFaceTracking?
Hello,
It is mentioned here https://developer.apple.com/videos/play/wwdc2020/10611/?time=1587) that face tracking is supported on devices with a TrueDepth camera, or devices that have an A12 or later.
I build an application and submit to test-flght, but the application would rejected. After checking, it is the devices would not support the ARFaceTrackingConfiguration.
You can utilize the isSupported property to check if ARFaceTrackingConfiguration is available at runtime, then if it isn't, your app can fallback to something else.
You can also restrict your app to devices with an A12 or later by including the iphone-ipad-minimum-performance-a12 Required Device Capabilities key in your info.plist.