Skip to content

Commit

Permalink
Merge pull request #593 from jamesmontemagno/jamesmontemagno-patch-5
Browse files Browse the repository at this point in the history
Update CheckAndRestorePurchases.md
  • Loading branch information
jamesmontemagno committed Mar 15, 2024
2 parents beb7bf2 + 0e8a26e commit 9779278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CheckAndRestorePurchases.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public async Task<bool> WasItemPurchased(string productId)
}
```

> Note: On iOS there is no API to determine if a purchase was a subscription or in app purchase, so all purchases regardless of type will be return. It is required on Android. It is best to query and then check for Id.
## Subscriptions

On `Android` only valid on-going subscriptions will be returned (with the original purchase date). `iOS` returns all receipts for all instances of the subscripitions. Read the iOS documentation to learn more on strategies.
Expand Down

0 comments on commit 9779278

Please sign in to comment.