Start from XCode 4.5, we cannot build a single IPA which combine the support of armv6
, armv7
and armv7s
, so how to provide update for my app to use iPhone5's feature?
Because from the doc:
"You are permitted to expand your device requirements only. Submitting an update to your binary to restrict your device requirements is not permitted."
So we cannot drop support for the armv6 app, but it is impossible to launch a new app as user already paid for the old app, so how to update?