You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicasync Task OpenStoreReviewUrlAsync(){//TODO: Implement on all platforms
#if!HAS_UNOawait Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId=9N5MJT8G06KC"));
#elsethrownew NotImplementedException("OpenStoreReviewUrlAsync is not yet implemented on this platform!");
#endif
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: