jamesmontemagno / StoreReviewPlugin

Request app store reviews across Xamarin and Windows applications
MIT License
184 stars 24 forks source link

Update Readme with further instructions #10

Closed PatchesTheFirst closed 3 years ago

PatchesTheFirst commented 3 years ago

Feature Request:

Update Readme to include the requirement of having Xamarin.Essentials.Platform.Init(this, bundle); in the MainActivity on Android.

I was still using Plugin.CurrentActivity and the In-App Review didn't show nor did it throw an exception.

I've created a PR for this: https://github.com/jamesmontemagno/StoreReviewPlugin/pull/11