Part of the Godot→Flutter migration (#79).
Current state
iOS has no update path and no release artifact. platformAssetUrl() returns null for iOS with the comment "iOS updates come from the App Store" (update_controller.dart:202-203), but there is no App Store / TestFlight presence, and release.yml produces no iOS build. So iOS users currently can neither install nor update through any supported channel.
Decision needed
Pick the iOS distribution model, then implement it:
Follow-on work (if shipping iOS)
Acceptance
A documented, working answer for "how does an iOS user get and update the app", reflected in both CI and the in-app update UI.
Migrated from DaccordProject/daccord-app#82
Part of the Godot→Flutter migration (#79).
Current state
iOS has no update path and no release artifact.
platformAssetUrl()returns null for iOS with the comment "iOS updates come from the App Store" (update_controller.dart:202-203), but there is no App Store / TestFlight presence, andrelease.ymlproduces no iOS build. So iOS users currently can neither install nor update through any supported channel.Decision needed
Pick the iOS distribution model, then implement it:
Follow-on work (if shipping iOS)
release.yml.Acceptance
A documented, working answer for "how does an iOS user get and update the app", reflected in both CI and the in-app update UI.
Migrated from DaccordProject/daccord-app#82