Justin
Justin

Reputation: 3039

Itunes connect device famly, only submit for iphone

I want my app to only support iphone/ipod. Yet for some reason itunes connect still thinks I'm submitting for Ipad as well. If you noticed below I have my device family set properly to 1 for Iphone/ipod.

Whats up here? Am I missing a setting in xcode?

Xcode

Itunes Connect

Upvotes: 1

Views: 520

Answers (1)

Amod Gokhale
Amod Gokhale

Reputation: 2438

Can you please share your deployment target screen? enter image description here

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html

To set the target devices

In the project navigator, select the project and your target to display the project editor.

Click General and, if necessary, click the disclosure triangle next to Deployment Info to reveal the settings.

From the Devices pop-up menu, choose iPhone, iPad, or Universal (to target both families).

Upvotes: 2

Related Questions