-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
Description
Hello team,
I'm trying to using the Admob tutorial. Unfortunately I always get the error while loading the rewarded video ads.
The log I got like:
2019-12-05 11:13:07.176988+0700 testapp[462:43948] Initializing rewarded video.
2019-12-05 11:13:08.177713+0700 testapp[462:43948] Setting rewarded video listener.
2019-12-05 11:13:08.177999+0700 testapp[462:43948] Loading a rewarded video ad.
2019-12-05 11:13:27.262124+0700 testapp[462:43948] ERROR: Action failed with error code 4 and message "An internal SDK error occurred.".
2019-12-05 11:13:27.262865+0700 testapp[462:43948] Done!
2019-12-05 11:16:46.051925+0700 testapp[462:44341] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C3.1:2][0x1060379d0] get output frames failed, state 8196
I'm using:
- firebase_cpp_sdk_6.7.0, universal IOS framework
- Pod : 'Firebase/Analytics', '6.12.0' ; 'Firebase/AdMob', '6.12.0'
- Our AdMobAppID
- RewardedVideoAdUnit test : "ca-app-pub-3940256099942544/6386090517"
You can find for the full console log in here : IOS_Error_RewardedVideo_log.txt
Could you help me to take a look and show me how to overcome this error?
Reactions are currently unavailable