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!