Implemented enhancements:
- Updated libraries.
Fixed bugs:
- Fixed #2.
Implemented enhancements:
- Updated libraries.
Fixed bugs:
- Fixed crash on Android when trying to open an error popup.
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.
Breaking changes:
PerformPlatformRateAppAsync()
method was marked as obsolete and it will be removed on further versions.- Removed
netstandard
implementation.
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.