Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No data in Admob NativeAds response #4

Open
HessiPard opened this issue May 11, 2021 · 6 comments
Open

No data in Admob NativeAds response #4

HessiPard opened this issue May 11, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@HessiPard
Copy link

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 mahdi-malv self-assigned this Jun 30, 2021
@mahdi-malv mahdi-malv added the enhancement New feature or request label Jun 30, 2021
@mahdi-malv
Copy link
Contributor

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
Copy link
Author

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

@mahdi-malv
Copy link
Contributor

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

@HessiPard
Copy link
Author

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
Copy link
Contributor

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

Also keep an eye on android logcat as well

@mahdi-malv mahdi-malv reopened this Mar 16, 2022
@HessiPard
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants