Unity IAP Subscription clarification
Hi, I just want to clarify how to go about doing this.
public TimeSpan getRemainingTime()
Returns a TimeSpan to indicate how much time remains until the next billing date. Products in the Google Play store return TimeSpan.MaxValue if the application does not support version 6+ of the Android in-app billing API.
I've tested in fact I can't get the remaining time. how to do that, do I need to change my target platform to android 6(Marshmallow)? it's currently at android 4.4 (KitKat).
I'm just really confused on how to make this work. How do I get the proper remaining time and expiry date...
Answer by gargaroots · Jan 15, 2021 at 05:07 PM
Hi @troy3000, did you find an answer? I'm having the same problem. Thanks!
Your answer
Follow this Question
Related Questions
Know if Ios subscription was canceled in Unity IAP 0 Answers
How to upgrade/downgrade a Google subscription from Unity 0 Answers
Unity IAP Subscription purchase,Unity IAP subscription payment related 0 Answers
Unity IAP: isSubscribed VS isExpired. 0 Answers
How to implement Unity IAP Subscription 0 Answers