Skip to content

Instantly share code, notes, and snippets.

@acalism
Created March 28, 2018 08:15
Show Gist options
  • Save acalism/8c04b5149d9f7ae99532677bcc3afb3d to your computer and use it in GitHub Desktop.
Save acalism/8c04b5149d9f7ae99532677bcc3afb3d to your computer and use it in GitHub Desktop.

Revisions

  1. acalism created this gist Mar 28, 2018.
    6 changes: 6 additions & 0 deletions app-rating.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    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
    }