Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS itms-service not working, not able to install the app via safari

Tags:

ios

I'm trying to install the iOS application via Safari. When archiving the IPA file I have checked in Over Air installation and entered the right URL for ipa, 57x57, 512x512 images. Then created Manifest Plist file.

And I'm calling the Manifest file using the below URL

itms-services://?action=download-manifest&url=MANIFEST_SERVER_URL

While trying to open the link, It shows Open in iTunes correctly, but nothing happens for some time.

Then I get this alert "Cannot connect to URL".

Why is this happening? Is this because we are using self signed certificate in our server. If yes how to resolve it without buying the certificate.

like image 314
Surya Subenthiran Avatar asked Nov 01 '25 14:11

Surya Subenthiran


1 Answers

You need a valid HTTPS cert to use this.

You can

  • get a free cert at letsencrypt.org
  • upload your app to DropBox or other file sharing service that provides an HTTPS URL
  • distribute build via distribution service like hockeyapp or TestFlight
like image 62
Aaron Brager Avatar answered Nov 04 '25 06:11

Aaron Brager



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!