How can we make the \"please leave us a review in the app store\" functional PopUp in an iOS app?
Since iOS 10.3 iOS provides a feature for this.
import StoreKit SKStoreReviewController.requestReview()
A complete class how to request Appstore Reviews can be found on my GitHubAccount.
Cheers!