I have some confusion regarding is_trial_period for ios in app purchase..
"Subscription Trial Period - This key is only present for auto-renewable subscription receipts. The value for this key is “true” if the customer’s subscription is currently in the free trial period, or “false” if not.
Note: If a previous subscription period in the receipt has the value “true” for either the is_trial_period or the is_in_intro_offer_period key, the user is not eligible for a free trial or introductory price within that subscription group."
Question: Do you need to use is_trial_period flag to your app logic? or just use the expires_date flag for the app logic, on checking for the subscription?