user6540713
user6540713

Reputation:

Install .ipa file without iTunes?

Is it Possible Install .ipa to iphone iTunes ?

Any 3rd party sites like iTunes?

Ex : https://tryouts.io/ , https://appetize.io/

Upvotes: 3

Views: 31910

Answers (6)

Mert Akkanat
Mert Akkanat

Reputation: 151

I try to face with these problems and I use : https://www.installonair.com . It's free and not have limit like diawi.

  1. You need to add device UDID to apple developer account devices part.
  2. Build your project and archieve it ad hoc with your certificate
  3. Open that link and upload your ad hoc ipa file to website
  4. Get qr code and link to download

Upvotes: 0

MAhipal Singh
MAhipal Singh

Reputation: 4815

Either Submit IPA for TestFlight on developer at ituneconnect or Export your IPA with Development/Adhoc Profile (for registered Devices) and drag your ipa file at diawi or buildtry and generate a test link.

https://www.diawi.com/

there are more option try these also

  1. https://www.installonair.com/
  2. https://getappbox.com/

Upvotes: 5

Rohan Dave
Rohan Dave

Reputation: 261

You can use this by follow its instruction.. : https://www.diawi.com/

Upvotes: 2

a.u.b
a.u.b

Reputation: 1609

  • Attach the device
  • XCode -> Window -> Devices
  • Select the device
  • Right click -> Show Provisioning Profiles
  • Add your file, done.
  • Under the Applications box, click +
  • Select the .ipa file

Upvotes: 18

Danny Lau
Danny Lau

Reputation: 157

try this,you can install ipa by console https://github.com/libimobiledevice/ideviceinstaller

Upvotes: 0

JonLuca
JonLuca

Reputation: 919

If you jailbreak your phone, you can bypass the codesigning using AppSync.

You can't bypass codesigning unless you jailbreak.

Are these valid IPAs that have been signed by a dev account/apple?

Upvotes: 1

Related Questions