Posts

Post not yet marked as solved
1 Replies
789 Views
Case number: 100987889887.I'm currently working on an AR app that uses the new feature in AKKit 3 - "Capturing Body Motion in 3D". The main function of the app is to give feedback based on the user's posture.Because body tracking only supports iOS devices with A12 chip (iPhone XR ) and later, so this app will only work on A12 chip devices as well. My question is: is there a way to make the app only available to download for the user with A12 chip and later in the store? In the case that there isn't such a way, what would be the best practices to explain to the user that the device is not supported? Would it be fine if I pop a UIAlertView to tell the user that "Sorry this app only supports A12 chip (iPhone XR) and later" for the user using the unsupported device?
Posted Last updated
.