![]() |
VOOZH | about |
dotnet add package Oscore.Maui.InAppReviews --version 1.3.0
NuGet\Install-Package Oscore.Maui.InAppReviews -Version 1.3.0
<PackageReference Include="Oscore.Maui.InAppReviews" Version="1.3.0" />
<PackageVersion Include="Oscore.Maui.InAppReviews" Version="1.3.0" />Directory.Packages.props
<PackageReference Include="Oscore.Maui.InAppReviews" />Project file
paket add Oscore.Maui.InAppReviews --version 1.3.0
#r "nuget: Oscore.Maui.InAppReviews, 1.3.0"
#:package Oscore.Maui.InAppReviews@1.3.0
#addin nuget:?package=Oscore.Maui.InAppReviews&version=1.3.0Install as a Cake Addin
#tool nuget:?package=Oscore.Maui.InAppReviews&version=1.3.0Install as a Cake Tool
👁 Nuget package
👁 CI/CD
👁 License: MIT
NuGet package that implementing native In-App Reviews for MAUI with debugging capabilities.
You also can use AppStoreInfo to open review page in the store.
| Platform | Minimum Version Supported |
|---|---|
| iOS | 12.2+ |
| macOS | 15+ |
| Android | 5.0 (API 21) |
| Windows | 11 and 10 version 1809+ (build 17763) |
Also works successfully on iOS 18+/macOS 18+ - there was an API change here
<PackageReference Include="Oscore.Maui.InAppReviews" Version="1.2.0" />
MauiProgram.cs CreateMauiApp method:builder
.UseMauiApp<App>()
+ .UseInAppReviews()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
});
ReviewStatus status = await InAppReview.Current.RequestAsync();
When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight."
Link SDK assemblies only/Link all, and did not follow the proguard steps mentioned above| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-android35.0 net9.0-android35.0 is compatible. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-ios18.0 net9.0-ios18.0 is compatible. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-maccatalyst18.0 net9.0-maccatalyst18.0 is compatible. net9.0-macos net9.0-macos was computed. net9.0-tizen10.0 net9.0-tizen10.0 is compatible. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net9.0-windows10.0.19041 net9.0-windows10.0.19041 is compatible. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.