ios - how to support 64 bit and deployment target 4.3 -



ios - how to support 64 bit and deployment target 4.3 -

is there alternative back upwards 64 bit in app, maintain deployment target 4.3, in order maintain supporting os4.3, 5.0, 5.1?

according apple, apps must built 64-bit , 32-bit starting feb 2015, , utilize xcode6: https://developer.apple.com/news/?id=10202014a

the instructions doing state deployment target must set @ to the lowest degree 5.1.1: https://developer.apple.com/library/ios/documentation/general/conceptual/cocoatouch64bitguide/convertingyourappto64-bit/convertingyourappto64-bit.html

it seems there's no way back upwards 64 bit + os 4.3. cannot create app lower targets, since app won't back upwards 64 bit, rejected. mean apple removed back upwards os below 5.1.1?

ios apple xcode6 iphone-64bit

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -