Skip to content

Commit ebb6ced

Browse files
feragusperclaude
andcommitted
chore(store): replace framed marketing screenshots with in-app captures, drop tablet set
Google Play flagged the store listing screenshots on two grounds: they read as marketing graphics rather than the in-app experience, and the tablet shots (a phone frame stretched onto the 7"/10" canvas) tripped the "single solid color / corrupted" check. Regenerate phone screenshots (en-US + es-ES) from real in-app captures with actual usage data (goal, month analytics chart, active goal + streak). New layout keeps the app UI dominant with a small caption instead of a large headline over empty background. Remove the tablet screenshot sets, which are not required to publish. Add overwrite_screenshots: true to the listing lane so removed sets are cleared on Play instead of appended. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bf7b78c commit ebb6ced

25 files changed

Lines changed: 3 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ platform :android do
3535
timeout: 600, # Timeout for the upload process (in seconds).
3636
skip_upload_aab: true, # Listing-only: do not ship a binary.
3737
skip_upload_apk: true,
38-
skip_upload_changelogs: true # Changelogs bind to a release/version code.
38+
skip_upload_changelogs: true, # Changelogs bind to a release/version code.
39+
overwrite_screenshots: true # Clear existing Play screenshots first, so removed
40+
# sets (e.g. tablet) are deleted, not appended to.
3941
)
4042
end
4143
end
64.1 KB
Loading
41.6 KB
Loading
-62.5 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)