Posts

Post not yet marked as solved
1 Replies
626 Views
I use the promotion function (https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/promoting_in-app_purchases)) within the app. It worked well up to the iOS15 environment, but during the iOS16 beta test, it was confirmed that it did not work properly. When tested according to the guide (https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/testing_promoted_in-app_purchases)), iOS15 calls "paymentQueue:shouldAddStorePayment:"delegate normally, but iOS16 does not call "paymentQueue:shouldAddStorePayment:". The link used for the test is "itms-services://?action=purchaseIntent&bundleId=com.nhn.cloud.client.sdk&productIdentifier=com.nn.cloud.iap.gem99" Is there a problem with iOS16?
Posted Last updated
.