简体   繁体   中英

Can I install an IPA on my iPhone?

After submitting my app to the app store, i created a zip of all of it's files. Now i'm on the next release, I want to test with the previous version to ensure that updating works properly, as there's some structural changes. Unfortunately, some files were referenced, but not copied, and so they have since been either deleted or modified.

Without being able to build again from the project, is there any way I could install the previous version on my phone?

Open Xcode -> Archives, select your target archive, distribute -> Ad-hoc Deployment, save the .ipa file and drag it into iTunes.

If you want to send the .ipa to others, the ad-hoc provision file is needed too.

The simplest way is simply to delete the new version of the app from your iPhone, then install the old one from the iTunes App Store. If you want to run both at once, temporarily change the bundle identifier for the new version and then install it via Xcode.

Archive different versions of the app that will create IPA files. Then drop the provisioning profile and IPA files in ITunes and install it from there.

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