Skip to content

iOS SKStoreReviewController demonstration with example project.

Notifications You must be signed in to change notification settings

kavitha89/kReviewMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kReviewMe

iOS SKStoreReviewController demonstration with example project.

Include kReviewMe.Swift file in your project.

Call 'showReviewView'method in your view controller.

/** call 'showReviewView' method with desired launch counts needed. **/

    if #available(iOS 10.3, *) {
    kReviewMe().showReviewView(afterMinimumLaunchCount: yourLaunchCountinInt)
    }
    else{
        // Review View is unvailable for lower versions. Please use your custom view.
    }

About

iOS SKStoreReviewController demonstration with example project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages