Skip to content

Instantly share code, notes, and snippets.

@acalism
Created March 28, 2018 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acalism/8c04b5149d9f7ae99532677bcc3afb3d to your computer and use it in GitHub Desktop.
Save acalism/8c04b5149d9f7ae99532677bcc3afb3d to your computer and use it in GitHub Desktop.
if #available(iOS 10.3, *) {
//SKStoreReviewController.requestReview()
//app.openURL(URL(string: "itms-apps://itunes.apple.com/app/id1018728680?action=write-review")!) // app前的cn段也不是必须啊
} else {
// Fallback on earlier versions
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment