AppLovin / AppLovin-MAX-Unity-Plugin

110 stars 31 forks source link

Scene FBSceneManager/sceneID:com.AppLovin.MaxDemoUnity-default update failed #351

Open pytachok opened 1 month ago

pytachok commented 1 month ago

MAX Plugin Version

6.3.1

Unity Version

2020.3.14

Device/Platform Info

IOS 13-17

Current Behavior

I've been facing a problem for the last few days. With any actions with Applovin, the build is successful, but the game crashes on all devices. There is little information in the logs and there is only one thing that you can pay attention to.

Scene FBSceneManager/sceneID:com.AppLovin.MaxDemoUnity-default update failed: <NSError: 0x600000e0ea90; domain: FBSceneErrorDomain; code: 1 ("operation-failed"); "Scene update failed."> { NSUnderlyingError = <NSError: 0x600000e0f2a0; domain: FBWorkspaceScene; code: 1; "Client process exited.">; }

Expected Behavior

image

How to Reproduce

https://drive.google.com/file/d/1WYGb858qiGbxEGHFHcBMgekctDnLwzb6/view?usp=sharing

!/bin/bash

cd /Users/pyt/Desktop/IOS/IOS_BUILD; sudo pod update --allow-root; sudo chown -R pyt ./*; sudo open -a Xcode Unity-iPhone.xcworkspace;

Additional Info

No response