I made several Android sandbox subscriptions with fresh new accounts, and notice that SubscriptionInfo.IsFreeTrial always gives me false. The trial info shows from the native purchase prompt, so I’m sure it’s subscribing with trials. It worked in Unity IAP v1.23, but doesn’t work anymore after updated it to v2.2.5. Do you have any insight? Thank you.
Here is my setup info:
Unity 2019.4.14f1
In-App Purchase (UPM) 2.1.1 & 2.2.1
Unity IAP 2.2.5
Android 11, Pixel 4
Correct. So far we have not found a work around. There are several scenarios: 1) The product is available for a free trial 2) the user is currently in a free trial and 3) the user already used the free trial
@JeffDUnity3D Is there an update on this? I’m also only getting false for isFreeTrial and isIntroductoryOffer - for iOS though. Tried different sandbox users, setup on App Store connect is done too.
EDIT: Got it now, my fault. Apologies