Back to Wekan

Dev: iOS / iPadOS install & update platforms (manual vs automatic, like Snap)

docs/Design/Autoupdate/OS/iOS.md

10.101.8 KB
Original Source

Dev: iOS / iPadOS install & update platforms (manual vs automatic, like Snap)

The App Store is the universal path with system-wide background auto-update; TestFlight covers betas; MDM silently pushes managed apps; and since the EU DMA, notarized alternative marketplaces / web distribution exist (EU only). "Add to Home Screen" web apps never auto-update as installables — they reload the live site.

Store/MechanismManualAutomaticAuto/Internet mechanismMaintainerURLLicense
App Store✓ (default)Settings → App Store → App Updates; background download+installApplehttps://www.apple.com/app-store/Proprietary
TestFlight (beta)Automatic beta-build updates over the InternetApplehttps://testflight.apple.com/Proprietary
MDM-managed apps (ABM/VPP)MDM silently installs/updates managed appsApple + MDM vendorshttps://developer.apple.com/business/Proprietary
EU alternative marketplaces / web distributionDMA-mandated third-party stores manage updates; apps still Apple-notarized (EU only)Apple-authorized third partieshttps://developer.apple.com/support/dma-and-apps-in-the-eu/Proprietary/varies
Web app "Add to Home Screen" (PWA)✓ (re-add)Loads live web content each launch; no packaged updatewebsite ownerhttps://developer.apple.com/varies

WeKan applicability

Add to Home Screen PWA against a WeKan server is the realistic path (no store auto-update). A wrapped native app could use App Store background updates, but the web app is the pragmatic route. Electron desktop auto-update does not apply.

See also

Android.md · ChromeOS.md · Mac.md