Project with Appodeal build error. please help. thanks.

Hello i need help.
i am using appodeal but i can not build project successfully
Solar2d version [2020.3635]
IOS SDK 14.3
XCode 12.3

My error log: https://gist.github.com/arkadi/66fc2206615ab4fc471682ccd091820a

@vlads is working on an update but I don’t believe it is up.

Your options at this point are:

  1. Wait for @vlads to update it.
  2. Use my slightly old version here. Just copy the links provided by 2dPlugins and then just use it as you would normally use the plugin.

https://www.solar2dplugins.com/plugins/appodeal-274-ios-14

  1. Use the slightly newer version here:

Clone the repo and to use all the plugins add this to your build settings:

["plugin.appodeal"] = {
			publisherId = "com.cabagomez",
			
		},
		["plugin.appodealAdaptersA"] = {
			publisherId = "com.cabagomez",	
			
		},
		["plugin.appodealAdaptersB"] = {
			publisherId = "com.cabagomez",
				
		},

Use it in your app like you would normally use it.

thanks for your response. i used method number 3.
build is successful but app crashing when run.

if i used only this plugin

[“plugin.appodeal”] = {
publisherId = “com.cabagomez”,
}

app run but banner not loaded

Did you add the Admob key to your build settings?

yes. maybe problem because this is development build version?

Nope. Don’t think so. If it crashes at startup unless you have another error it is related to a key or something else. What are you getting in the Apple console?

i try example in documentation. appodeal 2.8.1

but now i have second problem problem “interstitial”, “rewarded Video” works successfully but banner not work. when i am watched in log i found:

[type] => “banner”
[name] => “adsRequest”
[phase] => “failed”
[provider] => “appodeal”
[isError] => true
[response] => “failed to load”

have you any idea?

Nope. Send a note to Appodeal.

Hey. I just updated Appodeal to 2.8.1.

thanks @vlads for your response. i am using this 2.8.1 version, but with bottom banner i have problem. in logs i have this error:
[type] => “banner”
[name] => “adsRequest”
[phase] => “failed”
[provider] => “appodeal”
[isError] => true
[response] => “failed to load”

i write appodeal but he told me this is maybe solar2d plugin problem.

Thanks, I’ll investigate. Is it iOS or Android?

For me also a weird problem occurred. On iOS it is stuck on the first page, doesn’t open the second page which shows the home screen of the app. On Android it works normally. I couldn’t find out what might cause that from iOS logs. I’ll dig again later.

@vlads i got a message from Appodeal

Could you please clarify the app key and send us the build.settings file?

i send all information. we need wait answer.