RevenueCat / purchases-kmp

RevenueCat SDK for Kotlin Multiplatform
MIT License
99 stars 3 forks source link

Support displaying deferred win-back StoreKit messages #253

Closed fire-at-will closed 3 weeks ago

fire-at-will commented 3 weeks ago

This PR introduces the ability for a developer to display deferred StoreKit win-back offer messages to the user. The functionality was originally introduced in https://github.com/RevenueCat/purchases-ios/pull/4343.

Other than the enum addition, no other changes are necessary.