Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement on all platforms #73

Closed
github-actions bot opened this issue Dec 3, 2023 · 1 comment
Closed

Implement on all platforms #73

github-actions bot opened this issue Dec 3, 2023 · 1 comment
Labels

Comments

@github-actions
Copy link

github-actions bot commented Dec 3, 2023

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 github-actions bot added the todo label Dec 3, 2023
Copy link
Author

Closed in 015de34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants