bizz84/SwiftyStoreKit

Verify subscription for multiple/all products?

开放

#194 创建于 2017年5月3日

 (13 条评论) (2 个反应) (0 位负责人)Swift (792 个派生)batch import
area: receipt-validationhelp wantedstatus: needs analysistype: enhancement

仓库指标

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

描述

Platform

  • iOS

In app purchase type

  • Auto-Renewable Subscription

Environment

  • Sandbox
  • Production

Version

0.8.6

Related issues

Report

Issue summary

From your readme you call:

...
SwiftyStoreKit.verifySubscription(... productId: ...}
...
}

What to do if we don't know this productId and have multiple subscriptions which may vary?

What did you expect to happen

Get any valid subscription from the request result without of binding to concrete Id?

What happened instead

The app don't have to know productId but the result contains info about this subscription. Why must I know productId to check if just ANY subscription from list is valid?

贡献者指南