Construct 3 r350

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Thanks for the Quick response. We need the transaction ID from Apple and Google at the moment when purchase is successful.

    Similar for Restore success, when Restore is successful.

    For android the ID looks like - 33NN-94NN-44NN-41xxx

    Similar for iOS without the "-"

    Currently we have the JSON returned and we pick up this ID as a reference so that in case there is any issue on payment or subscription we can rectify with the purchase reference.

    Appreciate if this can be brought back.

    We upgraded the new build and these stopped working.

    Currently, on pourchase success we are using the following:

    Parse JSON string MobileIAP.Transaction

    Set TransactionID to JSON_Transaction.Get(“id”)

    Thnks a lot in advance.