Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Submitting an iphone-only app to app store? [closed]

I am submitting my app to app store but it's only compatible with iphone and ipod. When I added the app in itunes connect it;s making me submit an ipad screenshot.

Is it mandatory for apps to be universal? How can I get around this?

like image 283
Surz Avatar asked Aug 13 '14 19:08

Surz


People also ask

Can you deploy iOS app without App Store?

You can distribute applications using ad hoc without going through the app store, but you are limited to a maximum of 100 devices. With this method you can distribute your application from a web site, email, etc. The method is for internal distribution in companies with more than 500 employees.

How do I submit an app to Apple without an account to the app store?

Use an email address that you check often because Apple sends frequent updates on the program and on the status of apps you've submitted for approval. Cool, you're now an Apple developer! You have access to the libraries and tools, but you need to join the paid program to submit apps to the app store.


2 Answers

In XCode Target -> General -> Deployment Info -> Devices should be set to iPhone.

like image 101
Kunal Avatar answered Oct 08 '22 00:10

Kunal


If your app is only supposed to support iPhone/iPod, only upload iPhone screenshots, don't upload iPad screenshots. Same works the other way around. The only time you should upload both is if your app is universal.

like image 43
rebello95 Avatar answered Oct 08 '22 02:10

rebello95