Post

Replies

Boosts

Views

Activity

Reply to Respond to Storefront Changes no work for me
@Frameworks Engineer   This delegate no calls in iOS13 : //  SKPaymentQueue.h @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)); Availability iOS 13.0+ This method paymentQueue:shouldContinueTransaction:inStorefront: Availability iOS 13.0+, In fact, is not work for iOS13 So, the comment in this header file is a mistake ? or  Developer Documentation website is a mistake ?
Aug ’20