mobile-app-distribution

Installation
SKILL.md

Mobile App Distribution

Publish React Native apps to Apple App Store and Google Play Store. Covers signing, building, submitting, and passing review.

Quick Reference

Topic Reference
Android Signing & Publishing Upload key, Gradle config, AAB/APK, ProGuard, Google Play
iOS Publishing Xcode release scheme, archiving, App Store Connect, TestFlight
App Store Review Guidelines Apple's review rules — safety, performance, business, design, legal
Pre-Submission Checklist Both platforms — signing, metadata, screenshots, compliance

Android: Key Steps

1. Generate upload key

keytool -genkeypair -v -storetype PKCS12 -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000
Related skills
Installs
5
Repository
0xkynz/codekit
First Seen
Mar 3, 2026