Search Unity

How to apply items discounts

Discussion in 'Unity IAP' started by Ful_GStation, Jan 24, 2019.

  1. Ful_GStation

    Ful_GStation

    Joined:
    Nov 5, 2018
    Posts:
    7
    Hi, what is the best way to implement a discount to an item.
    For example, usually item_1 cost 3 dollars, but for an interval of time I want it in 1 dollar.
    How can I show both prices? And set an interval of time?
    Could I configure it in google?

    Thanks!
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
  3. Ful_GStation

    Ful_GStation

    Joined:
    Nov 5, 2018
    Posts:
    7
    Hi! Thanks for your answer. I was looking into the link but I have a doubt about it. My item is Consumable not a Subscription. And the IntroductoryPricePeriod method is in the SubscriptionInfo class
    Is it possible to set two different prices to a Consumable and get both prices from Unity to show it in my UI?

    Thanks
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    This would be up to the respective stores, but I don't believe it is possible for products other than subscriptions. You can certainly have two separate products, and have it look like the same product in your UI however.
     
  5. Ful_GStation

    Ful_GStation

    Joined:
    Nov 5, 2018
    Posts:
    7
    Thanks!