> For the complete documentation index, see [llms.txt](https://sagar-r-kothari.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sagar-r-kothari.gitbook.io/blog/_posts/2020-02-15-askforappreview.md).

# 2020-02-15-AskForAppReview

Replace following with your app URL.

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