From 0e8a26eff0f3464354d8b200f9652320d3752aa6 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 1 Mar 2024 13:57:28 -0800 Subject: [PATCH] Update CheckAndRestorePurchases.md Fixes #592 --- docs/CheckAndRestorePurchases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CheckAndRestorePurchases.md b/docs/CheckAndRestorePurchases.md index d278199..ad20ec3 100644 --- a/docs/CheckAndRestorePurchases.md +++ b/docs/CheckAndRestorePurchases.md @@ -68,6 +68,8 @@ public async Task 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.