Commit dd94d65
committed
chore(flags): seed inAppUpgrade off for both platforms
The in-app FLUX purchase UI violates App Store 3.1.1 and Google Play Payments, so
store builds must ship it off. Live state is held in the dashboard KV, which is
already android:false/ios:false; the repo seed still said true/true, so re-seeding
KV from this file would have silently re-armed the violation.
Note this is a runtime remote flag, not a build-time lock: enabling it for a build
under or past review is itself a policy violation on both stores.1 parent e544573 commit dd94d65
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
0 commit comments