[object Object]

← back to CelebritySignatures

ios: fastlane push_listing = screenshots-only (skip_metadata) — avoids blanking required App Review contact fields; metadata already published on the draft (TK-10262)

15b76e118f69e6ec308070618fc38d0817f00312 · 2026-08-10 08:07:49 -0700 · Steve Abrams

Files touched

Diff

commit 15b76e118f69e6ec308070618fc38d0817f00312
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Aug 10 08:07:49 2026 -0700

    ios: fastlane push_listing = screenshots-only (skip_metadata) — avoids blanking required App Review contact fields; metadata already published on the draft (TK-10262)
---
 apps/mobile/fastlane/Fastfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/mobile/fastlane/Fastfile b/apps/mobile/fastlane/Fastfile
index 5e60e6b..85b5b81 100644
--- a/apps/mobile/fastlane/Fastfile
+++ b/apps/mobile/fastlane/Fastfile
@@ -13,6 +13,8 @@ platform :ios do
     deliver(
       app_identifier: "com.abrams.celebsignatures",
       skip_binary_upload: true,
+      skip_metadata: true,        # metadata already published on the draft (8/6); avoids blanking required App Review contact fields
+      skip_screenshots: false,
       submit_for_review: false,
       force: true,
       overwrite_screenshots: true,

← 986ff07 ios: fresh App Store screenshots (iPhone 6.9" 1320x2868 + iP  ·  back to CelebritySignatures  ·  wear/TM: partial-register completeness guard + fix retired-h d394377 →