jamesmontemagno / StoreReviewPlugin

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

Add Android In-App Review #7

Closed jamesmontemagno closed 3 years ago

jamesmontemagno commented 3 years ago

Also add macOS :)

Please take a moment to fill out the following:

Fixes # .

Changes Proposed in this pull request:

-

saamerm commented 3 years ago

You can also slide in the changes to the README.md url https://devblogs.microsoft.com/xamarin/requesting-reviews-ios-10-3s-skstorereviewcontroller/ from the older xamarin website, or we can update the README in the another PR

Also, let me know if you would like me to test it too

jamesmontemagno commented 3 years ago

Are you able to grab the code and verify on your test app? I don't have it in the store so can't verify

saamerm commented 3 years ago

Are you able to grab the code and verify on your test app? I don't have it in the store so can't verify

Sure. I have to change this to false though for it to work. Will let you know as soon as I get a chance

await CrossStoreReview.Current.RequestReview(false); 
jamesmontemagno commented 3 years ago

You can also grab a nuget from : https://dev.azure.com/jamesmontemagno/Plugins%20for%20Xamarin/_build/results?buildId=1862&view=artifacts&type=publishedArtifacts

jamesmontemagno commented 3 years ago

Lovely! will pull in :)