Hello,I am planning to switch to StoreKit2. However, I found that I cannot listen to paymentQueueDidChangeStorefront. any help?
StoreKit2 Support paymentQueueDidChangeStorefront?
I found storekit1 and storekit2 not to use both. I expect to receive a callback.
func paymentQueue(_ paymentQueue: SKPaymentQueue, shouldContinue transaction: SKPaymentTransaction,in newStorefront: SKStorefront)
I found onStorefrontChange API for Storekit2, but the countryCode
of Storefront is old value in sandbox
It works fine using OnStorefrontChange in no-sandbox account.