[LevelPlay] Initialization Error 2110: Bad Request 400
Under Audit
Unity 2022.3.x - Unity 6.x
Published 27 days ago
Encountering LevelPlayInitError: 2110, "Bad Request - 400" after updating to LevelPlay package 9.3.0, often accompanied by "package not found" errors when attempting to initialize the SDK.
Updating to the LevelPlay package version 9.3.0 can lead to an LevelPlayInitError: 2110, indicating a "Bad Request - 400" upon opening your game. This occurs when the LevelPlay SDK fails to initialize correctly. Attempts to re-initialize the SDK using documented code examples, such as LevelPlay.Init("YOUR_APPKEY", "UserId"), may result in further errors like "package not found," suggesting an issue with the package's integration or accessibility within the project.
- Verify that the
LevelPlaypackage is correctly installed and enabled in thePackage Managerand that its version is compatible with your project’sUnityversion. - Confirm that the
YOUR_APPKEYandUserIdparameters in yourLevelPlay.Init()call are accurate and match the credentials configured in the LevelPlay dashboard. - Ensure that all necessary
Ad Unit IDsare correctly set up within your LevelPlay dashboard and correspond to the ad formats (Banner, Interstitial, Rewarded) you are implementing.
Editor's Note:
Related Posts Haven't quite found a solution to your problem? We think these posts might help you.
Content inspired by a Unity discussion post.