App Store Review Button

后端 未结 6 2132
无人及你
无人及你 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:07

    Well, here's one.

    These are usually done as simple UIAlertViews with three buttons (Review Now, Later, Never) with preferences stored in NSUserDefaults to indicate whether the user has already done so, whether they never wish to be asked again, etc.

提交回复
热议问题