Want to move from a universal application to a simple ipad application

I originally wanted to create a universal application, but now the areas have been changed, and I'm stuck in a universal application, now all I want is an iPad application. So I went and changed the target device family to “iPad” (or 2), but when I submit the application, it claims that I’m still stuck in the “Device Family” “1.2” or “Universal” and asked to take screenshots iPhone

I looked high and low to switch from universal app to ipad

No real results.

In addition, he says that the minimum OS requires 3.1.3, when I would prefer to install it on 3.2 (perhaps this will strengthen its existence as an iPad application).

Thank you in advance!

update:

I added LSMinimumSystemVersion 3.2 to info.plist (3.2 - line) and in the "Application Details" section it annoys me:

Minimum OS requirements: 3.1.3

wut do .: (

update: a connected apple, they sent me to the target family device, telling me that "make sure it was redirected to support itunes connection", after which I had to write a few letters to support dev and its connect@apple.com , still circles.

my searches continue!

+2
source share
1 answer

, , , - , project.pbxproj xcode, TARGETED_DEVICE_FAMILY = "1,2" TARGETED_DEVICE_FAMILY = "1"

sdk (IPHONEOS_DEPLOYMENT_TARGET ), LSMinimumSystemVersion

+3

All Articles