gpt4 book ai didi

swift - 自动续订订阅 SKProduct.PeriodUnit == 7

转载 作者:行者123 更新时间:2023-11-28 13:33:06 24 4
gpt4 key购买 nike

我想要按钮在按钮中显示价格和订阅期,就像这样 -

enter image description here

我创建了以每周和每年为周期的自动续订订阅。我得到了值-

print("numberOfUnits : \(product.subscriptionPeriod?.numberOfUnits ?? -1)")

products size : 2
numberOfUnits : 1
numberOfUnits : 7

据我了解,yearly应该是3?我没有看到任何其他等于 7 的值。

enter image description here

最佳答案

单位数与 SKProduct.PeriodUnit 不同。首先检查 SKProduct.PeriodUnit,然后使用单位数来计算持续时间。

“订阅期持续时间的计算方法是将单位数乘以单位数。例如,如果单位数为 3,单位为 SKProduct.PeriodUnit.month,则订阅期为 3 个月。"

引自Apple docs

关于swift - 自动续订订阅 SKProduct.PeriodUnit == 7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57063764/

24 4 0
文章推荐: html - Css:如何使用底部填充使位置固定 100% 可调整大小? - 提供 JSFiddle
文章推荐: javascript - 为什么 Array(100).map((_, i) => i + 1) 不返回 [1, 2, ..., 100]?
文章推荐: css - 无法对齐
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com