Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Solved] IAP conflict with Google Play Service

Discussion in 'Unity IAP' started by Sreeraj, Jun 17, 2016.

Thread Status:
Not open for further replies.
  1. Sreeraj

    Sreeraj

    Joined:
    Apr 27, 2015
    Posts:
    14
    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???
     
  2. erika_d

    erika_d

    Joined:
    Jan 20, 2016
    Posts:
    413
    Last edited: Jun 17, 2016
  3. Sreeraj

    Sreeraj

    Joined:
    Apr 27, 2015
    Posts:
    14
    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 :)
     
    erika_d and mpinol like this.
Thread Status:
Not open for further replies.