← back to Boomer Calculator
APP_STORE_ASSETS_CHECKLIST.md
268 lines
# App Store Assets Checklist
This checklist covers all the assets and information you'll need to submit Boomer Calc to the App Store.
## ✅ Already Completed
- [x] App Icon (1024x1024)
- [x] Bundle ID configured (com.boomercalc.app)
- [x] App Name configured (Boomer Calc)
- [x] Info.plist privacy descriptions
- [x] Basic Xcode project setup
## 📸 Screenshots Required
### iPhone Screenshots (REQUIRED)
You need screenshots from the largest iPhone size:
**6.7" Display (iPhone 15 Pro Max, 14 Pro Max, or 13 Pro Max)**
- Resolution: 1290 x 2796 pixels (portrait) OR 2796 x 1290 (landscape)
- Quantity: Minimum 1, maximum 10
- Format: PNG or JPEG
**How to capture:**
1. Open Xcode
2. Select iPhone 15 Pro Max simulator
3. Run your app (Cmd + R)
4. Press Cmd + S to save screenshot
5. Screenshots saved to Desktop by default
**Recommended screenshots for Boomer Calc:**
1. Main calculator interface showing the number pad
2. A calculation in progress (e.g., "45 + 22 = 67")
3. (Optional) Another calculation example
### iPad Screenshots (If supporting iPad)
**12.9" Display (iPad Pro 12.9")**
- Resolution: 2048 x 2732 pixels (portrait) OR 2732 x 2048 (landscape)
- Quantity: Minimum 1, maximum 10
- Format: PNG or JPEG
## 📝 App Store Listing Information
### Basic Info
- **App Name**: Boomer Calc ✅
- **Subtitle** (30 characters max):
- Suggestion: "Simple, no-frills calculator"
- **Primary Language**: English
### Description
```
Boomer Calc is a clean, no-frills calculator designed for simplicity and ease of use.
Features:
• Clean, minimal interface
• Basic arithmetic operations (+, -, ×, ÷)
• Large, easy-to-read buttons
• Instant calculations
• No ads, no tracking, no nonsense
• Works offline
Perfect for quick calculations without unnecessary complexity. Just a calculator that does what it's supposed to do.
```
### Keywords (100 characters max, comma-separated)
```
calculator,math,simple,basic,arithmetic,clean,minimal,easy
```
### Category
- **Primary**: Utilities
- **Secondary**: Productivity (optional)
## 🔗 URLs Required
### Support URL (REQUIRED)
You need a webpage where users can get support. Options:
1. Create a simple GitHub Pages site
2. Use your personal website
3. Create a basic support page
**Must include:**
- How to contact you for support
- Basic FAQ if applicable
### Privacy Policy URL (REQUIRED if collecting data)
For Boomer Calc (no data collection):
**Option 1: Simple privacy policy text:**
```
Privacy Policy for Boomer Calc
Last updated: [Current Date]
Boomer Calc does not collect, store, or transmit any personal data.
The app functions entirely offline and does not require any permissions
or access to your personal information.
All calculations are performed locally on your device and are not
stored or shared.
For questions, contact: [your-email@example.com]
```
**Host this on:**
- GitHub Pages
- Your personal website
- Gist (gist.github.com)
### Marketing URL (Optional)
- Link to your product page or website
## 💰 Pricing & Availability
### Price
- [ ] Free
- [ ] Paid ($0.99, $1.99, $2.99, etc.)
### Availability
- [ ] All countries/regions
- [ ] Specific countries only
## 🔒 Privacy Information (Nutrition Label)
For Boomer Calc, select:
- [ ] **Data Not Collected**: This app does not collect any data
If your app doesn't collect data, that's it! Very simple.
## 👤 App Review Information
### Contact Information (REQUIRED)
- [ ] First Name
- [ ] Last Name
- [ ] Phone Number
- [ ] Email Address
(This is private and only for Apple reviewers)
### Demo Account
- Not needed for Boomer Calc (no login required)
### Notes for Reviewer
```
Boomer Calc is a simple calculator app with basic arithmetic operations.
No special configuration or testing steps required. Just open and use.
```
### Attachment (Optional)
- Any additional documents for reviewers if needed
## 🎬 App Preview Video (Optional)
Not required, but can improve conversion:
- 15-30 seconds showing app in use
- Same dimensions as screenshots
- Up to 500 MB
## 📋 Age Rating
Answer Apple's questionnaire. For Boomer Calc:
- No violence, sexual content, profanity, etc.
- Likely rating: **4+** (suitable for all ages)
## 💡 What's New in This Version
For version 1.0.0 (initial release):
```
Initial release of Boomer Calc!
A simple, clean calculator that just works. No ads, no tracking,
no unnecessary features. Just the math you need.
```
## ⚖️ Export Compliance
### Do you use encryption?
- [x] No (already configured in Info.plist)
For Boomer Calc: **No** (only uses standard HTTPS which is exempt)
## 📦 Build Information
### Version Number
- Format: Major.Minor.Patch (e.g., 1.0.0)
- [ ] Set in Xcode: **1.0.0**
### Build Number
- Must be unique for each upload
- [ ] Set in Xcode: **1**
## 🚀 Release Options
- [ ] **Automatically release**: App goes live immediately after approval
- [ ] **Manually release**: You choose when to release after approval
- [ ] **Scheduled release**: Release at specific date/time after approval
## ✅ Pre-Submission Checklist
Before hitting "Submit for Review":
- [ ] All screenshots uploaded
- [ ] App icon set (1024x1024)
- [ ] Description written
- [ ] Keywords added
- [ ] Support URL provided
- [ ] Privacy Policy URL provided (if needed)
- [ ] Category selected
- [ ] Pricing set
- [ ] Age rating completed
- [ ] Privacy information filled out
- [ ] Build selected
- [ ] "What's New" text added
- [ ] Contact information provided
- [ ] Export compliance answered
- [ ] All required fields show ✅ green checkmarks
## 📊 After Approval
Once live, monitor:
- [ ] Download App Store app to view your listing
- [ ] Check for user reviews
- [ ] Respond to reviews when appropriate
- [ ] Track downloads in App Store Connect Analytics
## 🔄 For Future Updates
When updating:
1. Increment version number (e.g., 1.0.0 → 1.1.0)
2. Increment build number (e.g., 1 → 2)
3. Update "What's New" description
4. Upload new screenshots if UI changed significantly
5. Submit for review again
---
## Quick Tips
**Screenshots look better with:**
- Status bar showing good signal/battery
- No notifications visible
- Clean, focused on your app
- Show the app's main features
**Description tips:**
- Front-load important features
- Use bullet points for readability
- Be clear and concise
- Avoid marketing hype
- Focus on user benefits
**Keywords tips:**
- No spaces after commas
- Use all 100 characters
- Research competitor keywords
- Include variations (calc, calculator)
- Don't repeat app name (it's automatic)
**Common rejection reasons:**
- Incomplete metadata
- Missing privacy policy
- Crashes on launch
- Misleading screenshots
- Incomplete functionality
---
**Need help?** See the main XCODE_AND_APPSTORE_GUIDE.md for detailed submission steps.