How to use requestReview (SKStoreReviewController) to show review popup in the current viewController after a random period of time
问题 I've read about this new feature available in iOS 10.3 and thought it will be more flexible and out of the box. But after I read the docs I found out that you need to decide the time to show it and the viewController who calls it. Is there any way I can make it trigger after a random period of time in any viewController is showing at that moment? 回答1: In your AppDelegate: Swift: import StoreKit func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: