Xamarin 应用内计费插件订阅产品 1 个月免费促销问题

发布于 2025-01-14 05:32:16 字数 316 浏览 1 评论 0原文

我想在 Apple 上销售订阅产品。

而且Ios做订阅产品的时候,我设置了每月免费促销。

对了,用我的Sandbox账户购买订阅产品时,不能免费查看一个月的付款吗?

我很好奇,因为如果我用我的沙箱帐户支付订阅产品的费用,我就看不到一个月的免费付款。

或者我应该在下面显示的代码上写一些东西?

bool OnShouldAddStorePayment(SKPaymentQueue queue, SKPayment payment, SKProduct product)
{
     return true;
}

I'd like to sell Subscriptions products on Apple.

And when Ios made a subscription product, I set up a monthly free promotion.

By the way, can't I check the payment for free for a month when I pay for the Subscription products with my Sandbox account?

I'm curious because if I pay for the subscription product with my sandbox account, I can't see the free payment for a month.

Or should I write something on the code shown below?

bool OnShouldAddStorePayment(SKPaymentQueue queue, SKPayment payment, SKProduct product)
{
     return true;
}

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文