I plan on releasing an update for my iPad app, even though some of the third party libraries have not been updated.
Architectures = standard(armv7, armv7s, arm64)
Valid Archs = armv7
If I add armv7s or armv64 to Valid Archs the project won't build.
Will I be leaving out devices if I push this update to the app store? It runs just fine on my iPad air with the A7 64 bit processor (and I believe armv7s is for the A6 chip, correct?).
Thanks so much in advance!!