originalPurchaseInstant

val <Error class: unknown class>.originalPurchaseInstant: Instant?

Deprecated

Instant properties have been moved to member fields. The entire purchases-kmp-datetime module is deprecated and can be removed from your Gradle files.

Replace with

originalPurchaseDate

The purchase instant for the version of the application when the user bought the app. Use this for grandfathering users when migrating to subscriptions. This can be null, see Purchases.restorePurchases.


val <Error class: unknown class>.originalPurchaseInstant: Instant?

Deprecated

Instant properties have been moved to member fields. The entire purchases-kmp-datetime module is deprecated and can be removed from your Gradle files.

Replace with

originalPurchaseDate

Nullable on iOS only not on Android. The first instant this entitlement was purchased.