bizz84/SwiftyStoreKit

Verify subscription for multiple/all products?

Open

#194 geöffnet am 3. Mai 2017

Auf GitHub ansehen
 (13 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Swift (792 Forks)batch import
area: receipt-validationhelp wantedstatus: needs analysistype: enhancement

Repository-Metriken

Stars
 (6.419 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide