I did a bit of testing with different Appodeal plugin settings and the configuration below works ok - no “Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.” warning from Apple. However, if I do add StartApp then the warning is given from Apple. Other commented out parts of the Appodeal plugin I did not try out.
[lua]
[‘plugin.appodeal.beta.base’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.beta.AdColony’] = { publisherId = ‘com.coronalabs’ }, – OK
– [‘plugin.appodeal.beta.AmazonAds’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.beta.AppLovin’] = { publisherId = ‘com.coronalabs’ }, – OK
[‘plugin.appodeal.beta.Appnext’] = { publisherId = ‘com.coronalabs’ }, – OK
[‘plugin.appodeal.beta.Chartboost’] = { publisherId = ‘com.coronalabs’ }, – OK
– [‘plugin.appodeal.beta.FacebookAudience’] = { publisherId = ‘com.coronalabs’ },
– [‘plugin.appodeal.beta.Flurry’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.beta.GoogleAdMob’] = { publisherId = ‘com.coronalabs’ }, – OK
[‘plugin.appodeal.beta.InMobi’] = { publisherId = ‘com.coronalabs’ }, – OK
[‘plugin.appodeal.beta.IronSource’] = { publisherId = ‘com.coronalabs’ }, – OK
– [‘plugin.appodeal.beta.Mobvista’] = { publisherId = ‘com.coronalabs’ },
– [‘plugin.appodeal.beta.MyTarget’] = { publisherId = ‘com.coronalabs’ },
– [‘plugin.appodeal.beta.Ogury’] = { publisherId = ‘com.coronalabs’ },
– [‘plugin.appodeal.beta.StartApp’] = { publisherId = ‘com.coronalabs’ }, PROBLEM
– [‘plugin.appodeal.beta.Tapjoy’] = { publisherId = ‘com.coronalabs’ },
– [‘plugin.appodeal.beta.TwitterMoPub’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.beta.Unity’] = { publisherId = ‘com.coronalabs’ }, – OK
[‘plugin.appodeal.beta.Vungle’] = { publisherId = ‘com.coronalabs’ }, – OK
– [‘plugin.appodeal.beta.Yandex’] = { publisherId = ‘com.coronalabs’ },
– Verified to cause problems:
– StartApp
[/lua]
I also noticed that .ipa size increased a lot when changing from the old Appodeal plugin to the new beta-plugin. However, the actual app-size seems not to increase or increase very little. In my case the .ipa size increased 60-70 MB, but the actual app-size checked from App Store Connect/Activity/All Builds did increase only about 5MB.