Replies: 2 comments
-
|
@dfabulich Working on updates in #63 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@dfabulich The patch is applied in openiap and across all libraries! Libraries update:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.openiap.dev/docs/types/ios lists
DiscountOfferandDiscountas Apple-specific terms, but Google Play has types that are nearly equivalent. These are ripe for standardization.https://www.openiap.dev/docs/types/android lists
SubscriptionOffer(Google's equivalent to Apple'sDiscountOffer), and doesn't mention one-time product discounts, which appear on a completely separate page in https://www.openiap.dev/docs/features/discountDiscountOffer should be a top-level standardized type, with a SubscriptionDiscountOffer subtype, incorporating Google's SubscirptionOffer and Apple's DiscountOffer. Google's one-time product discounts should be available as a standardized DiscountOffer type.
Beta Was this translation helpful? Give feedback.
All reactions