Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Unity UDP transaction id in IAPs

Discussion in 'Unity Distribution Portal (UDP)' started by Llotar, Dec 21, 2020.

  1. Llotar

    Llotar

    Joined:
    Mar 27, 2016
    Posts:
    14
    Hello,
    When purchasing an item in UDP sandbox, transaction id is always the same for same product id. Is it designed behavior? Can it be new value for new purchase?
    Why it is needed: to test purchasing with server validation. In my current implementation, server rejects second and follow up purchases of same item due to duplicated transaction id.