Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Deploying apps to the playstore

Deploying apps to the playstore

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 Playstore to the steps of uploading your app and the next steps after your application is published on Google Playstore

Harun Wangereka

July 11, 2019
Tweet

More Decks by Harun Wangereka

Other Decks in Programming

Transcript

  1. With over 1 billion monthly active users, Google Play is

    arguably one of the largest platforms for distributing, promoting, and selling Android apps.
  2. Use Android App Bundles Benefits for using Android App Bundles

    • Stop Managing Multiple APKs • Benefit from a smaller app in terms of size • Delivery features on demand, not on install • Enable modules to run instantly, without install
  3. Steps for publishing your application • Create a play store

    developer account • Select Create App where you add : a. App Name b. Default Language c. App or Game d. Free or Paid e. Declarations
  4. • Content of the App ◦ App Access ◦ Ads

    ◦ Content Rating ◦ Target Audience • How App is organized and Presented ◦ App category and contact Details ◦ Store Listing
  5. • Create a release ◦ Production ◦ Beta ◦ Alpha

    ◦ Internal Testing ◦ Internal App Sharing
  6. • Publish your app ◦ Select country and regions ◦

    Create new relese/Select a release ◦ Review And Rollout
  7. “If you follow all the steps above correctly, you’re all

    set to successfully publish your app. But you can’t sit back and relax just yet. Your work has only just begun.”
  8. Do A/B Testing for your app A/B testing helps you

    test improvements to your app on a subset of your users so you can use data to choose the best solution for your entire user base. What can we A/B Test? 1. App Icon 2. Feature Graphic 3. Screenshots 4. Promo Video 5. Short description 6. Long Description
  9. Setup merchant account... Now that we have merchant account support

    in Kenya, take advantage of this opportunity and build apps that users have to pay.
  10. Policies to watch out for • Calls/SMS Permissions • Content

    Type • Data Related Policies (GDPR Compliance) • Target Audience - Apps meant for families/children • Ads • Background Location Permission NEW
  11. Other things to do • Setup Continuous Integration and Continuous

    Deployment(CI/CD) • Logs and Analytics • Make your app Accessible • Write tests for your apps ◦ UI Tests ◦ Unit Testing