We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before opening
Ad Modules
Platforms
Versions
Ads Environment
Current Behaviour
InterstitialAdManager.showAd(CONSTANT.AddKeys.interstitialAds) .then((didClick: any) => { console.log('on Click', didClick) }) .catch((error: any) => { console.log('error on inter', error) }); } error on inter [Error: (#2) Service temporarily unavailable]
Expected Behaviour
Steps to Reproduce
Additionals
The text was updated successfully, but these errors were encountered:
need help on this ? @michalkvasnicak @lgn-lvx3 @robik @ElvisChiang
Sorry, something went wrong.
both ads are not working on testing or real ids
are you solve this problem??
No branches or pull requests
Bug Report
Before opening
Ad Modules
Platforms
Versions
"react-native-fbads": "7.0.5",
"react-native-fbsdk-next": "^11.2.1",
"react": "^18.2.0",
"react-native": "0.66.3",
Ads Environment
Current Behaviour
InterstitialAdManager.showAd(CONSTANT.AddKeys.interstitialAds)
.then((didClick: any) => { console.log('on Click', didClick) })
.catch((error: any) => { console.log('error on inter', error) });
}
error on inter [Error: (#2) Service temporarily unavailable]
Expected Behaviour
Steps to Reproduce
Additionals
The text was updated successfully, but these errors were encountered: