In Xcode 12 Beta 1 using StoreKitTest, when an auto-renewable subscription would renew, a new transaction would be sent to the payment queue observer, and the local, on-device receipt would be updated to reflect the new transaction. Additionally, when you would call the SKTestSession expireSubscriptionWithProductIdentifier method, the local receipt would be updated to include a subscription cancellation date field.
In Xcode 12 Beta 2, this doesn't appear to be working properly. Renewals do not generate new transaction, nor is the local receipt updated. Further, expireSubscriptionWithProductIdentifier does not update the local receipt with a subscription cancellation date field.
Is there any configuration setting, or default setting that could be configured to get this to work properly again - without waiting for a new beta version of Xcode?
In Xcode 12 Beta 2, this doesn't appear to be working properly. Renewals do not generate new transaction, nor is the local receipt updated. Further, expireSubscriptionWithProductIdentifier does not update the local receipt with a subscription cancellation date field.
Is there any configuration setting, or default setting that could be configured to get this to work properly again - without waiting for a new beta version of Xcode?