v0.5.0
- The library now utilises the latest google ads sdk on Android and iOS @wjaykim
- Fix ad load called multiple times on android & iOS causing ads to flicker
- Fix some ads not loading if multiple ads are on the screen
- Fix re-register direct event as bubbling event
- Fix a rare exception on android @wjaykim
- Update example app to RN
0.64.2
@wjaykim - Make facebook mediation optional on iOS @wjaykim
- Add trackingAuthorized bool to requestConfig @wjaykim
- Initialize GAD in setRequestConfig on iOS
- Change setRequestConfiguration to async
This release includes breaking changes.
Update your Google Mobile Ads Library in Podfile.
Add these to your Podfile.
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleMobileAdsMediationFacebook'
Then run pod update
& pod install
. If you are upgrading, then run, pod install --repo-update