You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem with let webOrderLineItemId = receiptInfo["web_order_line_item_id"] as? String, because iTunes doesn't include this param in response, and all block under guard became failed :(
I'am catch it problem in verifyPurchase method.
You need fixed this method. Not good if this happens in released apps.
Platform
In app purchase type
Environment
Version
0.9.1
Related issues
N/A
Report
Issue summary
web_order_line_item_id is missing in ReceiptInfo but is exptected to be there acording to
InAppReceipt.swift line 49
`extension ReceiptItem {
Error:
could not parse receipt item: ["product_id": product.id, "transaction_id": 1000000298268385, "purchase_date_pst": 2017-05-12 01:19:09 America/Los_Angeles, "original_purchase_date_ms": 1494577149000, "is_trial_period": false, "original_purchase_date_pst": 2017-05-12 01:19:09 America/Los_Angeles, "quantity": 1, "purchase_date_ms": 1494577149000, "purchase_date": 2017-05-12 08:19:09 Etc/GMT, "original_purchase_date": 2017-05-12 08:19:09 Etc/GMT, "original_transaction_id": 1000000298268385]. Skipping... receipt has 1 items, but only 0 were parsed
What did you expect to happen
To verify receipt
What happened instead
Skipping receipt
The text was updated successfully, but these errors were encountered: