Replace following with your app URL.
func requestReviewTapped() { let text = "https://apps.apple.com/app/moneymeter/id1482614257?action=write-review" if let url = URL(string: text) { UIApplication.shared.open(url, options: [: ], completionHandler: nil) } }
Last updated 5 years ago
Was this helpful?