-
Notifications
You must be signed in to change notification settings - Fork 74
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
Initialization completion callback may not be called in SDK v12.4.1 #319
Comments
Hi @takazawa-gg, thank you for reporting this. Would you be able to enable our SDK's verbose logs and send them over when you are able to reproduce the issue? |
I tried collecting verbose logs. 20240423_NG.txt Please check the log excerpt below for the timing of SDK initialization. When there are no problems, the log "[ALSdk] Marking SDK initialized: 1" is recorded, but it seems that the log is not recorded when the initialization completion callback is not called. Log when an abnormality occurs (20240423_NG.txt)
Log when no problem occurs (20240423_OK.txt)
We're releasing a new app this weekend that incorporates this SDK, and I'm worried that it will affect our revenue. |
The initialization code is written as follows.
|
We measured the frequency of this symptom on several devices within our company. Simply start the app, check if a log indicating that SDK initialization has been completed is output, see if you can display an advertising video, and then restart the app again. I don't know if this verification is meaningful, but I tested it 50 times on each device. Occurrence probability by device
The data shown in (*1) is the same device, but the OS has been updated. Our next step is to try changing the initialization method back to what it was before. |
integration_error reported with code 200 and extra parameters { Does this mean |
This issue is stale because it has been open for 30 days with no activity. |
MAX SDK Version
12.4.1
Device/Platform Info
iOS 17.3.1 / iPhone 14 Pro
Current Behavior
In our app, there is a chance that the initialization completion callback will not be called about 1 in 20 times when Max is initialized.
This issue is resolved by simply restarting the app.
It occurs randomly with the same app, same build, same device, and same communication status.
I submitted my app to the AppStore this time, but unfortunately this problem seemed to occur during review, and it was rejected because the reward ad could not be played (unable to load).
We are attempting to reproduce the symptoms and collect logs by building with verbose logging enabled, but are unable to reproduce the issue at this time.
I just thought I'd report this issue anyway.
This is the only log we can provide at this time.
The ad is loaded in the initialization completion callback.
Log when an abnormality occurs
Log when no problem occurs
Expected Behavior
No response
How to Reproduce
Occurs randomly during initialization.
Additional Info
No response
The text was updated successfully, but these errors were encountered: