Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: Universal App - Release as iPhone only

Tags:

A customer is interested in releasing a universal app. However, the first release will contain only the iPhone version, the second release will contain both versions.

I found a few links where ppl figured out how to make this work in the simulation environment. However, i could not find claims about apps that finally were released to the AppStore successfully. I need verification of this.

Do you have links of people claiming to have universal apps released for iphone only or did you do it yourself?

like image 718
Tomen Avatar asked May 03 '11 10:05

Tomen


People also ask

Can you develop iOS apps without iPhone?

Yes. It is possible to build an iOS app without owning a physical iPhone or iPad. This is possible through using the iPhone and iPad simulators in Xcode. There are also third-party simulators that you can use to develop your iOS application.

What is a universal iOS app?

A universal app is an app that can run on any mobile device operating system — meaning iOS and Android. Universal apps also work on different types and sizes of devices, including iPhones and iPads. It's a one-size-fits-all scenario designed to work for any smart device user.


2 Answers

In the application's Build Settings change the Targeted Device Family to iPhone, instead of iPhone/iPad.

Targeted Device Family

In the latest xcode you can do this by summary screen too.

enter image description here Thanks

like image 115
Mitesh Khatri Avatar answered Oct 04 '22 22:10

Mitesh Khatri


It's not possible to only release the iPhone version via iTunes Connect, but you can set the Target Device to iPhone-only for the first version and it'll only be released for iPhone/iPod touch.

like image 44
ttarik Avatar answered Oct 04 '22 21:10

ttarik