86 lines
2.8 KiB
Markdown
86 lines
2.8 KiB
Markdown
|
|
# Store Assets Checklist
|
|||
|
|
|
|||
|
|
Google Play Store asset preparation for Closer app release.
|
|||
|
|
|
|||
|
|
## Required Assets
|
|||
|
|
|
|||
|
|
### Screenshots (phone)
|
|||
|
|
- [ ] 2–8 screenshots, minimum 320px, maximum 3840px
|
|||
|
|
- [ ] Recommended: 1080x1920 or 1440x2560 (16:9 ratio)
|
|||
|
|
- [ ] Required screenshots:
|
|||
|
|
- [ ] Home screen with daily question
|
|||
|
|
- [ ] Date Match swipe screen
|
|||
|
|
- [ ] Date Matches (mutual likes)
|
|||
|
|
- [ ] Question thread / answer reveal
|
|||
|
|
- [ ] Spin Wheel
|
|||
|
|
- [ ] Settings screen
|
|||
|
|
|
|||
|
|
### Feature Graphic
|
|||
|
|
- [ ] 1024x500px JPEG or PNG
|
|||
|
|
- [ ] Should convey app theme (couples, connection, questions)
|
|||
|
|
- [ ] Must not contain device frames or text that duplicates store listing
|
|||
|
|
|
|||
|
|
### App Icon
|
|||
|
|
- [ ] 512x512 PNG, 32-bit color, no transparency
|
|||
|
|
- [ ] Adaptive icon already defined in project — verify it renders well
|
|||
|
|
|
|||
|
|
## Store Listing Text
|
|||
|
|
|
|||
|
|
### Title
|
|||
|
|
- [ ] Max 30 characters: "Closer — Couple Questions"
|
|||
|
|
|
|||
|
|
### Short Description
|
|||
|
|
- [ ] Max 80 characters
|
|||
|
|
- [ ] Suggested: "Daily questions, date ideas, and deeper connection for couples."
|
|||
|
|
|
|||
|
|
### Full Description
|
|||
|
|
- [ ] Max 4000 characters
|
|||
|
|
- [ ] Should cover: daily questions, date match, spin wheel, bucket list, premium features
|
|||
|
|
- [ ] Include relevant keywords naturally
|
|||
|
|
|
|||
|
|
### Category
|
|||
|
|
- [ ] Primary: Lifestyle
|
|||
|
|
- [ ] Secondary: Social (if available)
|
|||
|
|
|
|||
|
|
### Tags
|
|||
|
|
- [ ] Couple, Relationship, Questions, Date Ideas, Connection
|
|||
|
|
|
|||
|
|
## Legal Links
|
|||
|
|
|
|||
|
|
- [ ] Privacy Policy URL: `https://closer.app/privacy` (currently placeholder — must be live before submission)
|
|||
|
|
- [ ] Terms of Service URL: `https://closer.app/terms` (currently placeholder — must be live before submission)
|
|||
|
|
- [ ] Subscription terms: `https://closer.app/subscription-terms` (placeholder)
|
|||
|
|
|
|||
|
|
## Content Rating
|
|||
|
|
|
|||
|
|
- [ ] Complete IARC questionnaire
|
|||
|
|
- [ ] Expected rating: PEGI 3 / ESRB Everyone (no violence, no gambling, no user-generated content moderation concerns)
|
|||
|
|
- [ ] Note: If question packs include sensitive topics, may need higher rating
|
|||
|
|
|
|||
|
|
## App Signing
|
|||
|
|
|
|||
|
|
- [ ] Opt in to Google Play App Signing (recommended)
|
|||
|
|
- [ ] Upload signing certificate to Play Console
|
|||
|
|
- [ ] Keep local keystore backup in secure location
|
|||
|
|
- [ ] DO NOT commit keystore to git
|
|||
|
|
|
|||
|
|
## Pricing & Distribution
|
|||
|
|
|
|||
|
|
- [ ] Free with in-app purchases (RevenueCat)
|
|||
|
|
- [ ] Subscription tiers configured in Google Play Console:
|
|||
|
|
- [ ] Monthly premium
|
|||
|
|
- [ ] Annual premium (if offering)
|
|||
|
|
- [ ] Distribution: All countries (or select markets for soft launch)
|
|||
|
|
|
|||
|
|
## Pre-Launch Report
|
|||
|
|
|
|||
|
|
- [ ] Run Google Play pre-launch report (automated after upload)
|
|||
|
|
- [ ] Address any accessibility issues flagged
|
|||
|
|
- [ ] Address any performance issues flagged
|
|||
|
|
|
|||
|
|
## Known Gaps (resolve before public release)
|
|||
|
|
|
|||
|
|
- Date/Time pickers in DateBuilder are TODO placeholders
|
|||
|
|
- RevenueCat API key is placeholder
|
|||
|
|
- Cloud Functions are scaffolded but not deployed to Firebase
|
|||
|
|
- Privacy/Terms URLs are placeholders — need real hosted pages
|