Skip to content

This repo lists the steps to share ipa link without the need to use Diawi, Deployninja or other similar websites.

Notifications You must be signed in to change notification settings

rishh-hub/Manual_IPA_Share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Manual_IPA_Share

This repo lists the steps to share ipa link without the need to use Diawi, Deployninja or other similar websites.

Follow these steps to create a sharable build link manually:

  1. While exporting the .ipa file, select Include manifest for over-the-air installation, and then paste your dropbox url with AppName.ipa, and AppName1.png, AppName2.png in the respective fields.

  2. Create a dropbox account.

  3. Paste your .ipa file.

  4. Copy link to this .ipa file. It will look like this: https://www.dropbox.com/s/u74ecqyuzsuxd32w/AppName.ipa?dl=0

  5. Now replace www with dl and remove ?dl=0 from suffix : https://dl.dropbox.com/s/u74ecqyuzsuxd32w/AppName.ipa

  6. Copy this URL, open manifest.plist, and paste it in software-package under assets

  7. Now copy this manifest.plist file and paste it in dropbox at the same location as your .ipa

  8. Copy link to manifest.plist. It will look like this: https://www.dropbox.com/s/kb9z2d1duet15jiq/manifest.plist?dl=0

  9. Repeat step 5 for this url: https://dl.dropbox.com/s/kb9z2d1duet15jiq/manifest.plist

  10. Copy this URL and paste it at the end of: itms-services://?action=download-manifest&url=

  11. Final url will look like: itms-services://?action=download-manifest&url=https://dl.dropbox.com/s/kb9z2d1duet15jiq/manifest.plist

  12. Create a text file name AppName.html and paste this URL in href: Install App

  13. Share this file on devices you wish to install the build.

About

This repo lists the steps to share ipa link without the need to use Diawi, Deployninja or other similar websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published