Code Block oc - (BOOL)paymentQueue:(SKPaymentQueue *)paymentQueue shouldContinueTransaction:(SKPaymentTransaction *)transaction inStorefront:(SKStorefront *)newStorefront;
Asks the delegate if the transaction should continue if the device's App Store storefront has changed during a transaction.
ref:
but in Xcode document:
Code Block language @protocol SKPaymentQueueDelegate <NSObject> @optional // Sent when a user has initiated a purchase of a Promoted IAP from the App Store - (BOOL)paymentQueue:(SKPaymentQueue *)paymentQueue shouldContinueTransaction:(SKPaymentTransaction *)transaction inStorefront:(SKStorefront *)newStorefront API_AVAILABLE(ios(13.0), macos(10.15), watchos(6.2));
Sent when a user has initiated a purchase of a Promoted IAP from the App Store
Way ? Way ? Way ?
only for a Promoted IAP ???
only for a Promoted IAP ???
only for a Promoted IAP ???
My Problem:
So hopefully you can parse, does this API work in App?
or for a Promoted IAP from the App Store ?