bizz84/SwiftyStoreKit

.nonConsumablePurchase has never been purchased even when its purchased

Open

#531 aberto em 27 de fev. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Swift (792 forks)batch import
area: purchase flowshelp wantedtype: bug

Métricas do repositório

Stars
 (6.419 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador