Search Unity

Regarding Subscription IAP on Android.

Discussion in 'Unity IAP' started by S_P, Aug 14, 2019.

  1. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    I was trying to use subscription IAP on android. It can be successfully purchased but obviously there are more to it. At any time I should be able to ask the subscription status. There should be a SubscriptionManager instance that can be fetched from the store. With that I will be able to check subscription status and provide periodical rewards.

    I only found this : https://docs.unity3d.com/Manual//UnityIAPSubscriptionProducts.html
    And the CSS is broken in the linked page.

    How do I get the instance of SubscriptionManager at any time? What's the API?

    Not using codeless IAP.
     
  2. JeffDUnity3D

    JeffDUnity3D

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

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Cool. That helped. This one should be in the official documentation.
     
    JeffDUnity3D likes this.