简体   繁体   中英

Make the app compatible with 32bit iOS devices, now only works for with 64bit devices

I just released a new version of my app and noticed that it says it's only compatible with iPhone 5s and later on the App Store, all of which run on 64bit processor. so my users with iPhone 5, 4s, and 4 won't be able to update the app.

I don't know if I changed anything unintentionally that has caused this, but I do want the users with 32bit architecture to be able to download the app.

as the picture below shows in my architectures I have armv7 and armv7s to support iPhone 4 and 5, so I don't know how to fix this issue.

在此处输入图片说明

on my info.plist I have,

在此处输入图片说明 I greatly appreciate your help.

Thanks!

Finally i found two links for your requirements

64 bit details

And check your minimum deployment target ,if its sets to 7.0 then the xcode will do manage 64bit or 32bit .

also check this link

构建活动架构仅应为否,那么您也支持32位架构。

archive项目时,请选择“ Generic iOS Device ,而不是任何真实设备。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM