How to know the minimum iOS version compatible with an IPA application built with EAS?

I have built an app with EAS for ios. To test on my iphone with the Expo Go app, I was using the iOS 16 version. When I built the IPA file and tested on my phone, it worked. Now I would like to find a way to know the minimum iOS version supported with my app. One way I think is to test on real devices, but since I don’t have all versions of iOS or many iphones. What would be another way?

Hi @paolocar, we do list the minimum supported version for iOS here: API Reference - Expo Documentation. Also, for each iOS version compatibility with iOS devices, you can seek info in Apple support docs here: https://support.apple.com/en-gb/guide/iphone/iphe3fa5df43/ios

2 Likes

Thank you so much friend. it helps me a lot.

1 Like