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
86
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
23
Recomposition Roundup: All You Need to Know
wangerekaharun
0
30
Devfest Nyeri Keynote: What's New In Android
wangerekaharun
0
16
Devfest Nairobi Android Keynote
wangerekaharun
0
44
Kotlin Conf '23 Overview
wangerekaharun
1
58
Getting Started and Growing as an Android Developer
wangerekaharun
0
100
A deep dive and building an outstanding career in mobile applications development.
wangerekaharun
0
82
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
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
450
Vibe coding コードレビュー
kinopeee
0
420
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)The Basics of Agent Development with ADK — A Demo-Focused Introduction
risatube
PRO
6
1.4k
「次に何を学べばいいか分からない」あなたへ──若手エンジニアのための学習地図
panda_program
3
730
リッチエディターを安全に開発・運用するために
unachang113
1
360
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
250
DataformでPythonする / dataform-de-python
snhryt
0
160
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
130
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
950
実践 Dev Containers × Claude Code
touyu
1
160
decksh - a little language for decks
ajstarks
4
21k
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
95
14k
Become a Pro
speakerdeck
PRO
29
5.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Writing Fast Ruby
sferik
628
62k
GitHub's CSS Performance
jonrohan
1031
460k
Facilitating Awesome Meetings
lara
54
6.5k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Faster Mobile Websites
deanohume
308
31k
Thoughts on Productivity
jonyablonski
69
4.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
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!