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

Amazon sdk has "Not Initialized" status in mediation debugger, iOS crash #412

Open
MadScientist11 opened this issue Aug 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working stale This isue has been inactive

Comments

@MadScientist11
Copy link

MAX Plugin Version

6.6.1

Unity Version

2022.3.22

Device/Platform Info

Android/iOS

Current Behavior

After initializing amazon sdk, the mediation debugger doesn't recognize it as "Initialized", but ads are working as expected.

Expected Behavior

No response

How to Reproduce

It's reproducable with AmazonMaxDemo script included into Applovin MAX package.

Additional Info

I'm able to load interstitial video ad, but banner ad is loaded with error
image
image

I'm also seeing a crash on iOS related to the banner ad, I suspect it's happening because the Amazon SDK is not being initialized.
image

I'm also using Applovin GDPR flow and initializing amazon on MaxSdkCallbacks.OnSdkInitializedEvent, if that's helpful

@MadScientist11 MadScientist11 added the bug Something isn't working label Aug 15, 2024
@JonathanLiuApp JonathanLiuApp self-assigned this Aug 15, 2024
@MadScientist11
Copy link
Author

Hi! Is there any news on this? Sorry, but I'm kinda stuck with Amazon integration because of this, was the issue reproducible on your end? Is there anything I can do to help, maybe provide more info?

@JonathanLiuApp
Copy link
Contributor

JonathanLiuApp commented Aug 22, 2024

Hi @MadScientist11, I wasn't able to reproduce your issue. However, I do have Amazon being initialized right after our Max SDK. In the code we do this:

MaxSdk.InitializeSdk();
Amazon.Initialize(AmazonAppId);
Amazon.SetAdNetworkInfo(new AdNetworkInfo(DTBAdNetwork.MAX));

Could you try this and update to our latest plugin version 6.6.3 and latest amazon adapter see if that helps?

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