Skip to content

Releases: rustunit/bevy_ios_iap

rs-0.2.1

12 May 12:36

Choose a tag to compare

fix

rs-0.2.0

09 May 19:30

Choose a tag to compare

added fn current_entitlements and more

* new method `current_entitlements` that will response via `IosIapEvents::CurrentEntitlements` (see [apple docs](https://developer.apple.com/documentation/storekit/transaction/3851204-currententitlements))
* `IosIapPurchaseResult::Success` now contains the `IosIapTransaction` of the purchase
* `IosIapPurchaseResult::Pending` and `IosIapPurchaseResult::Cancel` return the Product ID used for `purchase`

* `IosIapTransaction.app_bundle_id` was also returing the product ID

rs-0.1.2

06 May 11:33

Choose a tag to compare

`IosIapPurchaseResult` can be `Unknown`

if an invalid product ID is used for a purchase (fixes #1)

rs-0.1.1

05 May 20:16

Choose a tag to compare

v bump

rs-0.1.0

02 May 13:56

Choose a tag to compare

fix readme path