Crash in Appodeal.

The application crashes when building it today.

The build will complete without problems, but the application crashes.

Deleting Appodeal from build.setting will work without problems.

Two weeks ago the application was working without problems.

It is the same environment at that time, but now when building newly it will crash.

iOS has no problem.

Only Android crashes.

Same corona version, same app sauce.

My environment does not change at all.

Is there any problem?

Corona 2018.3319

Can you post your build.settings file?

Have you looked at your device’s console log for any relevant error messages? Without doing this anything would be a random guess.

Rob

-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { build = { neverStripDebugInfo = true, }, orientation = { default = "landscapeRight", supported = { "landscapeRight", "landscapeLeft" } }, splashScreen = { enable = true, image = "splash.jpg" }, iphone = { xcassets = "Images.xcassets", plist = { CFBundleShortVersionString = "1.0395", CFBundleIdentifier = "com.lincarton.magnum3", UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay UIApplicationExitsOnSuspend = false, -- uncomment to quit app on suspend NSCalendarsUsageDescription = "Testing", NSPhotoLibraryUsageDescription = "Testing", NSCameraUsageDescription = "Testing", FacebookAppID = "XXXXXXXXXXXXXXXX",  --replace XXXXXXXXXX with your Facebook App ID CFBundleURLTypes = { { CFBundleURLSchemes = { "fb521613554672433", --replace XXXXXXXXXX with your Facebook App ID "magnum3", "com.googleusercontent.apps.XXXXXXXXXX-k3acrr7jdq08ujai6ommir7fth8fgup7", "com.googleusercontent.apps.replace" } } }, -- Required launch image files/definitions table UILaunchImages = { {  -- iPhone 4 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 480}" }, {  -- iPhone 5 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape-568h@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 568}" }, {  -- iPad LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, {  -- iPhone 6 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-667h@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 667}" }, {  -- iPhone 6 Plus LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h@3x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{414, 736}" }, {  -- iPhone X LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-812h@3x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 812}" }, {  -- iPad Air Landscape Right --["UILaunchImageMinimumOSVersion"] = "9.0", ["UILaunchImageName"] = "Default-Landscape@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, {  -- iPad Pro Landscape Right ["UILaunchImageMinimumOSVersion"] = "9.0", ["UILaunchImageName"] = "Default-Landscape-1366@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{1024, 1366}" }, }, -- iOS app URL schemes: -- Whitelist Facebook Servers for Network Requests NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, NSExceptionDomains = { ["sublogics.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["sublogics-stg.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["fbcdn.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, }, }, -- Whitelist Facebook Apps LSApplicationQueriesSchemes = { "fb", "fbapi20130214", "fbapi20130410", "fbapi20140410", "fbapi20140116", "fbapi20150313", "fbapi20150629", "fbapi", "fbauth", "fbauth2", "fb-messenger-api20140430", "fb-messenger-api", "fbshareextension" }, } }, android = { installLocation = "auto", useGoogleServicesJson = true, permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesPermissions = { "com.android.vending.CHECK\_LICENSE", "com.android.vending.BILLING", "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.VIBRATE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", "android.permission.ACCESS\_COARSE\_LOCATION", }, facebookAppId = "521613554672433",  -- Replace XXXXXXXXXX with your Facebook App ID largeHeap = true, }, plugins = { ["plugin.vibrator"] = { publisherId = "com.spiralcodestudio" }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["android-kindle"]=false } }, ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", supportedPlatforms = { ["android-kindle"]=true }, }, ["plugin.zip"] = { publisherId = "com.coronalabs", }, ["plugin.twitter"] = { publisherId = "com.jasonschroeder", }, ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, ["plugin.notifications"] = { publisherId = "com.coronalabs" }, --- --- Amazon rejected --- ["plugin.googleSignIn"] = { publisherId = "tech.scotth", }, -- Appodeal -- Base ["plugin.appodeal.beta.base"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.AmazonAds"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.GoogleAdMob"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.TwitterMoPub"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.StartApp"] = { publisherId = "com.coronalabs" }, -- Rewarded Video ["plugin.appodeal.beta.AdColony"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.AppLovin"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Chartboost"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.FacebookAudience"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Flurry"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.InMobi"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.IronSource"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Mobvista"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.MyTarget"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.StartApp"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Unity"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Vungle"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Tapjoy"] = { publisherId = "com.coronalabs" }, --- --- Amazon rejected --- --- --- Not use --- --[[["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.googleAnalytics"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ]] }, excludeFiles = { all = { "Icon.png", "Icon-\*dpi.png", "Images.xcassets", "Thumbs.db" }, iphone = { "sounds/ogg/", "materials/\*" }, android = { "sounds/caf/", "materials", "LaunchScreen.storyboardc" }, }, }
07-07 01:33:05.761&nbsp; 4376&nbsp; 4376 D SurfaceView: surfaceCreated 1 com.ansca.corona.graphics.opengl.CoronaGLSurfaceView{92a509e V.E...... ......ID 0,0-2768,1440} 07-07 01:33:05.761&nbsp; 4376&nbsp; 4376 D SurfaceView: surfaceChanged (2768,1440) 1 com.ansca.corona.graphics.opengl.CoronaGLSurfaceView{92a509e V.E...... ......ID 0,0-2768,1440} 07-07 01:33:05.766&nbsp; 4376&nbsp; 4376 D ViewRootImpl@956c23[CoronaActivity]: MSG\_RESIZED\_REPORT: frame=Rect(0, 0 - 2768, 1440) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=2 07-07 01:33:05.766&nbsp; 4376&nbsp; 4376 D ViewRootImpl@956c23[CoronaActivity]: MSG\_WINDOW\_FOCUS\_CHANGED 1 07-07 01:33:05.786&nbsp; 1451&nbsp; 1485 V WindowManager: Relayout Window{8ac2980 u0 com.lincarton.magnum3/com.ansca.corona.CoronaActivity}: viewVisibility=0 req=2768x1440 WM.LayoutParams{(0,0)(fillxfill) sim=#22 ty=1 fl=#1810700 pfl=0x20000 fmt=-3 wanim=0x1030001 vsysui=0x400 needsMenuKey=2 colorMode=0 naviIconColor=0} 07-07 01:33:05.791&nbsp; 4376&nbsp; 4376 D ViewRootImpl@956c23[CoronaActivity]: Relayout returned: old=[0,0][2768,1440] new=[0,0][2768,1440] result=0x3 surface={valid=true 3528556544} changed=false 07-07 01:33:05.871&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: network.LuaLoader 07-07 01:33:05.871&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: network.LuaLoader 07-07 01:33:05.872&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: network.LuaLoader 07-07 01:33:05.881&nbsp; 4376&nbsp; 4447 I Corona&nbsp; : Platform: SCV36 / ARM Neon / 8.0.0 / Adreno (TM) 540 / OpenGL ES 3.2 V@269.0 (GIT@7780dff, Iaaa4d6d123) (Date:01/17/18) / 2018.3319 / 日本語 | JP | ja\_JP | ja 07-07 01:33:05.895&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: \_Corona\_Build\_Number.LuaLoader 07-07 01:33:05.910&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: shared.google.play.services.base.LuaLoader 07-07 01:33:05.910&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: shared.google.play.services.base.LuaLoader 07-07 01:33:05.910&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: shared.google.play.services.base.LuaLoader 07-07 01:33:05.924&nbsp; 1451 32113 V WindowManager: finishDrawingLocked: mDrawState=COMMIT\_DRAW\_PENDING Window{8ac2980 u0 com.lincarton.magnum3/com.ansca.corona.CoronaActivity} in Surface(name=com.lincarton.magnum3/com.ansca.corona.CoronaActivity) 07-07 01:33:05.949&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: \_CoronaSetup.LuaLoader 07-07 01:33:05.965&nbsp; 4376&nbsp; 4447 I Corona&nbsp; : [Lua::RuntimeDispatchEvent()] WARNING: This function is deprecated. Use Lua::DispatchRuntimeEvent() instead. 07-07 01:33:05.965&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; &nbsp; 0.0 1440.0 2768.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 2768 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:05.970&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: CoronaProvider.licensing.google.LuaLoader 07-07 01:33:05.970&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: CoronaProvider.licensing.google.LuaLoader 07-07 01:33:05.974&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: CoronaProvider.licensing.google.LuaLoader 07-07 01:33:06.033&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; &nbsp; 0.0 1440.0 2768.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 2768 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:06.040&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: plugin.notifications.LuaLoader 07-07 01:33:06.040&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: plugin.notifications.LuaLoader 07-07 01:33:06.041&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: plugin.notifications.LuaLoader 07-07 01:33:06.047&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: plugin.facebook.v4.LuaLoader 07-07 01:33:06.047&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: plugin.facebook.v4.LuaLoader 07-07 01:33:06.047&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: plugin.facebook.v4.LuaLoader 07-07 01:33:06.048&nbsp; 1451&nbsp; 1567 I ActivityManager: Displayed com.lincarton.magnum3/com.ansca.corona.CoronaActivity: +1s425ms 07-07 01:33:06.083&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; 760.0 1440.0 2199.0 |&nbsp; &nbsp; 0&nbsp; 759 1440 2201 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:06.127&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Client | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; 452.0 1440.0 2490.0 |&nbsp; &nbsp; 0&nbsp; 482 1440 2473 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:06.157&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Client | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; &nbsp; 0.0 1440.0 2768.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 2893 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:06.408&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;1.0&nbsp; &nbsp; 1.0 1439.0 2768.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 2769 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:06.474&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72ba6a1000 | 0000 | RGBA\_8888 |&nbsp; &nbsp;1.0&nbsp; &nbsp; 1.0 1439.0 2768.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 2769 | com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 07-07 01:33:06.592&nbsp; 1451&nbsp; 1907 D MdnieScenarioControlService:&nbsp; packageName : com.lincarton.magnum3&nbsp; &nbsp; className : com.ansca.corona.CoronaActivity 07-07 01:33:06.619&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: plugin.appodeal.LuaLoader 07-07 01:33:06.619&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: plugin.appodeal.LuaLoader 07-07 01:33:06.620&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: plugin.appodeal.LuaLoader 07-07 01:33:06.622&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: plugin.googleSignIn.LuaLoader 07-07 01:33:06.622&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: plugin.googleSignIn.LuaLoader 07-07 01:33:06.623&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: plugin.googleSignIn.LuaLoader 07-07 01:33:06.627&nbsp; 4376&nbsp; 4447 I Corona&nbsp; : LoadLang jpn 07-07 01:33:06.694&nbsp; 1451 20376 V WindowManager: Relayout Window{8ac2980 u0 com.lincarton.magnum3/com.ansca.corona.CoronaActivity}: viewVisibility=0 req=2768x1440 WM.LayoutParams{(0,0)(fillxfill) sim=#22 ty=1 fl=#1810780 pfl=0x20000 fmt=-3 wanim=0x1030001 vsysui=0x400 needsMenuKey=2 colorMode=0 naviIconColor=0} 07-07 01:33:06.708&nbsp; 4376&nbsp; 4376 D ViewRootImpl@956c23[CoronaActivity]: Relayout returned: old=[0,0][2768,1440] new=[0,0][2768,1440] result=0x1 surface={valid=true 3528556544} changed=false 07-07 01:33:06.750&nbsp; 1451&nbsp; 1914 D AllAroundSensingService: packageName : com.lincarton.magnum3&nbsp; &nbsp; className : com.ansca.corona.CoronaActivity 07-07 01:33:07.016&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: plugin.vibrator.LuaLoader 07-07 01:33:07.016&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: plugin.vibrator.LuaLoader 07-07 01:33:07.016&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: plugin.vibrator.LuaLoader 07-07 01:33:07.017&nbsp; 4376&nbsp; 4447 I Corona&nbsp; : plugin.appodeal: 1.5.9b (SDK: 2.4.4b) 07-07 01:33:07.017&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \> Class.forName: plugin.google.iap.v3.LuaLoader 07-07 01:33:07.017&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : \< Class.forName: plugin.google.iap.v3.LuaLoader 07-07 01:33:07.017&nbsp; 4376&nbsp; 4447 V Corona&nbsp; : Loading via reflection: plugin.google.iap.v3.LuaLoader 07-07 01:33:07.119&nbsp; 4376&nbsp; 4376 I Corona&nbsp; : plugin.appodeal: 1.5.9b (SDK: 2.4.4b) 07-07 01:33:07.411&nbsp; 4376&nbsp; 4376 D ViewRootImpl@a2268dd[CoronaActivity]: setView = DecorView@4882c52[] TM=true MM=false 07-07 01:33:07.434&nbsp; 4376&nbsp; 4447 W Corona&nbsp; : InitRuntimeTask: thread id: 122192 07-07 01:33:07.439&nbsp; 1451&nbsp; 2542 W ActivityManager:&nbsp; &nbsp;Force finishing activity com.lincarton.magnum3/com.ansca.corona.CoronaActivity 07-07 01:33:07.442&nbsp; 6347 25812 I TrayUsageStatesWatcher: notePauseComponent : ComponentInfo{com.lincarton.magnum3/com.ansca.corona.CoronaActivity} 07-07 01:33:07.452&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72babff300 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; &nbsp; 0.0 1440.0 2768.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 2768 | SurfaceView - com.lincarton.magnum3/[...]ca.corona.CoronaActivity@92a509e@0#0 07-07 01:33:07.674&nbsp; &nbsp;652&nbsp; &nbsp;652 I SurfaceFlinger:&nbsp; &nbsp; &nbsp; Device | 0x72babff300 | 0000 | RGBA\_8888 |&nbsp; &nbsp;0.0&nbsp; &nbsp; 0.0 1440.0 1440.0 |&nbsp; &nbsp; 0&nbsp; &nbsp; 0 1440 1440 | SurfaceView - com.lincarton.magnum3/[...]ca.corona.CoronaActivity@92a509e@0#0 07-07 01:33:07.733&nbsp; 1451&nbsp; 1548 I WindowManager: Failed to capture screenshot of Token{f8c611c ActivityRecord{13aaa8f u0 com.lincarton.magnum3/com.ansca.corona.CoronaActivity t12712 f}} appWin=Window{8ac2980 u0 com.lincarton.magnum3/com.ansca.corona.CoronaActivity} drawState=4 07-07 01:33:07.943&nbsp; 1451&nbsp; 1545 W ActivityManager: Activity pause timeout for ActivityRecord{13aaa8f u0 com.lincarton.magnum3/com.ansca.corona.CoronaActivity t12712 f} 07-07 01:33:09.814&nbsp; 1451&nbsp; 2542 W ActivityManager:&nbsp; &nbsp;Force finishing activity com.lincarton.magnum3/com.ansca.corona.CoronaActivity 07-07 01:33:09.828&nbsp; 1451&nbsp; 2542 I WindowManager: Destroying surface Surface(name=com.lincarton.magnum3/com.ansca.corona.CoronaActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2465 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:967 com.android.server.wm.WindowState.removeImmediately:2395 com.android.server.wm.WindowState.removeIfPossible:2584 com.android.server.wm.WindowState.removeIfPossible:2424 com.android.server.wm.WindowToken.removeAllWindowsIfPossible:143 com.android.server.wm.AppWindowToken.removeIfPossible:606 com.android.server.wm.AppWindowToken.onRemovedFromDisplay:674&nbsp; 07-07 01:33:09.828&nbsp; &nbsp;652&nbsp; 1858 I SurfaceFlinger: id=73496 Removed com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 (1/9) 07-07 01:33:09.828&nbsp; &nbsp;652&nbsp; 1858 I SurfaceFlinger: id=73496 Removed com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0 (-2/9) 07-07 01:33:09.834&nbsp; &nbsp;652&nbsp; &nbsp;652 I Layer&nbsp; &nbsp;: id=73496 onRemoved com.lincarton.magnum3/com.ansca.corona.CoronaActivity#0&nbsp; 07-07 01:33:09.835&nbsp; &nbsp;652&nbsp; &nbsp;652 I Layer&nbsp; &nbsp;: id=73498 onRemoved Background for - SurfaceView - com.lincarton.magnum3/com.ansca.corona.CoronaActivity@92a509e@0#0&nbsp; 07-07 01:33:09.835&nbsp; &nbsp;652&nbsp; &nbsp;652 I Layer&nbsp; &nbsp;: id=73497 onRemoved SurfaceView - com.lincarton.magnum3/com.ansca.corona.CoronaActivity@92a509e@0#0&nbsp;

These are.

No other errors are displayed.

The problem still continues.

-- Appodeal -- Base ["plugin.appodeal.beta.base"] = { publisherId = "com.coronalabs" }, ーーー ["plugin.appodeal.beta.Tapjoy"] = { publisherId = "com.coronalabs" },

Deletion here will work without problems.

There was no problem before.

Loading Appodeal that is not beta will work without problems.

It seems that a problem has occurred in the beta version.

However, since I want to use appodeal.canShow (), I need to use beta.

The reason to use appodeal.canShow is that ads are not loaded normally in many cases.

When you say it’s “crashing”, does the app just exit? Are you getting any messages anywhere?

Rob

Sorry, information was missing.

The application will be forcibly exited immediately after launching the application.

Perhaps it seems that main.lua has not been loaded.

Probably this is the problem.

07-07 01:33:07.119&nbsp; 4376&nbsp; 4376 I Corona&nbsp; : plugin.appodeal: 1.5.9b (SDK: 2.4.4b)

Any info? 

Our already published application is loaded with appodeal.plugin 1.5.7b. This is not a problem.

When building newly, build is completed normally.

However, as soon as I launch the application, problems arise and the application will be forcibly terminated.

It loads appodeal.plugin 1.5.9b.

So I think that there is a problem in 1.5.9b.

This issue only occurs on Android devices.

For example, it is not working on my Galaxy S8.

Is there a reason that you can’t use .isLoaded() instead of .canShow()?

Rob

It’s the same on every android device.

I wonder, they don’t check on real devices before updates?

Nobody else is trying to build with appodeal beta plugin today?

They know nothing on appodeal support either.

Looks like Im the first one reporting it :stuck_out_tongue:

I’m asking our engineers about it.

In reward advertisements .isLoaded () often does not reply accurate values.

There is a loaded response, but in fact it is not loaded.

.canShow () seems to work without problems.

I strongly hope to add .canShow () to the stable version as soon as possible.

Hey guys,

I can’t see any issue in logs but I might know what’s causing it.

I bet that you are not using the latest and greatest Corona Simulator builds (which you should, btw, especially when using beta 3rd party SDK). What’s the build number for your sims, just in case? In this update, you’ll need to use latest Corona builds with latest shared libs.

In the meantime, I’m working on a solution already, there shouldn’t be anything you need to change, just internal stuff.

About canShow() and isLoaded(): they are different, we were working with Appodeal engineers to improve both methods, but they serve different purposes.

And yeah, canShow() will be in stable, when the appropriate SDK will arrive.

Hi karpovpw .

I am using Corona 2018.3319 .

This is tha latest version.

What do you mean by the latest? Maybe you have a browser cache problem or something.

https://developer.coronalabs.com/downloads/coronasdk/

Even the latest public release is a 3326.

edit: That was a mistake. We are in a code freeze preparing the next public build, which is right around the corner.