Install .ipa to iPad with or without iTunes

后端 未结 25 2077
南旧
南旧 2020-12-04 05:33

I have the .ipa from PhoneGap build and I need to test it. I got provisioning profile from Developer account.

So my question is: can I directly put my <

相关标签:
25条回答
  • 2020-12-04 06:12

    You can also checkout ios-deploy.

    It is as simple as running ios-deploy -b path/to/ipa/file.

    It even works with path/to/project.app, which should be in the same location if you are doing cordova/phonegap builds locally.

    Cheers!

    0 讨论(0)
  • 2020-12-04 06:12

    You can create the ipa for ad hoc distribution and use diawi to create a link for the your ipad. You just upload the .ipa and the provisioning profile, then a link is generated and you can visit it from your ipad in order to install the app (if the provisioning profile is for development you have to add your ipad's UDID to it).

    0 讨论(0)
  • 2020-12-04 06:15

    In the latest version of iOS share ipa through AirDroap from mac to iPhone. it will directly install in your iPhone.

    0 讨论(0)
  • 2020-12-04 06:16

    All of the other answers are either out of date or too much work where it doesn't need to be. Upload your .IPA file to diawi.com then either scan the QR-Code and install, or email the link to the device you want to install the app to, or type the shortened URL into your Safari browser and install that way.

    I needed to get an app installed into an older iOS device today and this method took me less than 2 minutes to complete start to finish.

     https://www.diawi.com/
    
    0 讨论(0)
  • 2020-12-04 06:17

    You can install IPA using Xcode

    • Open Xcode
    • Select Window in Top Menu Bar & Select Devices & Simulators
    • Drag and Drop your IPA in the Apps Section

    This will install application on your device.

    0 讨论(0)
  • 2020-12-04 06:18

    Since Apple released iTunes 12, you must use Apple Configurator 2 app to install ipa in your iPhone and iPad.

    Download from this link: https://itunes.apple.com/br/app/apple-configurator-2/id1037126344?mt=12

    0 讨论(0)
提交回复
热议问题