Android 链接到外部商店
我的问题与其说是一个编程问题,不如说是一个问题 这里有人可以帮助我解决这个问题
是否可以将链接从我的应用程序发送到外部在线商店? 我已经有一个在网络上运行的在线商店 我不想再次实现它,只是为了发送一个链接 因此用户可以在网络浏览器/网络视图上进行购买。
我觉得这可能存在法律问题,因为谷歌 希望我通过他们进行所有应用内购买。
如果有人知道答案或解释这个问题的地方那就太好了!
提前致谢!!!
My problem is not so much a programming question but figured
someone here could help me out with that
Is it possible to send a link from my app to an external online store?
I already have an online store running on the web
and i would not like to implement it all over again, just to send a link to it
so the users can make the purchase on a web browser / webview.
I seems like there might be a legal problem with this since google
wants me to make all in app purchases through them.
If anyone knows the answer or a place explaining this issue it would be great!
Thanks in advance!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你当然可以这样做。谷歌允许一种应用内购买的方式,这意味着,你不必担心安全等问题,因为谷歌管理着所有这些。您希望实施自己的采购机制。是的,您可以通过启动浏览器 Intent 或 Web 视图将用户重定向到特定商品的在线商店,然后用户可以在那里购买。
如果您还有任何疑问,请告诉我。
Ofcourse you can do that. Google allows a way for In App purchasing, it means, you don't have to worry of security etc, as Google manages all of it. Its your wish to implement your own purchasing mechanism. And yes, you can redirect the user to a online store of a particular item, by starting the browser Intent, or web view and the user can purchase there.
Let me know if you have any more doubts.