What is my package name?

  • Open Android Studio Project
  • Select Gradle Scripts > build.gradle (Module: app)
  • Obtaining your Firebase Server API Key

    Firebase provides Server API Key to identify your firebase app. To obtain your Server API Key, go to firebase console, select the project and go to settings, select Cloud Messaging tab and copy your Server key.

    Where I have to put my API Key?

    1. for security needed, Update API_KEY String value.
    2. Open Android Studio Project.
    3. Click CHANGE API KEY to generate new API Key.
    4. go to app > java > yourpackage name > config > AppConfig.java, and update with your own Server Key and Rest API Key.

    Get YouTube API Key

    1. Go to Google Developers Console and log in with your Google account.
    2. Create the new project (name does not matter for the plugin).
    3. Go to your project (by clicking on its name in the list).
    4. In the sidebar on the left, expand APIs & Services → Library. In the list of APIs go to YouTube Data API (v3) and make sure that it’s enabled (Enable API).
    5. In the same sidebar click Credentials. Then click on Create New Key and choose API key.
    6. Copy API key and paste it in the admin panel youtube api key settings form.
    7. For video tutorial, klik this link HERE

    Where do I get my OneSignal APP ID and Rest API Key?

    1. Login to your OneSignal Account and select your app
    2. Select SETTINGS > Keys & IDs.

    Update your AdMob App ID

    Put your AdMob App ID to res/value/ads.xml in the admob_app_id string tag.

    Important: This step is required! Failure to add your app id in the string tag results in a crash with the message: The Google Mobile Ads SDK was initialized incorrectly.

    Update your AppLovin SDK Key

    Put your AppLovin SDK Key to res/value/ads.xml in the applovin_sdk_key string tag.