用于留下 iTunes 评论的 API
有没有这样的API可以在应用程序内留下iTunes评论?或者还有其他我可以使用的东西吗?您想出了什么样的解决方案?
我期待您的想法和经验
Is there such an API for leaving an iTunes review in-app? Or is there something else I could use? What sort of solutions have you come up with?
I look forward to your ideas and experiences
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在许多应用程序中使用 Appirater,它会在 X 启动时向用户显示一个对话框,询问他们是否愿意留下评论,然后将他们带到 App Store。我已经在许多应用程序中看到过它(或类似的)。
Appirater 的源码在这里:https://github.com/arashpayan/appirater/
你可以得到在启动之前通过在 iTunes Connect 中查看您的应用程序 ID,它在应用程序信息下列为 Apple ID。这是一个 9 位数字。
I use Appirater in many of my apps, which presents the user with a dialog on the X launch to ask if they'd like to leave a review, and that takes them to the App Store. I've seen it (or similar) used in many apps.
The source for Appirater is here: https://github.com/arashpayan/appirater/
You can get your App ID before launch by looking in iTunes Connect, it's listed as the Apple ID under the app information. It's a 9 digit number.
据我所知,没有办法在您的应用程序内部执行此操作。就从我的应用程序内部进行审查而言,我通常会遇到这样的情况:
您需要将 URL 中的 ID 替换为您自己的应用程序 ID。
There isn't a way to do this inside of your app that I am aware of. In terms of reviewing from within my apps, I usually just have something like this:
You'll need to replace the ID in the URL with your own App ID.