GMAX IPTV DOCUMMENTS
  • Introduction
    • Required
    • Start
  • Android
    • Icons
    • Get dependencies
    • Change Package name
  • Access Key
    • Why use Access Key?
    • Android Key
    • IOS Key
  • Admob
    • Active or Discative Admob
  • Settings
    • Colors
    • Social Media Accounts
  • Build app
    • Run app
    • Build and install the application
Powered by GitBook
On this page
  1. Admob

Active or Discative Admob

PreviousAdmobNextSettings

Last updated 1 year ago

To disable ads within the app, navigate to the following directory: codesource/lib/helpers/constants.dart. In this file, you will locate a variable named const bool showAds = true;.

If this variable is set to true it means that the ads are enabled. To disable the ads, change the variable to false , and then restart the app from the beginning.