Android 应用内结算问题

发布于 2024-12-20 08:25:07 字数 422 浏览 1 评论 0 原文

我正在使用本教程:

http://mcondev.wordpress.com/2011/06/26/integrate-in-app-billing-just-3-lines-of-code-in-your-app/

当我到达最后一步时:

 checkout.sendCheckoutRequest(purchaseUri.toString(),null);

它崩溃了。 purchaseUri 的用途是什么?

谢谢

I am using this tutorial:

http://mcondev.wordpress.com/2011/06/26/integrate-in-app-billing-just-3-lines-of-code-in-your-app/.

When I get to the last step:

 checkout.sendCheckoutRequest(purchaseUri.toString(),null);

it crashes. What is the purchaseUri for?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在夏天 2024-12-27 08:25:07

此purchaseUri是“market.android.com/publish->创建新的应用内产品”选项中您的资源的“应用内产品ID”。该字符串应设置为“应用内产品”id。这就是为什么“id”是最重要的。 “应用内产品 ID”是您引用该特定产品的方式。
另外,在 Security.java 中,不要忘记从市场帐户的“编辑个人资料”页面添加您的“公钥”。

This purchaseUri is the “In-app Product ID” of your resource on the “market.android.com/publish->Create New In-App Product” options. This string should be set as the “in app product” id. That’s why the “id” is most important. The “In-App Product ID” is how you refer to that particular product.
Also, in Security.java dont forget to add your “public key” from your market place account “edit profile” page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文