finish android task suite
This commit is contained in:
73
android/marketing/play-store/README.md
Normal file
73
android/marketing/play-store/README.md
Normal file
@@ -0,0 +1,73 @@
|
||||
# Kordant Play Store Marketing Assets
|
||||
|
||||
## Feature Graphics
|
||||
|
||||
All feature graphics are **1024×500 pixels** in 24-bit PNG format, meeting [Google Play Store requirements](https://support.google.com/googleplay/android-developer/answer/9859152).
|
||||
|
||||
| File | Language | Tagline |
|
||||
|------|----------|---------|
|
||||
| `feature-graphic.png` | English (default) | AI-Powered Identity Protection |
|
||||
| `feature-graphic-es.png` | Spanish | Protección de Identidad con IA |
|
||||
| `feature-graphic-fr.png` | French | Protection d'Identité par IA |
|
||||
|
||||
### Design Specifications
|
||||
|
||||
- **Dimensions:** 1024×500 pixels
|
||||
- **Format:** 24-bit PNG (no alpha)
|
||||
- **Background:** Gradient from indigo (#1E1B4B) to navy (#0F172A)
|
||||
- **Typography:** Inter Bold (app name), Inter SemiBold (tagline), Inter Regular (features)
|
||||
- **Elements:** Shield icon with checkmark, app name, tagline, accent line, feature list
|
||||
- **Decorative:** Subtle accent band, concentric rings (right side)
|
||||
- **Readable on:** Both light and dark Play Store themes
|
||||
|
||||
### Regenerating Graphics
|
||||
|
||||
```bash
|
||||
# Requires: Python 3 with Pillow
|
||||
# Fonts: /tmp/inter_fonts/Inter-{Regular,SemiBold,Bold}.ttf
|
||||
python3 /tmp/create_graphics.py
|
||||
```
|
||||
|
||||
## Promo Video
|
||||
|
||||
See [PROMO-VIDEO-STORYBOARD.md](./PROMO-VIDEO-STORYBOARD.md) for the complete storyboard, production notes, and upload instructions.
|
||||
|
||||
### Key Details
|
||||
|
||||
- **Duration:** 45 seconds
|
||||
- **Format:** 1080p (1920×1080), 30fps
|
||||
- **Scenes:** Hook → Brand → DarkWatch → VoicePrint → SpamShield → HomeTitle → Dashboard → CTA
|
||||
- **CTA:** "Download on Google Play"
|
||||
|
||||
### Upload Checklist
|
||||
|
||||
- [ ] Record Android screen captures (Pixel 6 emulator, dark mode)
|
||||
- [ ] Edit with transitions, text overlays, background music
|
||||
- [ ] Export in 1080p MP4
|
||||
- [ ] Upload to YouTube (unlisted or public)
|
||||
- [ ] Add title, description, tags
|
||||
- [ ] Add Spanish and French subtitle tracks
|
||||
- [ ] Copy video URL to Play Console
|
||||
- [ ] Verify video plays correctly in Play Store preview
|
||||
|
||||
## Play Console Upload
|
||||
|
||||
1. Go to [Play Console](https://play.google.com/console) → Kordant
|
||||
2. Navigate to **Store presence** → **Main store listing**
|
||||
3. Upload `feature-graphic.png` as **Feature graphic**
|
||||
4. Add YouTube video URL as **Video**
|
||||
5. For localized versions:
|
||||
- Go to **Store presence** → **Store listing resources**
|
||||
- Add language-specific feature graphics
|
||||
- Add localized text as needed
|
||||
6. **Preview** on mobile and desktop
|
||||
7. **Save** and **Review** changes
|
||||
|
||||
## Brand Compliance
|
||||
|
||||
All assets follow [Kordant Brand Guidelines](../../../docs/BRAND_GUIDELINES.md):
|
||||
|
||||
- **Colors:** Primary #4F46E5, Accent #06B6D4, Light #818CF8
|
||||
- **Typography:** Inter (Bold 700, SemiBold 600, Regular 400)
|
||||
- **Style:** Security-focused, empowering, clear, trustworthy
|
||||
- **No:** All-caps body text, italic weights, arbitrary spacing
|
||||
Reference in New Issue
Block a user