StoreKit2

Hello, I use Storekit2 to test the purchase of subscription products. After purchasing a subscription product in the sandbox, it will automatically renew 12 times, and then it will no longer automatically renew. When I click to purchase again, calling the

try await product.purchase()

method does not pop up the purchase pop-up window. In fact, it will directly go to the

case let .success(.verified(transaction)):

step, and the Transaction.currentEntitlements is empty

StoreKit2
 
 
Q