diff --git a/LiftLog.Maui/LiftLog.Maui.csproj b/LiftLog.Maui/LiftLog.Maui.csproj index 0ff10536..57bc9ac6 100644 --- a/LiftLog.Maui/LiftLog.Maui.csproj +++ b/LiftLog.Maui/LiftLog.Maui.csproj @@ -3,7 +3,7 @@ net8.0-android - $(TargetFrameworks);net8.0-ios18; + $(TargetFrameworks);net8.0-ios; Exe LiftLog.Maui @@ -75,6 +75,7 @@ SdkOnly True + <_ExportSymbolsExplicitly>false diff --git a/LiftLog.Maui/Properties/launchSettings.json b/LiftLog.Maui/Properties/launchSettings.json deleted file mode 100644 index edf8aadc..00000000 --- a/LiftLog.Maui/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Windows Machine": { - "commandName": "MsixPackage", - "nativeDebugging": false - } - } -} \ No newline at end of file diff --git a/LiftLog.Ui/Shared/Smart/AppReviewRequest.razor b/LiftLog.Ui/Shared/Smart/AppReviewRequest.razor index b1496c66..a0e0d171 100644 --- a/LiftLog.Ui/Shared/Smart/AppReviewRequest.razor +++ b/LiftLog.Ui/Shared/Smart/AppReviewRequest.razor @@ -9,7 +9,7 @@ If so, would you take a minute to leave a @ReviewType on @AppStore?
Never - Not Now + Not Now @if(DeviceService.GetDeviceType() == DeviceType.Web) { Rate @@ -44,6 +44,12 @@ rateDialog?.Close(); } + private void NotNow() + { + Dispatcher.Dispatch(new SetAppLaunchCountAction(0)); + rateDialog?.Close(); + } + private void Rate() { Dispatcher.Dispatch(new SetAppRatingResultAction(AppRatingResult.Rated));