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

[Question] initializeSdk too slow. #246

Open
abinhho opened this issue Jul 4, 2023 · 1 comment
Open

[Question] initializeSdk too slow. #246

abinhho opened this issue Jul 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@abinhho
Copy link

abinhho commented Jul 4, 2023

Feature Description

I'd like to use App Open ads, but from sdk init to get add displaying too slow, it can be taken to 5-6 seconds. Too slow for UX.
I checked and see an issue at

  • initializeSdk taken 2 seconds.
  • Load ads can take 2-3 seconds as well.

How can I improve it?

func application(
        _ application: UIApplication,
        didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil
    ) -> Bool {
        print("initializeSdk start init sdk", Date())
        ALSdk.shared()!.initializeSdk { (configuration: ALSdkConfiguration) in
            print("initializeSdk done", Date())
        }
}

Result:

initializeSdk start init sdk 2023-07-04 15:28:40 +0000
initializeSdk done 2023-07-04 15:28:42 +0000

Reference code here: https://dash.applovin.com/documentation/mediation/ios/ad-formats/app-open

@abinhho abinhho added the enhancement New feature or request label Jul 4, 2023
@ycv005
Copy link

ycv005 commented Jul 7, 2024

Facing same - AppLovin/AppLovin-MAX-Flutter#225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants