Last active
March 28, 2017 02:18
-
-
Save jevin/d26ec239f1f00b26f02cd0ed65b1e21b to your computer and use it in GitHub Desktop.
iOS In-App Ratings
This file contains 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
import UIKit | |
import StoreKit | |
class ViewController: UIViewController { | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
SKStoreReviewController.requestReview() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment