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
10
Devfest Nyeri Keynote: What's New In Android
wangerekaharun
0
9
Devfest Nairobi Android Keynote
wangerekaharun
0
20
Kotlin Conf '23 Overview
wangerekaharun
1
35
Getting Started and Growing as an Android Developer
wangerekaharun
0
82
A deep dive and building an outstanding career in mobile applications development.
wangerekaharun
0
68
What's New in Android
wangerekaharun
1
140
Transforming Farmer's Lives Using Android in Kenya
wangerekaharun
1
170
Modern Android Development
wangerekaharun
0
100
Other Decks in Programming
See All in Programming
Lottieアニメーションをカスタマイズしてみた
tahia910
0
130
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
230
負債になりにくいCSSをデザイナとつくるには?
fsubal
10
2.4k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
4
390
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1k
CDK開発におけるコーディング規約の運用
yamanashi_ren01
2
130
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
110
Open source software: how to live long and go far
gaelvaroquaux
0
640
ファインディLT_ポケモン対戦の定量的分析
fufufukakaka
0
730
PHPカンファレンス名古屋2025 タスク分解の試行錯誤〜レビュー負荷を下げるために〜
soichi
1
200
1年目の私に伝えたい!テストコードを怖がらなくなるためのヒント/Tips for not being afraid of test code
push_gawa
0
180
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
RailsConf 2023
tenderlove
29
1k
Fireside Chat
paigeccino
34
3.2k
GraphQLとの向き合い方2022年版
quramy
44
13k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
Faster Mobile Websites
deanohume
306
31k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.8k
BBQ
matthewcrist
87
9.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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!