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
11
Devfest Nyeri Keynote: What's New In Android
wangerekaharun
0
9
Devfest Nairobi Android Keynote
wangerekaharun
0
21
Kotlin Conf '23 Overview
wangerekaharun
1
37
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
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.6k
ソフトウェアエンジニアの成長
masuda220
PRO
12
2.1k
LINE messaging APIを使ってGoogleカレンダーと連携した予約ツールを作ってみた
takumakoike
0
120
dbt Pythonモデルで実現するSnowflake活用術
trsnium
0
270
コミュニティ駆動 AWS CDK ライブラリ「Open Constructs Library」 / community-cdk-library
gotok365
2
250
Learning Kotlin with detekt
inouehi
1
150
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
140
Introduction to kotlinx.rpc
arawn
0
770
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
9
2.5k
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
930
AIプログラミング雑キャッチアップ
yuheinakasaka
19
4.9k
React 19アップデートのために必要なこと
uhyo
8
1.5k
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
183
22k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Bash Introduction
62gerente
611
210k
Product Roadmaps are Hard
iamctodd
PRO
51
11k
Docker and Python
trallard
44
3.3k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Optimizing for Happiness
mojombo
377
70k
GraphQLとの向き合い方2022年版
quramy
44
14k
Agile that works and the tools we love
rasmusluckow
328
21k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
10
520
The Cost Of JavaScript in 2023
addyosmani
47
7.4k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
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!