简体   繁体   中英

Install .IPA built for iPad on iPhone

Is it possible to install .IPA file in iPhone which is built for iPad ? If yes please tell me how to do

Depends how the app is built, you can set it for individual iphone models or ipad models.

Setting the Target Devices (iOS Only) The Devices setting identifies the type of devices you want an iOS app to run on. There are two device types: iPhone and iPad. The iPhone type includes iPhone and iPod touch devices. The iPad type includes all iPad and iPad mini devices.

To set the target devices

In the project navigator, select the project and your target to display the project editor. Click General and, if necessary, click the disclosure triangle next to Deployment Info to reveal the settings. From the Devices pop-up menu, choose iPhone, iPad, or Universal (to target both families). ../Art/3_target_devices_setting_2x.png For more information on configuring your app for iPhone, iPad, or both device families, see Advanced App Tricks in App Programming Guide for iOS.

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html

It depends wether your application is Universal app or not.

If its Universal app & UDID of your iPhone included to the .ipa then it will work else not.

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