bizz84/SwiftyStoreKit

.nonConsumablePurchase has never been purchased even when its purchased

开放

#531 创建于 2020年2月27日

 (0 条评论) (0 个反应) (0 位负责人)Swift (792 个派生)batch import
area: purchase flowshelp wantedtype: bug

仓库指标

星标
 (6,419 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Platform

  • iOS
  • macOS
  • tvOS

In-app purchase type

  • Consumable
  • Non-consumable
  • Auto-Renewable Subscription
  • Non-Renewing Subscription

Environment

  • Sandbox
  • Production

Version

0.15.1 latest

Related issues

.nonConsumablePurchase has never been purchased even when it's already been purchased. When clicked, the alert says its already purchased and would get it again for free. But the verified purchase says it is not purchased.

What did you expect to happen

It should be reported purchased when calling verifyPurchase(.nonConsumablePurchase) after it is purchased.

What happened instead

It reported never purchased when calling verifyPurchase(.nonConsumablePurchase) after it is purchased.

贡献者指南