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

StopBannerAutoRefresh does not work as expected #347

Open
abogarsukov-braingames opened this issue Mar 21, 2024 · 6 comments
Open

StopBannerAutoRefresh does not work as expected #347

abogarsukov-braingames opened this issue Mar 21, 2024 · 6 comments
Assignees
Labels
bug Something isn't working stale This isue has been inactive

Comments

@abogarsukov-braingames
Copy link

abogarsukov-braingames commented Mar 21, 2024

MAX Plugin Version

6.2.1

Unity Version

2021.3.28

Device/Platform Info

Both iOS and Android, any device

Current Behavior

After the StopBannerAutoRefresh call, MAX eventually starts auto-loading banners again. This results in OnBannerLoaded/OnBannerLoadFailed callbacks triggered without calling LoadBanner.

Expected Behavior

StopBannerAutoRefresh is supposed to stop MAX from auto-loading banners.

How to Reproduce

There are no exact steps, it just happens eventually. Usually it starts after failing loading a banner. When it started, it continues till the end of the session.

Additional Info

We disable MAX auto-refresh to manage banner loading manually. We expect to receive exactly one OnBannerLoaded/OnBannerLoadFailed callback for each LoadBanner call. But eventually we start getting unmatched callbacks. We experience the same problem for MRECs. Here's logcat trace of a session with this issue:
applovin-banners-refresh.log

@abogarsukov-braingames abogarsukov-braingames added the bug Something isn't working label Mar 21, 2024
@abogarsukov-braingames
Copy link
Author

abogarsukov-braingames commented Mar 26, 2024

@thomasmso is there any progress? Could you suggest a workaround please?

P.S. I fixed incorrect Unity version in the issue (was 2020).

@santoshbagadi
Copy link
Contributor

From the logs, we've not been able to tell what is really causing the refresh to restart.

Are you noticing the issue consistently on all sessions?

Is the issue happening on the current live version of the app?

@abogarsukov-braingames
Copy link
Author

Yes we observe the issue in production. It's not reproducible on every session, but it happens often. I am able to reproduce it (sometimes) on a test application containing only AppLovin SDK and our wrapper code.

@santoshbagadi
Copy link
Contributor

Would you mind sharing the test application for us to be able to investigate further?

@abogarsukov-braingames
Copy link
Author

I will as soon as I have the stable repro.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This isue has been inactive label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale This isue has been inactive
Projects
None yet
Development

No branches or pull requests

3 participants