Test Mode
Test Mode with adding dependency:
If you want to enable Test Mode for all ad types, add this dependency to your project:
implementation 'com.bidease:bidease-mobile-test-mode:1.4.3'⚠️ Important: Test mode must be disabled before submitting the app to the store.
- Additionally, Bidease can enable Test Mode per bundle on the server side - this option is recommended for first integrations. 👉 Contact your Bidease manager to activate it during QA.
- Ensure IDFA/GAID tracking is enabled during QA so the Bidease team can review logs and assist with troubleshooting if needed.
Test Mode with ad type parameters:
For Banner
bannerView.load(loadParams = LoadParams(testMode = true))For Interstitial
interstitialAd.load(loadParams = LoadParams(testMode = true))For Rewarded
rewardedlAd.load(loadParams = LoadParams(testMode = true))Test Rendering App
Download demo app or github demo project to test rendering from the Bidease SDK
Updated 5 days ago