简体   繁体   中英

Distribute ipa in iPad

We have developed an iPhone application. Then client wants to demo the app to his clients in iPad. When we create an ipa and try to install ipa in the iPad. We got error saying like this ipa can not be installed in ipad. Is there any workaround for that or any documentation for steps to follow?

There could be multiple issues

  1. Device UDID is not added in your Apple developer account
  2. Deployment Target in Xcode can be greater than the Device OS version
  3. From Left navigation pane of Xcode click on top project title, And then on right in General section, move to Deployment Info portion, there set Devices to iPad or universal.

After verifying above points, if you still face some issue, don't hesitate to let me know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM