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

Issue with onAdLoaded Not Responding After Updating from SDK Version 6.5.0 to 7.0.0 #354

Closed
hongjae-eum opened this issue Jul 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@hongjae-eum
Copy link

hongjae-eum commented Jul 17, 2024

MAX Module Version

7.0.0

React Native Version

0.73.6

Device/Platform Info

Android 14

Current Behavior

I was using SDK version 6.5.0, and everything was working fine. However, after updating to version 7.0.0, I noticed that the onAdLoaded event is no longer responding.

Expected Behavior

No response

How to Reproduce

<AdView
  adUnitId={unitId}
  placement={placement}
  adFormat={AdFormat.MREC}
  style={styles.mrec}
  onAdLoaded={() => console.log('onAdLoaded')}
  onAdLoadFailed={handleLoadError}
  onAdClicked={() => console.log('onAdClicked')}
/>

log terminal

스크린샷 2024-07-17 오전 9 51 46

Additional Info

the onAdLoaded event works fine when running the application on the iOS Simulator

@alhiwatan
Copy link
Collaborator

@hongjae-eum, thanks for raising the issue. We have fixed the issue and released v.7.0.1. Please feel free to open any issue you have.

@hongjae-eum
Copy link
Author

The issue has been resolved. I have verified it on my Android device. Thank you for the quick fix and update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants