StoreKit local testing - Subscription Expiration Date not set in In-App Purchase Receipt

Although I'm planning to switch to the recommended approach of server-side validation, I'm currently validating receipts on-device using OpenSSL. Today, I started experimenting with the excellent new StoreKit local testing feature in XCode 12/iOS 14. I created a monthly subscription product and set "Time Rate" to "1 second is 1 day." When parsing the In-App Purchase Receipt for this test subscription, the Subscription Expiration Date field is nil. This is not the case when using the Sandbox or Production environments. Anyone else run into this issue?
I'm seeing the same issue as you were. Did you have any luck finding a solution to this?
Same thing here. For me all dates are showing nil in the receipt...
StoreKit local testing - Subscription Expiration Date not set in In-App Purchase Receipt
 
 
Q