tapsellorg / TapsellPlusSDK-ReactNativePlugin

2 stars 2 forks source link

No data in Admob NativeAds response #4

Open HessiPard opened 3 years ago

HessiPard commented 3 years ago

Hi, thanks for this library There is an issue where we get response from Local NativeAds but no data from Admob ads even in test mode

photo_2021-05-11_13-41-24

Development environment:

"react-native": "0.63.4",
"react-native-tapsell-plus": "^1.2.7"
mahdi-malv commented 3 years ago

Hello

Update with latest 2.1.x SDK

Google admob native ad is not supported and the possibility of re-adding it will be considered in the next version(s)

HessiPard commented 2 years ago

hi again, is admob native banner problem fixed in last release?

mahdi-malv commented 2 years ago

Hey AFAIK, it is possible and implemented. So yes.

HessiPard commented 2 years ago

Hey AFAIK, it is possible and implemented. So yes.

Sorry but the problem exists ....

requestNativeAd() returns with ad Id but showNativeAd() doesn't return anything, neither onOpened nor onError won't called:

image

Local native banners (non admob) return with valid data and have no problem.

Development environment:

"react-native": "0.67.3",
"react-native-tapsell-plus": "^2.1.6"
mahdi-malv commented 2 years ago

Could you call setDebugMode(3) and run the tests again?

Also keep an eye on android logcat as well

HessiPard commented 2 years ago

this is what i got:


    16:12:54.860    TAP_SDK_WaterfallManag  runWaterfall() Called.

    16:12:54.860    TAP_SDK_WaterfallManag  getWaterfallFromCache() Called.

    16:12:54.863    TAP_SDK_WaterfallManag  fetchWaterfallFromServer() Called.

    16:12:54.863    TAP_SDK_WaterfallManag  getWaterfallFromServer() Called.

    16:12:54.864    TAP_SDK_WebServices get water fall

    16:12:54.868    TAP_SDK_WaterfallManag  chooseAdNetworkToRequest() Called.

    16:12:54.868    TAP_SDK_AdNetwork is    AD_MOB

    16:12:54.868    TAP_SDK_AdNetworkManag  request ad

    16:12:54.870    TAP_SDK_AdNetworkManag  getAdNetwork

    16:12:54.870    TAP_SDK_AdNetworkImp    requestAd() Called.

    16:12:54.870    TAP_SDK_AdMobImp    checkClassExistInRequest

    16:12:54.870    TAP_SDK_AdNetworkImp    requestAdFromAdNetwork() Called! AD_MOB

    16:12:54.870    TAP_SDK_AdMobNativeBan  requestNativeAd() Called.

    16:12:57.263    TAP_SDK_WaterfallManag  onWaterfallResponse() Called.

    16:13:03.624    TAP_SDK_AdMobNativeBan  onResponse

    16:13:03.627    TAP_SDK_RequestReportM  sendReport() Called.

    16:13:03.628    TAP_SDK_WebServices sendRequestEvents() Called.

    16:13:03.638    TAP_SDK_WaterfallManag  show() Called.

    16:13:03.638    TAP_SDK_WaterfallManag  runWaterfallForShowAd() Called.

    16:13:03.638    TAP_SDK_AdNetwork is    AD_MOB

    16:13:03.639    TAP_SDK_AdNetworkManag  show ad

    16:13:03.639    TAP_SDK_AdNetworkManag  getAdNetwork

    16:13:03.639    TAP_SDK_AdNetworkImp    showAd() Called.

    16:13:03.639    TAP_SDK_AdMobImp    checkClassExistInShowing

    16:13:03.639    TAP_SDK_AdNetworkImp    showAdFromAdNetwork() Called.