-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
enhancementNew feature or requestNew feature or requeststaleThis isue has been inactiveThis isue has been inactive
Description
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
Labels
enhancementNew feature or requestNew feature or requeststaleThis isue has been inactiveThis isue has been inactive