Verification - bizz84/SwiftyStoreKit GitHub Wiki

Once you have retrieved the receipt using the verifyReceipt method (see: verify Receipts), you can verify your purchases and subscriptions by product identifier.

Verifying multiple purchases and subscriptions in one call is not yet supported (see issue #194 for more details).

If you need to verify multiple purchases / subscriptions, you can either:

  • manually parse the receipt dictionary returned by verifyReceipt
  • call verifyPurchase or verifySubscription multiple times with different product identifiers