Submitting to App Store limiting to iPhoneX and iPad 3rd gen

I have built a game which is controlled entirely with face gestures. I cannot get it accepted in the App Store, rejected 3 times now. They are not happy it does not support 5.5 inch iPhones and 12.9 inch 2nd generation iPad. I cannot submit without that meta data. When I do its rejected. When I don't I can't submit.


The app will only work on devices with True Depth front facing cameras. Does anyone know how to use the plist.info or other ways to limit the device list? I have tried this but it does not work. Says my iPhone XS is not compatible.


<key>UIRequiredDeviceCapabilities</key>

<array>

<string>armv7</string>

<string>arkit</string>

<string>front-depth-camera</string>

</array>


throws this error:


App Store Connect Operation Error

ERROR ITMS-90108: "This bundle is invalid. The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on any device. Refer to 'Understanding the UIRequiredDeviceCapabilities key' at https://developer.apple.com/library/ios/#qa/qa1397/_index.html for more information."



App Store Connect Operation Error

ERROR ITMS-90098: "This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'front-depth-camera' which is incompatible with the MinimumOSVersion value of '12.1'."


We are trying to promote Apple's leading edge tech but are hitting a brick wall. Any help appreciated. Apple...?


Cheers.

Replies

Seen the discussion here? https://forums.developer.apple.com/message/343602#343602