Xamarin 应用内计费插件订阅产品 1 个月免费促销问题
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论