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
81
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
Recomposition Roundup: All You Need to Know
wangerekaharun
0
7
Devfest Nyeri Keynote: What's New In Android
wangerekaharun
0
9
Devfest Nairobi Android Keynote
wangerekaharun
0
20
Kotlin Conf '23 Overview
wangerekaharun
1
33
Getting Started and Growing as an Android Developer
wangerekaharun
0
81
A deep dive and building an outstanding career in mobile applications development.
wangerekaharun
0
66
What's New in Android
wangerekaharun
1
140
Transforming Farmer's Lives Using Android in Kenya
wangerekaharun
1
160
Modern Android Development
wangerekaharun
0
98
Other Decks in Programming
See All in Programming
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
270
フロントエンドのディレクトリ構成どうしてる? Feature-Sliced Design 導入体験談
osakatechlab
8
4.1k
Go の GC の不得意な部分を克服したい
taiyow
3
780
採用事例の少ないSvelteを選んだ理由と それを正解にするためにやっていること
oekazuma
2
1k
なまけものオバケたち -PHP 8.4 に入った新機能の紹介-
tanakahisateru
1
120
ドメインイベント増えすぎ問題
h0r15h0
2
300
KubeCon + CloudNativeCon NA 2024 Overviewat Kubernetes Meetup Tokyo #68 / amsy810_k8sjp68
masayaaoyama
0
250
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
5
1.2k
20年もののレガシープロダクトに 0からPHPStanを入れるまで / phpcon2024
hirobe1999
0
460
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
330
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
130
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
3
270
Featured
See All Featured
A Philosophy of Restraint
colly
203
16k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
It's Worth the Effort
3n
183
28k
A better future with KSS
kneath
238
17k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Mobile First: as difficult as doing things right
swwweet
222
9k
Producing Creativity
orderedlist
PRO
341
39k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
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!