Skip to content

Commit

Permalink
Clarify behaviour of restorePurchases method (see #253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Aug 21, 2017
1 parent fec376c commit 821d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ According to [Apple - Restoring Purchased Products](https://developer.apple.com/
See the **Receipt Verification** section below for how to restore previous purchases using the receipt.

This section shows how to restore completed transactions with the `restorePurchases` method instead.
This section shows how to restore completed transactions with the `restorePurchases` method instead. When successful, the method returns all non-consumable purchases, as well as all auto-renewable subscription purchases, **regardless of whether they are expired or not**.

* **Atomic**: to be used when the content is delivered immediately.

Expand Down

0 comments on commit 821d863

Please sign in to comment.