From baa0f1ec605dde3ba270e3f68ed523a2e3ebdaff Mon Sep 17 00:00:00 2001 From: Saamer Mansoor Date: Sat, 10 Jul 2021 15:31:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c2a8a..91424f4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Launches app directly to Review Page if possible void OpenStoreReviewPage(string appId); ``` -#### Request Review +#### Request In-App Review UWP (all versions), Android and iOS only to prompt for the user to review the app. Only on Android 5.0 (API level 21) & iOS 10.3+ devices: Read for iOS: [Requesting Reviews with iOS 10.3’s SKStoreReviewController](https://devblogs.microsoft.com/xamarin/requesting-reviews-ios-10-3s-skstorereviewcontroller/?WT.mc_id=friends-0000-jamont)