-
Notifications
You must be signed in to change notification settings - Fork 74
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
Comments
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 |
@applovinAsh |
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? |
@applovinAsh no, there is no VPN, Firewall and etc that may cause such issues. |
Thank you for that information. I am unable to recreate the issue you are experiencing with the simulator. |
This issue is stale because it has been open for 30 days with no activity. |
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:
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
The text was updated successfully, but these errors were encountered: