Skip to content

Instantly share code, notes, and snippets.

@JazonBD
JazonBD / StoreKitExample.swift
Last active December 6, 2017 14:53
Simple example of SKStoreReviewController use.
func requestUserReview() {
if #available(iOS 10.3, *) {
SKStoreReviewController.requestReview()
return
}
// Old approach using UIApplication.