This repository was archived by the owner on Mar 1, 2025. It is now read-only.
Releases: FabriBertani/Plugin.XamarinAppRating
Releases · FabriBertani/Plugin.XamarinAppRating
v1.2.2
v1.2.1
1.2.1 (12/30/2021)
Implemented enhancements:
- Updated libraries.
Fixed bugs:
- Fixed crash on Android when trying to open an error popup.
v1.2.0
1.2.0 (04/28/2021)
Breaking changes:
PerformPlatformRateAppAsync()was fully removed.
Implemented enhancements:
- Added support for macOS and tvOS.
- Merged Android methods for different OS versions into a single method.
- Updated TestApp sample to Xamarin.Forms 5.0.0.2012
- Added macOS to Xamarin.Forms sample project.
- Added macOS to Xamarin native sample project.
v1.1.0
Changelog
1.1.0 (11/04/2020)
Breaking changes:
PerformPlatformRateAppAsync()method was marked as obsolete and it will be removed on further versions.- Removed
netstandardimplementation.
Implemented enhancements:
- Added in-app rating for UWP #1 (dpaulino)
- Added
PerformInAppRateAsync()method to request rating within the application. - Added
PerformRatingOnStoreAsync()method to request rating opening the store app or store page on platform browser.
Fixed bugs:
- Fixed various issues and code smells.
v1.0.1
Updated Radme.