Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download and install .ipa outside App Store with .plist

Tags:

ios

ipa

app-store

Today I discovered an app.

This app is not available to the App Store, if I want to try this, I just have to click on the link since my iPhone :

itms-services://?action=download-manifest&url=http://*********.s3.amazonaws.com/********-ios.plist

And the application installs in my home page.

The link forced to download a .plist :

enter image description here

What it this way ?

What it's the deal with provisioning profile or the certificats ?

like image 371
VivienCormier Avatar asked Jul 09 '13 08:07

VivienCormier


People also ask

How can I install apps from outside of Apple Store?

Maybe the simplest way to add apps to your iPhone without using the App Store is by using a technique called sideloading. Sideloading is the name used for installing apps directly on the iPhone rather than using the App Store.

Can I install IPA directly on iPhone?

An . ipa or iOS App Store Package file is an archive file of an iOS application file that stores an iOS app. And IPA files can only be installed on an iOS device such as iPhone or iPad.


1 Answers

It's just a way of distributing an app for beta testing using your distribution profile, but without submitting it to Apple.

The .plist it's just a link to where the .ipa (the app) is stored.

You can find a tutorial here:

How to Distribute your iOS Apps Over the Air

like image 128
Antonio MG Avatar answered Sep 21 '22 02:09

Antonio MG