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

Test mode on simulator sometimes fails to load ads (banner and interstitial) #372

Open
gerchicov-vg opened this issue Sep 25, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@gerchicov-vg
Copy link

MAX SDK Version

13.0.0

Device/Platform Info

any iOS Simulator

Current Behavior

User integration instructions from here:
https://developers.applovin.com/en/max/ios/overview/new-sdk-initialization-api/

Checked that sdkConfig shows "test mode".

Tried to enable or disable the line builder.mediationProvider = ALMediationProviderMAX.

IDFA is set:

builder.testDeviceAdvertisingIdentifiers = [
                ASIdentifierManager.shared().advertisingIdentifier.description
            ]

but it doesn't matter because simulator doesn't have IDFA.

On real device everything seems to be ok. Used banner and interstitial ads.

Documentation has no info about using of Simulator but previously test mode worked normally.

Expected Behavior

Test ads sometimes fail to load. When I try to load interstitial again there is an error "ad is already loading".
Such ads don't return "fail" message in delegate callbacks - just error on load attempts.

How to Reproduce

Just followed your tutorials but tried to run on iOS Simulator. Possibly it is connected with the specific location (USA works worse than other countries).

Reproducible in the demo app?

Not Tested

Additional Info

No response

@gerchicov-vg gerchicov-vg added the bug Something isn't working label Sep 25, 2024
@gerchicov-vg gerchicov-vg changed the title Test mode on simulator is buggy Test mode on simulator sometimes fails to load ads (banner and interstitial) Sep 25, 2024
@applovinAsh applovinAsh self-assigned this Sep 26, 2024
@applovinAsh
Copy link
Contributor

applovinAsh commented Sep 26, 2024

Hi @gerchicov-vg - can you provide verbose logs using a simulator from the start of a session to when you see the issue? To enable verbose logs, see here: https://developers.applovin.com/en/max/faq/how-to-enable-verbose-logging-in-the-applovin-sdk

If you are more comfortable providing the verbose logs over zendesk, please submit a new ticket here: https://support.applovin.com/hc/en-us/requests/new

@gerchicov-vg
Copy link
Author

@applovinAsh
verbose logs:
applovin_sdk_logs.txt

@applovinAsh
Copy link
Contributor

Thank you for providing the logs. I see errors when trying to connect to our servers. Do you have an ad blocker, a VPN, or anything similar on your computer that could cause issues?

@gerchicov-vg
Copy link
Author

@applovinAsh no, there is no VPN, Firewall and etc that may cause such issues.

@applovinAsh
Copy link
Contributor

Thank you for that information. I am unable to recreate the issue you are experiencing with the simulator.
Can you reproduce the issue in our demo application with your same setup? If so, can you provide us with the project so we can investigate?

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

2 participants