Slide 1

Slide 1 text

Harun Wangereka Android Developer @wangerekaharun Deploying Apps To Play Store

Slide 2

Slide 2 text

“ 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”

Slide 3

Slide 3 text

Release Checklist Some of the things to do before releasing your app to Play Store.

Slide 4

Slide 4 text

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

Slide 5

Slide 5 text

Crash Reporting Add a crash reporting library to your app.

Slide 6

Slide 6 text

Use Android App Bundles Benefits of using AAB ● Manages multiple APKS ● Reduces app size ● Support on-demand feature delivery ● Support instant apps

Slide 7

Slide 7 text

Enable Obfuscation

Slide 8

Slide 8 text

buildTypes { release { minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } Minification and obfuscation

Slide 9

Slide 9 text

Ensure you app in Secure

Slide 10

Slide 10 text

Use AS Profiler

Slide 11

Slide 11 text

Proprietary + Confidential Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem Support Internalization

Slide 12

Slide 12 text

Half screen photo slide if text is necessary Accessibilty Make your your app is accessible: display, talk back options, captions,

Slide 13

Slide 13 text

Live! Create App Play Store account Steps on Console Demo Release Steps

Slide 14

Slide 14 text

After Release Things Policies and things to do

Slide 15

Slide 15 text

Harun Wangereka Android Developer @wangerekaharun Thank You!