Search code examples
iphoneipaduniversal

Submitting iPhone app with 2x on Ipad


How should i submit my iPhone app so that it is also available for downloads on iPad but with 2x thing on it. I need some configuration settings...

Architectures: Standard/Optimized?

Valid Architectures: armv6 armv7....?

Targeted Device Family: ?

iOS Deployment Target: ?

Please also mention any other settings i've missed here.

Thanks a Lot


Solution

  • Use iPhone/iPad for targeted device family, Standard (armv6/armv7) as architectures. Deployment target depends on the oldest iOS version you intend to support. I'd set it to 4.0 or 4.2 for new projects, but you could also use 3.2 (or even 3.0) if you're careful to use newer APIs only when they're available.