Search Unity

In app billing issue.

Discussion in 'Scripting' started by GamePro, Nov 29, 2012.

  1. GamePro

    GamePro

    Joined:
    Jul 16, 2012
    Posts:
    36
    Dear Friends.

    I just purchase an unity 3d plugin for In app billing android. I am so confused about the. i dont know how to do it.

    I also set up the Product on google play console. here is the code :

    var key "......................"; // my public key
    IABAndroid.init( key );

    IABAndroid.purchaseProduct("android.test.purchased", "my magical payload of extra data" ); // confused about this line


    thank
     
  2. Democre

    Democre

    Joined:
    Mar 31, 2010
    Posts:
    345
    Which plugin is it? and does it have documentation?
     
  3. GamePro

    GamePro

    Joined:
    Jul 16, 2012
    Posts:
    36
    i am using prime 31 plugin. the documentation is so high level. i want some tutorials.