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

1.1k views Asked by At

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.

enter image description here

on my info.plist I have,

enter image description here I greatly appreciate your help.

Thanks!

3

There are 3 answers

3
Kishore Kumar On

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

0
Vanya On

Build Active Architecture Only should be NO then you support 32 bit architecture as well.

0
ovo On

When you archive your project please choose the Generic iOS Device, not any real devices.