Tutorial: Register Test Devices by QR Code + Install IPA Wirelessly to iPhone
Register test device UDIDs by QR code and install IPA wirelessly to iPhone over LAN. No cable, Xcode, or TestFlight required.
Register test device UDIDs by QR code and install IPA wirelessly to iPhone over LAN. No cable, Xcode, or TestFlight required.
appuploader-cli tutorial: upload an IPA to the App Store from the command line on Windows with appuploader-cli upload -f IPA -u account -p app-specific-password, no two-factor prompt, check the exit code on failure. Teams and CI switch to API key login; pick one of the two methods. Pipeline examples: GitHub Actions, Jenkins/Shell, Windows PowerShell. The info command generates AppStoreInfo.plist locally. No Mac or Xcode required throughout.
Generate iOS certificates and provisioning profiles on Windows without Xcode or a Mac. Three steps: Bundle ID, signing certificate, provisioning profile.
Integrate appuploader-cli into CI/CD: upload an IPA automatically with one command, no Xcode/Mac needed. Hands-on with upload and info.
Get an iOS push certificate and set up APNs bulk push in 5 steps: issue certificate, create channel for App Key, report tokens, send, delivery reports.