Page 1 of 1

UIDeviceFamily not working

Posted: Sun Oct 04, 2015 12:38 am
by Joe Sharples

I've selected "1" for UIDeviceFamily under iOS keys as I only want my app to be available on iPhone and iPod touch, and NOT iPad.

I exported the app and uploaded using Application Loader.
But when I submit my app for review i receive this message on iTunes connect:
Image

I have tried deleting the Info.plist and undoing all source changes. I also tried changing:
code
<key>UIDeviceFamily</key>
<array>
<string>1</string>
</array>
/code
to
code
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
/code

as suggested from a google search. neither of these worked. Every time I receive the same message.

How do I make it so my binary DOESN'T indicate support for binary?


UIDeviceFamily not working

Posted: Sun Oct 04, 2015 2:05 pm
by Alena Prykhodko

Hello Joe,

It's a bug, our developers are working on this.
We are doing our best to fix this as soon as possible.
Please stay tuned.


UIDeviceFamily not working

Posted: Mon Oct 05, 2015 11:47 am
by Joe Sharples

Thank you.

As a work around I changed the device family on two different lines to "1". In the project.pbxproj file.


UIDeviceFamily not working

Posted: Mon Oct 05, 2015 12:24 pm
by Illya Stepanov

Thank you for sharing!