google-unity / in-app-review

The Google Play In-app Review Plugin for Unity lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your game.
Other
40 stars 7 forks source link

Duplicate class error #6

Closed HassannKhan closed 7 months ago

HassannKhan commented 8 months ago
aprius commented 7 months ago

@Hassan1Khan Most duplicate cases are caused by version conflicts between plugins. This is mainly due to project configuration so if it is still a problem for you, can you create a repository with the following plugins? setup google plugins in your project so I can easily find the cause?

HassannKhan commented 7 months ago

@yenmoc It's an empty project with only In-App Review plugin in it. Duplication errors arose after simple resolve of dependencies.

aprius commented 7 months ago

Do you use mainTemplate.gradle to resolve dependencies?

aprius commented 7 months ago

Currently I still use InAppReview in parallel with Admob, Applovin, PlayGameService on unity 2022 without any problems.

HassannKhan commented 7 months ago

@yenmoc I tried both With and without mainTemplate.gradle Without it, I see duplication error With it, the popup never opens

I am using unity version 2023.2.2f1

aprius commented 7 months ago

@Hassan1Khan Please try upgrading EDM4U to the latest version v1.2.179. Try to see if the resolve success popup appears or not?

HassannKhan commented 7 months ago

@yenmoc THANK YOU SO MUCH !!! Your Suggestion worked. I got rid of frustrating duplicate error by using EDM4U's latest version v1.2.179 and the rate popup also worked after that. THANK YOU once again.