Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Deploying Apps to Play Store #2
Search
Harun Wangereka
November 20, 2021
Programming
0
87
Deploying Apps to Play Store #2
Walk Through of deploying apps to Play Store on the new Play Store console.
Harun Wangereka
November 20, 2021
Tweet
Share
More Decks by Harun Wangereka
See All by Harun Wangereka
What's New In Android (2025)
wangerekaharun
0
29
Recomposition Roundup: All You Need to Know
wangerekaharun
0
36
Devfest Nyeri Keynote: What's New In Android
wangerekaharun
0
17
Devfest Nairobi Android Keynote
wangerekaharun
0
48
Kotlin Conf '23 Overview
wangerekaharun
1
63
Getting Started and Growing as an Android Developer
wangerekaharun
0
110
A deep dive and building an outstanding career in mobile applications development.
wangerekaharun
0
87
What's New in Android
wangerekaharun
1
150
Transforming Farmer's Lives Using Android in Kenya
wangerekaharun
1
200
Other Decks in Programming
See All in Programming
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
460
プログラミングどうやる? ~テスト駆動開発から学ぶ達人の型~
a_okui
0
190
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
110
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
170
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
2.9k
CSS Linter の現在地 2025年のベストプラクティスを探る
ryo_manba
10
3.2k
LLMとPlaywright/reg-suitを活用した jQueryリファクタリングの実際
kinocoboy2
4
660
CSC509 Lecture 01
javiergs
PRO
1
430
Playwrightはどのようにクロスブラウザをサポートしているのか
yotahada3
7
2.2k
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
3.2k
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
230
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
340
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Being A Developer After 40
akosma
91
590k
Become a Pro
speakerdeck
PRO
29
5.5k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Visualization
eitanlees
148
16k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Speed Design
sergeychernyshev
32
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Transcript
Harun Wangereka Android Developer @wangerekaharun Deploying Apps To Play Store
“ Step by step guide on how to deploy Android
Apps to playstore. Starting with the checklist of the things you need to do before uploading your application to Google Play Store to the steps of uploading your app and the next steps after your application is published on Google Play Store”
Release Checklist Some of the things to do before releasing
your app to Play Store.
Proprietary + Confidential Add Analytics 30% 60% 63,096 54,537 36,910
33,492 12,038 A B C D E 24% uninstalls 55% active users Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem
Crash Reporting Add a crash reporting library to your app.
Use Android App Bundles Benefits of using AAB • Manages
multiple APKS • Reduces app size • Support on-demand feature delivery • Support instant apps
Enable Obfuscation
buildTypes { release { minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro' } } Minification and obfuscation
Ensure you app in Secure
Use AS Profiler
Proprietary + Confidential Source: Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Duis non erat sem Support Internalization
Half screen photo slide if text is necessary Accessibilty Make
your your app is accessible: display, talk back options, captions,
Live! Create App Play Store account Steps on Console Demo
Release Steps
After Release Things Policies and things to do
Harun Wangereka Android Developer @wangerekaharun Thank You!