teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

[Bug]: Update DemoAdUnitIds with new test ad unit IDs and implement missing formats #179

Closed zeoowl-dev closed 9 months ago

zeoowl-dev commented 9 months ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

What happened?

Background:

Request:

  1. Update DemoAdUnitIds:

    • Replace existing test ad unit IDs with those from the documentation:
    object DemoAdUnitIds {
       const val BANNER_AD_UNIT_ID: AdUnitId = "ca-app-pub-3940256099942544/6300978111"
       // ... update other IDs based on documentation
       const val APP_OPEN_AD_UNIT_ID: AdUnitId = "ca-app-pub-3940256099942544/9257395921"
       // ... add IDs for newly supported formats
    }
  2. Implement missing ad formats:

    • Add support for App Open, Native Advanced Video, and any other missing formats.

Reference:

Additional Notes:

Relevant logcat output

No response

Code of Conduct