appodeal / appodeal-cordova-plugin

Appodeal Cordova Plugin
https://www.appodeal.com
19 stars 34 forks source link

Incompatible with cordova-plugin-fcm #32

Open mchristofersenrealnets opened 7 years ago

mchristofersenrealnets commented 7 years ago

I can't get this plugin to work on android in conjunction with cordova-plugin-fcm. It seems as though the appodeal plugin has conflicting dependencies with FCM. Appodeal requires com.google.android.gms version 9.0.0 even though the most up to date version is 10.2.0. Changing the gms version to 9.0.0 breaks FCM. Any insight here is helpful otherwise I may need to use a different provider.

NazarKozak commented 7 years ago

@mchristofersenrealnets you can try changing appodeal's plugin.xml, just replace 9+ to 10+ on play services dependecie.