Yuri Lebedev
Posts: 0
Joined: Thu Apr 11, 2013 12:53 pm

How to exclude IPAD support

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to exclude IPAD support

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.

Yuri Lebedev
Posts: 0
Joined: Thu Apr 11, 2013 12:53 pm

How to exclude IPAD support

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to exclude IPAD support

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

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

Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

How to exclude IPAD support

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to exclude IPAD support

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

Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

How to exclude IPAD support

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to exclude IPAD support

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

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

How to exclude IPAD support

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to exclude IPAD support

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

Return to “Issues”