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
97
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
39
Recomposition Roundup: All You Need to Know
wangerekaharun
0
46
Devfest Nyeri Keynote: What's New In Android
wangerekaharun
0
29
Devfest Nairobi Android Keynote
wangerekaharun
0
58
Kotlin Conf '23 Overview
wangerekaharun
1
76
Getting Started and Growing as an Android Developer
wangerekaharun
0
120
A deep dive and building an outstanding career in mobile applications development.
wangerekaharun
0
110
What's New in Android
wangerekaharun
1
170
Transforming Farmer's Lives Using Android in Kenya
wangerekaharun
1
210
Other Decks in Programming
See All in Programming
CSC307 Lecture 10
javiergs
PRO
1
690
AI活用のコスパを最大化する方法
ochtum
0
110
CSC307 Lecture 14
javiergs
PRO
0
440
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
310
izumin5210のプロポーザルのネタ探し #tskaigi_msup
izumin5210
1
490
オブザーバビリティ駆動開発って実際どうなの?
yohfee
2
620
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
380
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
220
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
640
浮動小数の比較について
kishikawakatsumi
0
360
CSC307 Lecture 13
javiergs
PRO
0
310
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
The Curse of the Amulet
leimatthew05
1
9.3k
Balancing Empowerment & Direction
lara
5
920
Odyssey Design
rkendrick25
PRO
2
530
It's Worth the Effort
3n
188
29k
The Spectacular Lies of Maps
axbom
PRO
1
570
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
130
A designer walks into a library…
pauljervisheath
210
24k
Between Models and Reality
mayunak
1
210
The agentic SEO stack - context over prompts
schlessera
0
670
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Abbi's Birthday
coloredviolet
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!