Android App Release Checklist For The Production Launch

Continued in this thread πŸ‘‡ [Follow the thread below]

#AndroidDev #Kotlin #Android #Developer
Add analytics to your Android application.
Turn off logging and debugging.
Check if all the Url, API keys are of production or not.
Apply proguard/R8 in your Android application.
Check your application size, compare it with your previous release apk.
Check the manifest file for the unintentional addition of any new permissions.
Add crash reporting library.
Add migration logic if required.
Test by updating on previous version APKs.
Check your application version name and version code.
Measure the metrics around the application performance.
Check for app localization.
Test your device on various OS versions and different screen sizes.
Look through your application from a security perspective.
Add the new unit tests for your application.
Run all the unit tests.
Be ready with WHAT’S NEW in your application.
Be ready with the updated screenshot.
Follow up on the PlayStore feedback.
Add kill-switch for features wherever applicable.

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Amit Shekhar

Amit Shekhar Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @amitiitbhu

21 Aug
How does Voice And Video Call Works?

This tweet is all about how the voice and video call works on a high level.

Continued in this thread πŸ‘‡ [Follow the thread below]

#AndroidDev #Kotlin #Android #Developer
Both voice and video calls depend on how we stream media between the two clients which are connected to each other. So, there must be something that can do the work of media streaming from one client to another client.

For media streaming, we need to know about WebRTC.
WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Read 16 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(