nooralibutt / easy-ads

This repo has the integration of AdMob, AppLovin-Max, UnityAds, and Facebook ads.
https://pub.dev/packages/easy_ads_flutter
BSD 3-Clause "New" or "Revised" License
38 stars 19 forks source link

Use Facebook ads only #92

Closed bettkipronoh closed 2 months ago

bettkipronoh commented 2 months ago

Is there a way to use only one platform e.g FAN ?. Currently getting this error, but i don't want to use admob.


E/AndroidRuntime(28770): 
E/AndroidRuntime(28770): ******************************************************************************
E/AndroidRuntime(28770): * Missing application ID. AdMob publishers should follow the instructions    *
E/AndroidRuntime(28770): * here:                                                                      *
E/AndroidRuntime(28770): * https://googlemobileadssdk.page.link/admob-android-update-manifest         *
E/AndroidRuntime(28770): * to add a valid App ID inside the AndroidManifest.                          *
E/AndroidRuntime(28770): * Google Ad Manager publishers should follow instructions here:              *
E/AndroidRuntime(28770): * https://googlemobileadssdk.page.link/ad-manager-android-update-manifest.   *
E/AndroidRuntime(28770): ******************************************************************************```
bettkipronoh commented 2 months ago

Actually my bad, i left the admob value as null then it worked.