Skip to content

Serves a dummy OTA ad hoc manifest that redirects to any URL

Notifications You must be signed in to change notification settings

SignTools/ota-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

OTA Proxy

This is a very simple project that lets you OTA install iOS apps over HTTP. It is similar to ota-me, but this project is a dynamic page (has to be self-hosted) that allows you to install an IPA from any URL, not just localhost.

It works by offering a Cloudflare Worker API endpoint, which returns a valid HTTPS OTA manifest that installs an app from any URL you provide as a query parameter. The URL can be localhost, LAN, or public internet, and it can be HTTP. This method works because Apple enforces the manifest to be served over HTTPS, but not the apps within the manifest.

Usage

Deploy this script to Cloudflare Workers. Then, call it as follows:

https://YOUR.PROJECT.workers.dev/v1?ipa=http://YOUR_URL.ipa&title=SOME_TITLE&id=com.THE_BUNDLE_ID

About

Serves a dummy OTA ad hoc manifest that redirects to any URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published