Deploy a Plist on your server so users can download and install your IPA wirelessly
Following Apple's official OTA wireless distribution standards
Fill in your App Name, Bundle ID, and IPA download URL. After clicking generate, you'll receive an optimized manifest.plist file.
Upload the downloaded Plist file to your web server or CDN.
⚠️
Per iOS security requirements, the URL hosting your Plist must use SSL (HTTPS). HTTP links will silently fail on install.
Use Apple's itms-services protocol to construct a link to your Plist.
itms-services://?action=download-manifest&url=https://www.yourdomain.com/path/manifest.plist
Convert the link to a QR code. When scanned with iOS Camera or Safari, the system will prompt the user to install the app.