saturngod / IAPHelper

No more maintenance for this repo. Please use the https://github.com/bizz84/SwiftyStoreKit
MIT License
1.55k stars 280 forks source link

Add support for SKPaymentTransactionObserver method and Promotions #54

Open PasqualePuzio opened 6 years ago

PasqualePuzio commented 6 years ago

Hi,

I've recently tried to promote my in-app purchases by using the new features available on iOS 11.

However I haven't managed to do that because my app doesn't support the SKPaymentTransactionObserver method https://developer.apple.com/documentation/storekit/skpaymenttransactionobserver/2877502-paymentqueue

Here there are more information about promotions https://developer.apple.com/app-store/promoting-in-app-purchases/

Do you think you can add this feature?

Thanks