Can i submit my game to apple only for iPhone 3GS/4/4S and not include iPad version ?
Announcement
Collapse
No announcement yet.
iPhone only ? no iPad
Collapse
X
-
I believe you need to set the UIDeviceFamily in your .plist override file (UDKGame/Build/IPhone/UDKGameOverrides.plist) to specify different allowed device types according to: UIDeviceFamily Reference
-
I know there is an option in Xcode when creating normal iOS apps, but I've seen no mention of one in iTunes Connect nor did I see one in the screenshots of the submission process in the docs. All the option in Xcode does is put the settings in the .plist anyway so it's really no different than doing it manually.
I'll ask for confirmation from one of the people more familiar with this, but everyone is on vacation at the moment so it could be a few days.
Comment
-
HI, I've edited Distro_MobileGameOverrides.plist, IPhone-Info.plist, MobileGameOverrides.plist and paste within them this code
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
My question is do you know in wich of these three files must be the code or in all three or there is no matter at all.
I have another question: How to remove the settings for the game on the devices. When I open settings on iPhone it shows my game and some settings for it, but I think they are redundant.
Comment
-
Well now I'm not sure anymore lol, well I made a universal app but I remember I had to choose for what devices will this game be available to purchase , and I'm sure that was when I was setting it up in iTunes Connect, either in the setting up the app or maybe setting up the sale contract , that was last month , in November 2011!
mgrigorov - Settings are only for testing, they don't appear in distribution version of your game, unless you manually set it up!
Comment
-
Originally posted by ColdWave View PostCan i submit my game to apple only for iPhone 3GS/4/4S and not include iPad version ?
Like for example, not supported on iPad...
Don't quote me on that though, but I'm pretty sure that that's the simple way around it!
Comment
-
Originally posted by twofishsman View Post<key>UIDeviceFamily</key>
<array>
<integer>2</integer> <------ edit there
</array>
<key>MinimumOSVersion</key>
<string>4.3</string>
You can edit "UDKGameOverrides.plist" and "Distro_UDKGameOverrides.plist"(you can find them at \UDK\UDKGame\Build\iPhone\);
This is the right answer! By editing this ... when i upload the binary in the information tab about devices there are only : iPhone and iPod!
Cheers!
Comment
-
Originally posted by ColdWave View PostThis is the right answer! By editing this ... when i upload the binary in the information tab about devices there are only : iPhone and iPod!
Cheers!
Start
..
..
..
blah!
blah!
..
..
... Install is 20% complete at phase 'InspectingPackage'
... Install is 30% complete at phase 'PreflightingApplication'
... Install is 40% complete at phase 'VerifyingApplication'
Install \ Update of "UDKGame-IPhone-Shipping.ipa" failed with Unknown error 0xE8000080 in 30.74 seconds
IPP ERROR: Failed to install IPA on device
[Apr 22, 2:45 PM] COMMANDLET 'iPhonePackager.exe deploy UDKGame Shipping' FAILED
[Apr 22, 2:45 PM] PIPELINE FAILED TO COMPLETE.
Please help? I only wish to target my UDK game for the iPhone and iPod touch and NOT iPad. Please help?
Comment
Comment