I am parsing receipts for an auto renewing subscription locally on a Mac app.
From this document, it would seem that receipt field 1719 should come back as true (1) when user is in the free trial or introductory pricing.
I've tried this out with the local Xcode configuration (StoreKit testing) and it does come back as true, but this never happens in Sandbox (always 0). Should this be working in production?
Does "introductory price period" (field 1719) not imply the free trial?
The same question is being asked in this Apple forum, but it's from some time ago and doesn't appear that anyone has a clear answer.