Uses in_app lookups for all validation logic now, since last_receipt_info seems to be inconsistent
Pass a DateTime<Utc> as a parameter for subscription validation for more accurate logging and comparison (previously was susceptible to inaccuracies given the delay apple may take to respond, but the logging would appear as if it was still valid by a few seconds)
in_app
lookups for all validation logic now, sincelast_receipt_info
seems to be inconsistentDateTime<Utc>
as a parameter for subscription validation for more accurate logging and comparison (previously was susceptible to inaccuracies given the delay apple may take to respond, but the logging would appear as if it was still valid by a few seconds)