How can I add a link for a rate button with swift?

前端 未结 13 868
面向向阳花
面向向阳花 2021-01-29 18:57

First I don\'t know how to get the link before I submit my app, and if the link is for each country app store or is it universal?

Also I don\'t know if the way to do it

13条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-29 19:38

    This link opens your app page in the App Store and then presents the write review sheet.

    itms-apps://itunes.apple.com/app/id[APP_ID]?action=write-review
    

    You can find the APP_ID in the App Store Connect under the details of your app as Apple ID.

提交回复
热议问题