如何为离子应用程序的应用程序内购买启用 App Store 促销?

How to enable App Store promotions for In-app purchases for ionic application?

我无法使用 App Store Promotions 来推广我的应用内购买,因为二进制文件不包含 SKPaymentTransactionObserver 方法,如下所示:

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

应用程序是使用Ionic4

开发的

ionic有两种内购方式,即In App Purchase and In App Purchase 2. In principle, the implementation of In App Purchase don't support App Store Promotions and hence SKPaymentTransactionObserver method is not supported (still to date an open issue in the plugin repository issue 172).

要获得对 App Store 促销的支持,开发者必须使用 In App Purchase 2 which supports the promotions as indicated in issue 608