feat(iap): support expanding cloud storage with IAP on iOS and Android (#2331)

This commit is contained in:
Huang Xin
2025-10-26 17:18:56 +08:00
committed by GitHub
parent 75f982e677
commit 9bc46914e2
51 changed files with 1065 additions and 749 deletions
@@ -39,7 +39,7 @@ if grep -q 'MANAGE_EXTERNAL_STORAGE' "$MANIFEST"; then
fi
echo "🚀 Running: pnpm tauri android build"
pnpm tauri android build
pnpm tauri android build --config src-tauri/tauri.playstore.conf.json
# --- ADD PERMISSION BACK AFTER BUILD ---
if ! grep -q 'REQUEST_INSTALL_PACKAGES' "$MANIFEST"; then