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