Android 应用内计费动态产品列表
我目前正在我的一个应用程序上进行应用内计费设置。有没有办法在 Android Market 端设置没有产品列表的购买?本质上,我想做大多数其他商家 API 中允许做的事情,将产品名称/id/价格/等发送给商家,并从他们那里获取付款是否成功的响应。
我有太多产品,无法手动将每个项目添加到 Android Market 发布区域,并且希望将用户发送到带有自定义标题、描述和价格(最重要)的应用内市场请求,并让 Android 处理该请求。
有什么想法吗?
I am currently working a setup for in-app billing on one of my applications. Is there a way to set up purchases without a product list on the Android Market side? Essentially, I want to do what I am allowed to do in most other merchant APIs, send the product name/id/PRICE/etc to the merchant and get back a response from them if the payment went through or not.
I have too many products to manually add each item to the Android Market Publishing area and want to send the user to the in app market request with a custom title, description, and price (most important), and have Android handle that.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能。
这样做的原因是安全。有人可能会破解您的应用程序并添加新产品/更改您的产品价格,但在市场上定义它们;他们必须破解您的应用程序并获取您的 Android 市场登录信息。
No you can't.
The reason for this is security. Someone could hack your app and add a new product/ change your product prices, but defining them on the market; they would have to hack your app and have your login for the android market.