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") }