admin管理员组文章数量:1400023
I am developing an iOS application which offers in app purchases in the form of subscriptions. I want to extract the renew date and the free trial end date of a given active subscription, if possible.
During the development I found that the Transaction
object in StoreKit2
has expirationDate
in addition the Transaction
has a subscriptionStatus
that in turn has renewalInfo
. From it I can extract renewalDate
.
My question is which of the two should I use and what is the difference?
本文标签: swiftiOS extract renew date for a subscriptionStack Overflow
版权声明:本文标题:swift - iOS extract renew date for a subscription - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744197483a2594809.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论