App Store Review Button

后端 未结 6 2136
无人及你
无人及你 2020-12-12 17:56

How can we make the \"please leave us a review in the app store\" functional PopUp in an iOS app?

6条回答
  •  借酒劲吻你
    2020-12-12 18:23

    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!

提交回复
热议问题