AppLovin / AppLovin-MAX-Flutter

MIT License
49 stars 27 forks source link

await AppLovinMAX.initialize(initAppLovinKey) is Taking huge time to init #225

Open ycv005 opened 1 week ago

ycv005 commented 1 week ago

MAX Plugin Version

applovin_max: 3.8.0 and applovin_max: ^3.10.1

Flutter Version

Flutter (Channel stable, 3.22.0, on macOS 13.1 22C65 darwin-arm64, locale en-IN)

Device/Platform Info

Android

Current Behavior

I am currently initializing the AppLovinMAX SDK but it is taking so much time to init (more than 4-5 sec). I tried with 5G mobile data, 50 Mbps wifi, still same issue.

Note

Expected Behavior

Initializing the AppLovinMAX SDK should be fast enough.

How to Reproduce

Additional Info

No response

ycv005 commented 1 week ago

Does below step will be helpful?

Doubts

ycv005 commented 1 week ago

@alhiwatan @thomasmso Can you please help here ?

alhiwatan commented 6 days ago

The SDK initialization time can vary depending on your network conditions and the specific ad networks you integrate, with some ad networks potentially taking longer than others. Using a splash screen during initialization is a good idea as it provides feedback to the user while they wait. However, this will probably not decrease the total initialization time. Ultimately, how you implement this to meet your goals is up to you.