Skip to content

Commit

Permalink
Added Web Trends
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureAdvocateBit committed Dec 6, 2020
1 parent 6b7ce22 commit ebee5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void OpenStoreReviewPage(string appId);

#### Request 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: https://blog.xamarin.com/requesting-reviews-ios-10-3s-skstorereviewcontroller/
Read: https://devblogs.microsoft.com/xamarin/requesting-reviews-ios-10-3s-skstorereviewcontroller/?WT.mc_id=friends-0000-jamont

```csharp
/// <summary>
Expand All @@ -57,7 +57,7 @@ void RequestReview();

### Android setup

Ensure that you follow the [Xamarin.Essentials setup steps](https://docs.microsoft.com/xamarin/essentials/get-started?WT.mc_id=docs-github-jamont).
Ensure that you follow the [Xamarin.Essentials setup steps](https://docs.microsoft.com/xamarin/essentials/get-started?WT.mc_id=friends-0000-jamont).

### Android code shrinker (Proguard & r8)

Expand Down

0 comments on commit ebee5cd

Please sign in to comment.