如何实施“评价我们” PhoneGap 应用程序中的功能
我希望在我的应用程序中添加某种“撰写评论”或“给我们评分”功能,以便我的客户可以轻松地对我的应用程序进行评分和评论。
问题是该应用程序是使用电话间隙实现的。是否可以使用html5-phone gear来实现这个功能?
谢谢!
I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my app.
The problem is that the app is implemented using phone gap. Is it possible to implement this feature using html5-phone gap?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我使用 navigator.notification.confirm 并在用户到达某个点或频繁使用您的应用程序时调用它。当然,您需要添加自己的链接。
请注意,此代码段引用了我的应用程序的其他部分,因此请进行自定义以满足您的需求。
I use navigator.notification.confirm and have it called when the user reaches a certain point or uses your app so much. Of course you need to add your own links in.
Note this snippet references other parts of my app so customize to meet your needs.
您可以查看 http://itunes.apple.com/linkmaker
另请参阅有关创建 URL 的部分直接进入您的应用程序的评论页面。
http://www.manicgaming.com/2010 /12/make-your-app-easy-to-rate/
最后:
“评价/评论此应用”的应用商店链接
You can checkout http://itunes.apple.com/linkmaker
Also see the section about creating a URL directly to the review page of your app.
http://www.manicgaming.com/2010/12/make-your-app-easy-to-rate/
And finally:
App store link for "rate/review this app"
仅供参考,在 wwdc '11 会谈中特别不鼓励评级此应用程序警报。
FYI, rate this app alerts were specifically discouraged in the wwdc '11 talks.
您必须按如下方式调用
window.open
You must call
window.open
as follows现在有一个专门用于此的插件 https://github.com/pushandplay/cordova-plugin-评价
There is now a plugin just for that https://github.com/pushandplay/cordova-plugin-apprate