Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase - iOS App Installation on iPhone X is not working

I uploaded an iOS enterprise build using App-Distribution feature of Firebase Console and shared with my testers. We are able to download it on all devices except on iPhone X. The error shows "os version not supported". On click of this error, it displays details that "The developer needs to upload a build that supports iOS 10.15". Please check screenshots for reference.

Please note that iPhone X have iOS 13.3. I suspect not be an iOS version issue, because I downloaded app on my personal iPhone XR which has iOS 13.3.

First error

Second Error

like image 324
Ruchi Avatar asked Jan 26 '23 04:01

Ruchi


1 Answers

Safari Browser Desktop mode was the culprit. If turned on, any distribution provider's script will think the link was opened it mac instead of iOS.

No need to reset the phone in my case!!!

like image 62
Ram Avatar answered Jan 30 '23 23:01

Ram