Crash in Appodeal.

@unalemon

It’s because of Vungle network. Remove it and it will work. There are missing libs I guess.

@karpovpw

Don’t you check on real devices before pushing an update?

We talk about force quit at start, not a random bug.

In this forum there is a report about auto reject from apple because of appodeal.

Something about microphone usage.

Is it possible?

Check releases again please.

Latest public is 2017.3184 and daily 2018.3319.

@genelixis Hi!

All our builds are going through QA process.
As I’ve mentioned, it’s highly recommended to use the latest Corona Simulator builds to work properly with the latest plugins updates, I know it’s hard to update your software periodically, but sometimes it’s needed. Also, as stated @ Corona plugin Appodeal docs:
 

Please keep in mind, that using beta versions of both Appodeal SDK and Corona Appodeal plugin may cause unexpected issues. We’ve made a profound tests of a new system, but you should use it at your own risk.

Can’t say anything on
 

In this forum there is a report about auto reject from apple because of appodeal.

Something about microphone usage.

Is it possible?

for now though. Will communicate with Appodeal team about that.
 

@karpovpw Hello!!

Thanks for the reply!

We use the latest daily build and it’s 2018.3319.

Latest public is 2017.3184 and daily 2018.3319.

It’s force quit the moment you start the app.

If you had this checked on real device you would know.

The problem is in Vungle network.

Appodeal beta plugin is a must use because only this version supports gdpr.

Talking for myself, small studios can’t afford losing time like that.

Please work a bit more on the plugin. I have seen improvements like less crashes because of appodeal plugin but it’s far from perfect or very good.

Well, there is much more to it for a discussing, but thanks for your feedback, we’re improving all that we can get our hands on, so stay tuned!

Anyway, from now on, you can use older Appodeal beta builds on older Corona Sim builds. But as always, to use the latest and greatest, you’ll need to update to latest Corona public release (or newer dailies), which was mentioned by me earlier and which is right around the corner. Without fresh new daily build you won’t get a newest Appodeal beta release but won’t see any crashes either, so it’s up to you, which version to choose.

I use the latest builds and there is force close when I start the app.

Why can’t you understand this?

There is problem on your side and we don’t even have ETA.

Sorry but this is frustrating.

Force close on start, after an SDK update is not acceptable.

A mistaken update from a developer, would hurt bad a successful app.

It’s a deal breaker for me.

How can anyone use older Appodeal beta build?

Can’t find anything on Corona Documentation.

Link please?

How can anyone use older Appodeal beta build?

Can’t find anything on Corona Documentation.

It’s automatic, you don’t have to care about it. Just stay tuned for a new Corona public release, as I’ve said earlier, we are in a code freeze releasing it asap.

I asked just because you said that I could!!

Then you edited your posts :stuck_out_tongue:

Keep working, fix the problems and start checking on devices.

Right now nobody can update an app with appodeal beta plugin (unless you remove Vungle) and this needs to be fixed asap.

I feel a little weird about this conversation, so I stop it here.

Good luck guys!

Yeah, I think there were a lot of misunderstandings today, thanks for your feedback and sorry for all the inconvenience, the problem you mentioned have been solved right after we started this conversation.

> Rob

> karpovpw

Thank you.

plugin.appodeal 1.5.7b is now loaded.

It works without problems.

I think that there was a problem with “plugin.appodeal 1.5.9b”.

Thank you for solving quickly.

I appreciate it.

> genelixis

We do not have to do anything.

If you build it again, 1.5.7b will be loaded and the problem will be solved.

and thank you for your support.

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?