1

I have submitted an in-App purchase item for app store promotion, everything approved and fine, But there is a yellow box with this warning:

These in-app purchases can’t be promoted on the App Store because your latest approved binary doesn’t include the SKPaymentTransactionObserver method.

I am sure I have added SKPaymentTransactionObserver method in my code, for making sure I have added in two places one in IAPManager class and another in main ViewController!.

enter image description here

How should I fix this issue? The source code is available in this tutorial

iOS.Lover
  • 5,923
  • 21
  • 90
  • 162

1 Answers1

0

An in-app purchase cannot be promoted in AppStoreConnect until the version of the app containing the additional ‘purchase from app store’ function has completed the Apple App Review process successfully. The app containing this extra function needs to be either live on the App Store or Pending Developer Release (my preferred choice) before it is possible to promote an in app purchase and the message in the yellow box you are seeing is removed. Can you confirm the status of your app in the App Review process?

PeteO
  • 1
  • 1