You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
For the past days the AppLovinMAX.initialize never seems to complete it just hangs for some reason. Was working just fine, started suddenly.
Only way it runs now is upon first time installing the app or clearing cache/local storage of the app, but after restaring the app it just runs endlessly without returning anything,.
We even tried to add an additional run later in the app not just on mount, by checking: const isInitialized = await AppLovinMAX.isInitialized(); and if it's not we run AppLovinMAX.initialize again and here it returns conf as an empty object, ads never load.
Tried downgrading to applovin 7.1, even 6.3 but same behavior in both.
Expected Behavior
No response
How to Reproduce
Just run AppLovinMAX.initialize
Reproducible in the demo app?
Not Tested
Additional Info
No response
The text was updated successfully, but these errors were encountered:
I encountered this issue as well as the SDK version is not right. After upgrading the SDK version the issue was solved. Maybe you need to check the Applovin SDK version to make sure it's 13.0.0 and other adapter SDK versions if you have.
MAX Module Version
8.0.4
React Native Version
0.74.5
Device/Platform Info
Android 8.1
Current Behavior
Hey,
For the past days the AppLovinMAX.initialize never seems to complete it just hangs for some reason. Was working just fine, started suddenly.
Only way it runs now is upon first time installing the app or clearing cache/local storage of the app, but after restaring the app it just runs endlessly without returning anything,.
We even tried to add an additional run later in the app not just on mount, by checking: const isInitialized = await AppLovinMAX.isInitialized(); and if it's not we run AppLovinMAX.initialize again and here it returns conf as an empty object, ads never load.
Tried downgrading to applovin 7.1, even 6.3 but same behavior in both.
Expected Behavior
No response
How to Reproduce
Just run AppLovinMAX.initialize
Reproducible in the demo app?
Not Tested
Additional Info
No response
The text was updated successfully, but these errors were encountered: