Overview
Publishing your existing Google Play app to the dApp Store requires:- A release APK file signed with a new, unique signing key (different from Google Play)
- Following the standard dApp Store publishing workflow
- File Format: dApp Store submission requires APK files (Google Play uses AAB)
- Signing Key: Must use a completely separate signing key from Google Play
- In-App Purchases: No 30% tax on in-app purchases or transactions
Build Your APK
1. Create New Signing Key
Generate a new signing key exclusively for the dApp Store:2. Build Signed APK
- Native Android
- Expo
1. Configure dual-store setup in 2. Build the dApp Store APK:3. Alternatively, build using Android Studio IDE: Build → Select Build Variant → dappStoreRelease → Build APK.Your dApp Store APK will be at
app/build.gradle using product flavors:app/build/outputs/apk/dappStore/release/app-dappStore-release.apkFor reference, view the Android signing documentation.3. Verify APK
Confirm your APK is properly signed before submission:Next Steps
With your signed APK ready, follow the standard dApp Store publishing process and Submit your appAdditional Resources
- Publisher Policy - Review dApp Store requirements
- Support - Get help with publishing issues
