promoting in-app purchases
complete
C
Chris Bick
Hi,
Does Adapty support promoting in-app purchases? We promoted an in-app purchase and couldn't get it to work. Here more info
From the app store
"You can promote up to 20 in-app purchases, and they’ll appear on your app’s product page and can be shown in search results or be featured by our editorial team. Users can tap an in-app purchase to open your app, where they can buy it. Make sure your app supports the SKPaymentTransactionObserver method to process this transaction. Learn More"
Thanks,
Chris
Adapty Support
complete
y
yunus tek
/// Implement this delegate method to handle a user initiated an in-app purchases from the App Store.
C
Chris Bick
Thanks. You second link was the same as the one above. Do you have a link to the Apple documentation.
A
Adapty Support
Hi Chris!
We do support that feature. In short, the app will open upon clicking on that promo and we will react by starting the purchase process. The delegate method is described here: https://docs.adapty.io/docs/ios-making-purchases#deferred-purchases
paymentQueue(shouldAddStorePaymentFor
product: ProductModel,
defermentCompletion makeDeferredPurchase: @escaping DeferredPurchaseCompletion)
And here is some Apple documentation on that matter: https://docs.adapty.io/docs/ios-making-purchases#deferred-purchases