Page 1 of 2

How to exclude IPAD support

Posted: Fri Apr 12, 2013 7:28 pm
by Yuri Lebedev

Hi, I would like to exclude IPAD device from my App. In IOS keys setup I use UIDevice Family=1 what means only Iphone\Ipod supporting, but unfortunately it seems like compiler does not use this parameter(or use None ) and I always get code with supporting for all Apple devices. How I can solve that issue and get code only for Iphone?
Also , how to make localisation to RU instead of EN ES?


How to exclude IPAD support

Posted: Fri Apr 12, 2013 8:27 pm
by Kateryna Grynko

Hi Yuri,

If in App Settings iOS Keys "UIDeviceFamily" = "1" then selected value will be saved in file Info.plist of xCode final source. IPA will be build for iPhone и iPod (http://developer.apple.com/library/io...).
App can't be installed on iPad.
Tiggzi doesn't support localization.


How to exclude IPAD support

Posted: Fri Apr 12, 2013 8:58 pm
by Yuri Lebedev

Thank You. But it does not work. I use "UIDeviceFamily" = "1" but IPA makes me build for Iphone\Ipad\ipod/ same build if I use "UIDeviceFamily" = "1+2 " or "none" .

What to do?


How to exclude IPAD support

Posted: Fri Apr 12, 2013 9:49 pm
by Illya Stepanov

Hello Yuri, how you make changes in the value "UIDeviceFamily"?

You can also use the codeUIRequiredDeviceCapabilities/code key in your Info.plist


How to exclude IPAD support

Posted: Tue Sep 03, 2013 9:32 am
by Toblerone

Is this still working? I set UIDeviceFamily to 1 but ipa still has ipad support as itunes connect tells me i'm missing ipad screenshots. So without xcode, how do I remove iPad support from my ipa?


How to exclude IPAD support

Posted: Tue Sep 03, 2013 1:58 pm
by Maryna Brodina

Hello! Please take a look here http://stackoverflow.com/questions/27...


How to exclude IPAD support

Posted: Wed Sep 04, 2013 6:02 am
by Toblerone

Hi Marina,

So how do we stop the app being universal as although yes, i understand they'll run on ipad as iphone apps (i.e simulated) I don't want to have to support it running as an actual ipad application (i.e universal).

thanks


How to exclude IPAD support

Posted: Wed Sep 04, 2013 2:35 pm
by Maryna Brodina

There is no way to exclude iPad support. All you can do is to make it running in compatibility mode.


How to exclude IPAD support

Posted: Sun Sep 15, 2013 6:52 pm
by Doug Black

So, my app is showing up on on the iPod/iPhone side of the App Store. My guess is that I need to select both UIDeviceFamily options to make it show up?


How to exclude IPAD support

Posted: Sun Sep 15, 2013 6:58 pm
by Illya Stepanov

Hi Doug - Please can you clarify -- you want it to be show up where?