Skip to content
LearnDash Support
  • Products

      LearnDash LMS Plugin

      Powering intuitive online courses with advanced management and engagement features for WordPress.

      Learn More

      LearnDash LMS Plugin + Hosting

      StellarSites Learning is a fully managed hosting solution for WordPress.

      Learn More

      Premium LMS Add-ons
      Enhance your courses with extra features. Gather insights, reward learners, protect your course content, and more!

      Explore all Add-ons

      MemberDash
      The most flexible membership plugin for WordPress. Monetize your content and build a community.

      View MemberDash

  • Pricing
  • Add-ons & Integrations

      LEARNDASH ADD-ONS

      Instructor Role

      Empower Instructor to manage courses.

      Groups Management

      Organization management, delegation and more

      ProPanel

      Advanced analytics reporting.

      Gradebook

      Track progress and create report cards.

      Notes

      Enable notetaking and two-way communication.

      Rating, Reviews, & Feedback

      Build trust and gain valuable insights.

      FEATURED INTEGRATIONS

      The Events Calendar

      Connect with the most popular events solution.

      BuddyBoss

      Powerful tools for an enhance learning experience.

      WooCommerce

      The most popular shopping cart on WordPress.

      WeGlot

      Translate your LearnDash content.

      All Integrations

      BUNDLES

      Package and save
      Save when you buy multiple plugins in a bundle.

      See all bundles.

      MORE

      Release Notes

      Get Help

  • Resources
      LearnDash Academy Videos, webinars, and resources to help you launch a successful course.
      Blog Blog
articles with the latest news and tips to help you run high-quality courses.
      Knowledge Base A support network to help you make the most of your courses.
      Release Notes Stay up-to-date with the latest updates to LearnDash.
      Get Help

      Professional Services

      LMS Site Development Get hands-on assistance launching your course website.
      Website Maintenance WordPress management made easy.
      SEO Services SEO solutions that accelerate growth.

      Other Resources

      LearnDash Accessibility At LearnDash, we believe online learning should be accessible to everyone.
      Join the Dev Club
  • Demo
  • Sign In
Get LearnDash

Knowledge Bases: Support Home | LearnDash Core | LearnDash Add-ons | LearnDash Cloud | Resources | Mobile App

LearnDash Support
  • ← Return to LearnDash
  • Support
    • Support Home
    • All Knowledge Bases
    • LearnDash Core
    • Add-ons
    • Resources
    • Cloud
  • My Account
Popular searches: api duplicate couse email gp query loop [ld_course_resume]

Getting Started with the LearnDash App

2
  • How to Configure Google Firebase for Your LearnDash App
  • How to Configure Apple Universal Links for your Learndash App

Managing Your LearnDash App

6
  • How to Set Up a Private LearnDash App
  • How to Enable the “Rate This App” Feature in the LearnDash App
  • How to Enable and Use the Report a Bug Feature in the LearnDash App
  • How to Enable “Send Us Feedback” in the LearnDash App
  • How to Configure the Smart Banner in the LearnDash App
  • How to Configure External Link Handling in the LearnDash App

Going Live

3
  • How to Update Your Android Learndash App
  • How to Publish Your Android LearnDash App to the Google Play Store
  • Apple App Store Publishing Checklist – How to Prepare Your iOS Learndash App for Publishing on the Apple App Store

Managing Content for LearnDash App

1
  • How to Configure Your Tab Bar and More Screen

Done For You

2
  • How to Add LearnDash as a User to Your Google Developer Account
  • How to Generate and Connect Your Apple Developer API Key to Your Learndash App
View Categories
  • Home
  • All Knowledge Bases
  • LearnDash App
  • How to Configure Your Android Learndash App

How to Configure Your Android Learndash App

Introduction #

Before generating Android builds or syncing in-app purchases with your Google Developer account, you must configure three essential components: your Application ID, your KeyStore certificate, and register your Application ID in Google Play. This guide walks you through each step in your WordPress admin and the Google Play Console.

Setting Your Application ID #

Your Application ID uniquely identifies your app on Google Play. It must:

  • Consist of at least two dot-separated segments (e.g., com.fruit.oranges).
  • Start each segment with a letter.
  • Contain only letters, numbers, and underscores.
  • Be unused by any other app.
  • For test builds, append .test (e.g., com.fruit.oranges.test).
  1. In WordPress, go to Learndash App > Configure > Android Settings.
  2. Under App Configuration, enter your chosen Application ID.
Screenshot of configuring Android Settings
  1. In WordPress, go to Learndash App > Configure > Android Settings.
  2. Under App Configuration, enter your chosen Application ID.
Screenshot of Android App Configuration
  1. Click Save Changes.

Note: To reserve your Application ID and prevent conflicts, register an app in the Google Play Console using a build with that ID (see “Registering Your Application ID” below). Also register the same ID in Firebase (refer to our Firebase setup guide).

Generating and Importing Your KeyStore Certificate #

Generating a KeyStore #

  1. In WordPress, navigate to LearnDash App > Tools > Generate KeyStore.
  2. Enter a KeyStore Password and KeyStore Alias (leave blank to auto-generate).
Screenshot of menu tabs  to Generate KeyStore
  1. In WordPress, navigate to LearnDash App > Tools > Generate KeyStore.
  2. Enter a KeyStore Password and KeyStore Alias (leave blank to auto-generate).
Screenshot of KeyStore Information
  1. Complete the certificate details (First & Last Name required; Organization optional).
  2. Click Generate.
Screenshot of Certificate Information
  1. Check the confirmation box and click Download to save the ZIP containing your KeyStore.
  2. Back up this ZIP securely. Lost KeyStores cannot be replaced, and you’ll need it for all future updates.

Importing Your KeyStore #

  1. In WordPress, go to Learndash App > Configure > Android Settings.
  2. Under KeyStore Information, click Import.
  1. Select the ZIP folder you downloaded.
  2. Click Save Changes.

Registering Your Application ID with Google Play #

Reserving your Application ID prevents others from claiming it. You do this by uploading any release build with that ID.

Prerequisite: You’ve already generated a Release App build under Learndash App > Build.

  1. Log in to the Google Play Console.
  2. Go to All apps, select your app, then under Release choose Production.
  3. Click Create new release.
  4. In App bundles, click Upload and select the AAB file built with your Application ID.
  5. Click Save to register the ID.

Note: Once registered, all future builds must use this exact Application ID.

Troubleshooting and FAQs #

Q: My new Application ID doesn’t appear in Android Settings.
A: Click Refresh Bundle IDs, reload the page, and ensure no caching plugin is blocking updates.

Q: The KeyStore import fails with an error.
A: Confirm you’re uploading the original ZIP generated by the Learndash App tool. Do not extract or modify its contents before import.

Q: I get “Invalid Application ID” in Google Play Console.
A: Ensure your AAB build was generated using the exact Application ID you entered in Android Settings.

Q: How can I reserve my Application ID without publishing live?
A: Simply upload any Release App AAB in the Create new release screen and click Save. No need to roll out the release.

Q: Can I change my Application ID later?
A: No. Once registered, the Application ID is permanently reserved. To publish a different app, you must choose a new ID.

Updated on April 22, 2026
Table of Contents
  • Introduction
  • Setting Your Application ID
  • Generating and Importing Your KeyStore Certificate
    • Generating a KeyStore
    • Importing Your KeyStore
  • Registering Your Application ID with Google Play
  • Troubleshooting and FAQs

Was this Doc Useful?

Thanks for your feedback!

Products

  • LearnDash LMS Plugin
  • MemberDash Plugin
  • LearnDash Cloud
  • ProPanel
  • Groups Management
  • Gradebook
  • Notes
  • Integrations

Support

  • Contact Us
  • Experts
  • Documentation
  • Facebook Community

Company

  • About LearnDash
  • Brand Assets
  • Careers
  • Affiliates
  • Privacy Policy
  • Terms and Conditions
  • Refund Policy

Our Partners

  • The Events Calendar
  • MemberDash
  • Kadence
  • GiveWP
  • Iconic
  • SolidWP

Stay Connected Subscribe to our newsletter
  • YouTube
  • X
  • Facebook
  • Instagram

Copyright 2026. All Rights Reserved.

A Liquid Web Brand
WordPress Hosting Services
© 2026 All Rights Reserved

StellarWP
liquidweb