Fly TV PRO
  • 📺Welcome
  • Getting Started
    • Download Android Studio
    • Open Project
  • Project Structure
    • Module Structure
      • network
      • chachemanager
      • app_data_source
      • app
    • Product Flavor
  • Project Customization
    • Change App Name
    • Change App Icon
    • Change ApplicationId
  • Firebase Configuration
    • Create Firebase Project
    • Add your App to Firebase
    • Sync and Rebuild Project
  • Backend Configuration
    • Server requirment
    • Installation Fly tv admin
    • API Connection to your app
    • Push Notification Configuration
  • Admob configuration
  • Product License
  • Thank you
Powered by GitBook
On this page
  1. Project Customization

Change ApplicationId

PreviousChange App IconNextFirebase Configuration

To change the applicationId, navigate to the build.gradle.kts file at the app level. In the productFlavors block, modify the applicationId in the pro block to your desired ID for the production release. Additionally, you can change the applicationId in the dev block for testing purposes during development. Ensure that you use distinct applicationIds for dev and pro modes. For example, you can use "com.example.anything.dev" for the dev mode and "com.example.anything" for the pro mode.

Indeed, changing the applicationId can potentially cause errors, especially in the context of Firebase configuration. However, there's no need to worry about it at this stage. We'll proceed to configure Firebase, and everything should work seamlessly afterward.

if you change the dev applicaitonId also .then configure the firebase also for the dev flavour .as same as pro flavour .