Skip to content

[Question] initializeSdk too slow. #246

@abinhho

Description

@abinhho

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleThis isue has been inactive

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions