Windows商店应用 - 应用内购买问题? [英] Windows store app - in-App purchases question?

查看:111
本文介绍了Windows商店应用 - 应用内购买问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我调用以下代码

  await CurrentAppSimulator.RequestProductPurchaseAsync("featureName", false);

如果用户购买我的应用内商品。我的应用会自动将该许可证添加到应用程序吗?因此,如果用户第二次按下相同的功能,则不会提示用户再次购买。或者我是否必须检查许可证以查看用户
是否已使用我自己的方法购买了产品?   

if the user buys my in-app product. Will my app automatically add that license to the app? So that if the user presses the same feature a second time it will  not prompt the user to purchase again. Or do i have to check the license to see if the user had already purchased the product using my own method?   

推荐答案

如果您在购买后不再提供应用内商品,而不是等待商店系统拒绝销售,那么对您的用户来说会更友好,但商店不会出售相同的产品(耐用)项目两次。

It will be friendlier to your users if you don't offer the in-app product a second time once they've already purchased it rather than waiting for the store system to reject the sale, but the store won't sell the same (durable) item twice.

- Rob


这篇关于Windows商店应用 - 应用内购买问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆