I would delete all those permissions. They are not needed. I am using the beta version of the plugin and I init appodeal like this:
appodeal.init( adProvider.adListener, { appKey=xxxxx, disableWriteExternalPermissionCheck=true, testMode=false, hasUserConsent=false } )
This is what my builds settings look like:
-- Appodeal ['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs', supportedPlatforms = { iphone=true, android=true } }, ['plugin.appodeal.beta.FacebookAudience'] = { publisherId = 'com.coronalabs', supportedPlatforms = { iphone=true, android=true } }, ['plugin.appodeal.beta.AmazonAds'] = { publisherId = 'com.coronalabs', supportedPlatforms = { iphone=true, android=true } }, ['plugin.appodeal.beta.GoogleAdMob'] = { publisherId = 'com.coronalabs', supportedPlatforms = { iphone=true, android=true } }, ['plugin.appodeal.beta.AppLovin'] = { publisherId = 'com.coronalabs', supportedPlatforms = { iphone=true, android=true } }
And my user permissions most are not related to Appodeal:
usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "com.google.android.finsky.permission.BIND\_GET\_INSTALL\_REFERRER\_SERVICE" },
Hope this helps.