开发者

Limiting app for iPad

开发者 https://www.devze.com 2023-02-09 22:43 出处:网络
I created an iPad app and want to submit开发者_Go百科 it. Is there anything extra I need to do to set the device kind to iPad or is it set automatically?

I created an iPad app and want to submit开发者_Go百科 it.

Is there anything extra I need to do to set the device kind to iPad or is it set automatically?

What Target sdk should it be set to?


Select the "Targeted device Family" in your project settings.

Here is the description :

The build system uses the selected device to set the correct value for the UIDeviceFamily key it adds to the target's Info.plist file. [TARGETED_DEVICE_FAMILY]

iPhone - Application is built for iPhone and iPod touch. iPad - Application is built for iPad. iPhone/iPad - Application is built Universal for iPhone, iPod touch, and iPad.


In general the:

  • "Base SDK" should always be set to the most recent, there's really no reason to build with an older SDK
  • "iOS Deployment Target" should be set to the earliest OS version you want the app to run on, and
  • "Targeted Device Family" should be set to "iPad", "iPhone", or "iPhone/iPad" (the last for a universal app)
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号