Thank you so much, Scott! I really appreciate your quick work on this.
I’ll test the 3.10 version this weekend and report back if I find anything.
Thanks again for your continued support!
I am getting this error building from MacOs for ios:
ERROR: Builder failed: ld: warning: -ld_classic is deprecated and will be removed in a future release
Nov 06 10:25:14.813 ld: warning: Could not find or use auto-linked library 'swiftWebKit'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'SwiftUICore'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
Undefined symbols for architecture arm64:
"_XPluginsGetDataFuncOrAbort", referenced from:
_LogDefaultLevelSocket_GetPlugin in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogDirectorySocket_GetPlugin in FBAudienceNetwork(PluginSockets.mm.pic.o)
LogDisableSocket_getPluginDataPair() in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogFormatterSocket_GetPlugin in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogMaxFileSizeSocket_GetPlugin in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogMaxNumFilesSocket_GetPlugin in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogRollFrequencySocket_GetPlugin in FBAudienceNetwork(PluginSockets.mm.pic.o)
...
"_XPluginsGetFunctionPtrFromID", referenced from:
_LogDirectorySocket_InvokeDirectoryFunction in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogFormatterSocket_InvokeFunction in FBAudienceNetwork(PluginSockets.mm.pic.o)
"Plugins::SocketThreadLocalScope::SocketThreadLocalScope(int)", referenced from:
_LogDirectorySocket_InvokeDirectoryFunction in FBAudienceNetwork(PluginSockets.mm.pic.o)
_LogFormatterSocket_InvokeFunction in FBAudienceNetwork(PluginSockets.mm.pic.o)
"Plugins::SocketThreadLocalScope::~SocketThreadLocalScope()", referenced from:
_OUTLINED_FUNCTION_0 in FBAudienceNetwork(PluginSockets.mm.pic.o)
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
Nov 06 10:25:14.813 BUILD ERROR: There was a problem linking the app.
Check the console for more information.
Nov 06 10:25:14.813
Nov 06 10:25:15.446 iOS build failed (2) after 99 seconds
Nov 06 10:25:15.920 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
All the latest updates on iOS are working perfectly for me. In the Appodeal dashboard, the current version 3.10.0 is displayed for all iOS apps.
As for the Android apps that I built on my macOS and tested — ads are showing correctly on Android, but in the Appodeal dashboard, it still displays the older version 3.4.2.
Could you please let me know if this is something I should be concerned about? Or am I possibly doing something wrong?
Hello everybody! I have a mysterious problem with the app on Apple devices. My app contains only appodeal ads from plugins. At the same time, I use the Solar2D 3718 and 3722 assemblies. On my iPhone 13 (iOS 18, iOS26), the app works correctly, but some users experience crashes: the app simply won’t load. In XCode, I get the NO CRASH STACK error. I suspect it’s the plugin. It is noteworthy that for some users, the application works perfectly (they write 5-star reviews). I also managed to establish for sure that the application does not open on the iPhone 7.
The plugins section contains appodeal.base, appodeal.unity, appodeal.AppLovin.
MinimumOSVersion = “11.0”.
The appodeal console also issues a warning SKAdNetworkItems are missing in plist.info. (But I added SKAdNetworkItems to build.settings), and I also get ad views.
Does anyone have any thoughts on what this could be?
I’m about to release an update to upgrade from SDK 3.9.0 to 3.10.0, but this is the second time I’ve updated the plugin in the hope of removing the error, so I’m asking for your help: what if I didn’t take something into account?
The iPhone 7 can’t go higher than iOS 15, so it could be possible that the latest versions of Appodeal aren’t compatible with versions of iOS older than iOS 16. Are you able to test on an iPhone 6?
Hi, I think the facebook and att plugins mandatory, this is how I have it and in the appodeal dashboard I get the correct version showing (using Solar2D 2025.3723):
I am using Solar2D 2025.3723 with MinimumOSVersion = “12.0”. And looks is working correctly, though I also encounter SKAdNetworkItems errors… but still ads shows correctly.