morning4coffe-dev / recurrents

Tired of losing track of your spending on many different services? With Recurrents, just input your subscriptions for an easy overview and stay in control with reminders, save money, and enjoy a stress-free experience. Take control of your expenses effortlessly!
https://www.microsoft.com/store/apps/9N5MJT8G06KC
MIT License
10 stars 1 forks source link

Implement on all platforms #73

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 1 year ago

await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId\=9N5MJT8G06KC"));

https://github.com/morning4coffe-dev/project-sbs/blob/71a12c251ba37894ddbf1c50dfe04e54cca00899/ProjectSBS/ProjectSBS/Services/Interop/InteropService.cs#L63


    public async Task OpenStoreReviewUrlAsync()
    {
        //TODO: Implement on all platforms
#if !HAS_UNO
        await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId=9N5MJT8G06KC"));
#else
        throw new NotImplementedException("OpenStoreReviewUrlAsync is not yet implemented on this platform!");
#endif
github-actions[bot] commented 3 months ago

Closed in 015de34b4bb9643cdd1a4951eb8c1637ff45c85a