Setting Required Capabilities for Foundation Models

Is there any way to ensure iOS apps we develop using Foundation Models can only be purchasable/downloadable on App Store by folks with capable devices? I would've thought there would be a Required Capabilities that App Store would hook into, but I don't seem to see it in the documentation here: https://developer.apple.com/documentation/bundleresources/information-property-list/uirequireddevicecapabilities

The closest seems to be iphone-performance-gaming-tier as that seems to target all M1 and above chips on iPhone & iPad. There is an ipad-minimum-performance-m1 that would more reasonably seem to ensure Foundation Models is likely available, but that doesn't help with iPhone. So far, it seems the only path would be to set Minimum Deployment to iOS 26 and add iphone-performance-gaming-tier as a required capability, but I'm a bit worried that capability might diverge in the future from what's Foundation Model / Apple Intelligence capable.

While I understand for the majority of apps they'll want to just selectively add in Apple Intelligence features and so can be usable by folks whose devices don't support it, the app experience I'm building doesn't make sense without the Foundation Models being available and I'd rather not have a large number of users downloading the app to be told "Sorry, you're not Apple Intelligence capable"

Answered by DTS Engineer in 852665022

Hello,

Thank you for the enhancement request and asking a good question about verifying support for AFM.

UIRequiredDeviceCapabilities are unlikely to work as the performance tiers relate to the GPU rather than ANE.

We recommend cross posting this question in the App Store Distribution & Marketing topic area to get help from App Store folks.

Created a Feedback Assistant ticket tracking the ask here - FB19366221

Accepted Answer

Hello,

Thank you for the enhancement request and asking a good question about verifying support for AFM.

UIRequiredDeviceCapabilities are unlikely to work as the performance tiers relate to the GPU rather than ANE.

We recommend cross posting this question in the App Store Distribution & Marketing topic area to get help from App Store folks.

Setting Required Capabilities for Foundation Models
 
 
Q