admob-plus / admob-plus

Trustable AdMob Plugin for Cordova, Capacitor, Ionic, React Native
https://admob-plus.github.io
MIT License
360 stars 150 forks source link

cordova-plugin-consent GoogleUserMessagingPlatform conflict with other plugin #610

Open kapchew opened 8 months ago

kapchew commented 8 months ago

Describe the bug When installing cordova-plugin-consent@3.0.0-alpha.4, there is a pod conflict of GoogleUserMessagingPlatform with other plugin, which already installed version 2.1.0 (the one required by consent is 2.0.0)

Expected behavior Is it possible to let user specify this pod version during installation?

r2uan commented 8 months ago

Also having this issue too when using admob-plus-cordova 2.0.0-alpha.13 (tried from alpha 1 to alpha 13 too) & trying to add cordova-plugin-consent@3.0.0-alpha.4

@ratson i'm happy to fund some dev time if this can be fixed fast? 😄

DesignerApparelSales commented 7 months ago

Describe the bug When installing cordova-plugin-consent@3.0.0-alpha.4, there is a pod conflict of GoogleUserMessagingPlatform with other plugin, which already installed version 2.1.0 (the one required by consent is 2.0.0)

Expected behavior Is it possible to let user specify this pod version during installation?

I have the same problem when I tried to build it using voltbuilder. Did anyone solve the issue or a work around?

EYALIN commented 7 months ago

@r2uan @DesignerApparelSales @DesignerApparelSales i will try to fork it and work on a solution. feel free to follow https://github.com/EYALIN/community-admob-plus/tree/master/packages/cordova-consent

will update here as well

DesignerApparelSales commented 6 months ago

I have fixed the issue. I rearranged my plugin build order. So i placed the, plugin name=“cordova-plugin-consent” source=“npm”, before ,plugin name=“admob-plus-cordova” source=“npm” , in the config.xml and there was no error.