Unable to create android build with unity IAP and Google play service, its giving a conflict , There is a GooglePlay jar file in unity Purchase when i remove it am able to make the build , but mean time IAP wont work, If i don’t remove it am unable to make the build , Any solutions???
Hi @Sreeraj ,
Are you on the most up to date version of Unity IAP? What specifically is the conflict message you’re getting? Do either of these threads’ solutions to similar issues solve your conflict?
[Update] I see now you’ve cross posted with a screenshot of the error on a different page, we’re looking into the error now
Hi , @erika_d
Those threads didnt helped me out but I got the solution for the issue, In my case i need to make a small change in the android manifest file
There is an activity in that it directing path to the googleplay.aar file , that i have changed to .PurchaseActivity , that worked for me.
android:name=“.PurchaseActivity”
Thank you
2 Likes