Skip to content

Releases: rustunit/bevy_ios_iap

rs-0.5.2

11 Jan 12:55
Compare
Choose a tag to compare
add more specific errors

for handling failing purchases

rs-0.5.1

02 Dec 20:44
Compare
Choose a tag to compare
more typesafety

rs-0.5.0

01 Dec 19:32
Compare
Choose a tag to compare
release

rs-0.4.2

01 Dec 19:17
Compare
Choose a tag to compare
fix compilation

rs-0.4.0

27 Nov 14:03
Compare
Choose a tag to compare
fix just usage

rs-0.3.0

11 Jul 17:28
Compare
Choose a tag to compare
switch to crossbeam release and prep for release

rs-0.2.1

12 May 12:36
Compare
Choose a tag to compare
fix

rs-0.2.0

09 May 19:30
Compare
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
Compare
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
Compare
Choose a tag to compare
v bump