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

Error: No Fill #312

Open
zoobibackups opened this issue Feb 2, 2022 · 0 comments
Open

Error: No Fill #312

zoobibackups opened this issue Feb 2, 2022 · 0 comments

Comments

@zoobibackups
Copy link

zoobibackups commented Feb 2, 2022

I dont know why i getting this error.

AdSetting:

I use this in my startup file (index.js)

import { AdSettings } from 'react-native-fbads';
let hash = AdSettings.currentDeviceHash;
AdSettings.addTestDevice(hash);  // i also used string from console too

Usage:

import { InterstitialAdManager } from 'react-native-fbads';

InterstitialAdManager.showAd(placementId) // i tried this format TEST_AD_TYPE#YOUR_PLACEMENT_ID
.then((didClick) => console.log(didClick))
.catch((error) => console.log(error));

Packages:

"react": "17.0.2",
"react-native": "0.67",
"react-native-fbads": "^7.0.5",

I also tried this dependency in gradle file:

implementation 'com.facebook.android:audience-network-sdk:6.8.0'

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

No branches or pull requests

1 participant