Created
March 28, 2018 08:15
-
-
Save acalism/8c04b5149d9f7ae99532677bcc3afb3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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