Search Unity

tutorials about the new built-in IAP system

Discussion in 'Community Learning & Teaching' started by frodoe7, Dec 10, 2015.

  1. frodoe7

    frodoe7

    Joined:
    Jul 25, 2014
    Posts:
    37
    any tutorials about IAP implementation in the newest Unity 5.3 ??
    I read the docs and tried but noway

    I made a new class file including the codes here
    http://docs.unity3d.com/Manual/UnityIAPInitialization.html

    this event should be called , when the user buy a stuff
    Code (CSharp):
    1.  public PurchaseProcessingResult ProcessPurchase (PurchaseEventArgs e)
    2.     {
    3.         return PurchaseProcessingResult.Complete;
    4.     }
    the question :- what the codes should I write/function that I should call
    when the user hit "buy" button ??
     
  2. Adam-Buckner

    Adam-Buckner

    Joined:
    Jun 27, 2007
    Posts:
    5,664
    We will be rolling out more and more detailed information on our services. It was @Matthew Schell that did that one, and he may know more.

    What I'd suggest would be posting your specific question in the services section and try to get an answer there. You can tag me on the post or post the URL here, and I'll go take a look when it's up.
     
  3. IndieFist

    IndieFist

    Joined:
    Jul 18, 2013
    Posts:
    520