I'm little bit confused about the architectures available in iOS build settings.
I found that there are 4 types:
i386
armv6
armv7
armv7s
.
I know i386
is for simulator, armv6
is for iOS devices (older devices, think so).
But I'm confused about armv7 and armv7s.
1) What is the difference between armv7 and armv7s ?
2) Will the armv7
and armv7s
architecture based apps support older iOS version ?
I searched but couldn't get any useful information.
Please help me to understand the difference, thanks in advance.