Reputation: 195
I have an intertistial admob that used to work on expo normal workflow but now that I switched to bare doesn't appears and throws the warning
Possible Unhandled Promise Rejection (id: 0):
Error: ERROR_CODE_INTERNAL_ERROR
I already looked up the additional steps for bare workflow in the expo admob installation and it all checked right.
The ad banners work fine.
Upvotes: 0
Views: 434
Reputation: 1495
For Future Readers::
use this callback in ad component and check its response code and verify using given link or bullet points
onDidFailToReceiveAdWithError
See its response from google's ad events
options in admob to check
Upvotes: 2
Reputation: 195
The problem was an app in my phone that works as a firewall and wasn't yet authorizing traffic needed for the ad from my bare compiled app. I authorized it and it worked fine.
Upvotes: 1