From c2f82269525fd66eb7c503ec61bcc835a86b397f Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 27 Dec 2020 21:38:09 -0600 Subject: [PATCH] Fix review button --- XKCDY/Views/SettingsSheet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XKCDY/Views/SettingsSheet.swift b/XKCDY/Views/SettingsSheet.swift index 88215c9..a4d168a 100644 --- a/XKCDY/Views/SettingsSheet.swift +++ b/XKCDY/Views/SettingsSheet.swift @@ -235,7 +235,7 @@ struct SettingsSheet: View { } Button(action: { - SKStoreReviewController.requestReview() + UIApplication.shared.open(URL(string: "https://apps.apple.com/app/id1520259318?action=write-review")!) }) { Text("Rate on the App Store") }