Store publishing checklist
Use this page when filling App Store Connect and Google Play Console for our Nigeria apps (Paystack).
ScopePublishing target: Nigeria only. SurePlug Pro is not included. Stripe Connect is not required for NG. Demo login credentials are provided only in App Store Connect / Play Console review notes — not on this website.
1. Required website URLs (all apps)
These must resolve on the live domain before you submit:
- Marketing site: https://thesureplug.com
- Privacy Policy: https://thesureplug.com/privacy
- Terms of Service: https://thesureplug.com/terms
- Support URL: https://thesureplug.com/support
- Account deletion: https://thesureplug.com/delete-account
- Data safety reference: https://thesureplug.com/data-safety
2. Per-app identity
The SurePlug (Customer)
- iOS / Android ID:
com.thesureplug.customer
SurePlug Business
- iOS / Android ID:
com.thesureplug.business
SurePlug Driver
- iOS / Android ID:
com.thesureplug.driver
3. Do this in the store consoles (not on the website)
- App screenshots, preview video, subtitle/short description, full description
- Age rating / content rating questionnaire
- Google Play Data safety form — use /data-safety
- Apple Privacy Nutrition Labels — align with Privacy Policy + data-safety
- Export compliance / encryption (ITSAppUsesNonExemptEncryption is already false in apps)
- Contact and developer address fields in your Apple/Google developer accounts
- App Review / Play access notes — paste demo accounts from the private repo runbook (
docs/PUBLISHING.md), never publish passwords on the public site
4. Build & submit (EAS)
From the monorepo (after npx eas login):
- Customer:
cd apps/sureplug-customer && npm run build:android/npx eas build --platform ios --profile production - Business:
cd apps/sureplug-business && npm run build:android/ iOS EAS production - Driver:
cd apps/sureplug-driver && npm run build:android/ iOS EAS production - Submit Android:
npm run submit:androidin each app directory
Full runbook (including private review credentials): see docs/PUBLISHING.md in the repository.