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
!.
How should I fix this issue? The source code is available in this tutorial