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
I am not sure if it is supposed to be the same, but, comparing the data between the actual transaction data that comes through the paymentQueue:updatedTransactions: method and the receipt data held in the DHInAppReceipt is different. I was trying to use the DHInAppReceipt receiptData data to verify with the AppStore, but was getting errors back saying the data was invalid. Once I switched to either using the transaction receiptData or the entire data within the [[NSBundle mainBundle] appStoreReceiptURL] URL, it all worked.
Again, not sure if the DHInAppReceipt receiptData is supposed to match the transaction data, but, maybe some documentation as to what the receiptData is supposed to be would be helpful.
Thanks for this project, it has helped greatly!
The text was updated successfully, but these errors were encountered:
I am not sure if it is supposed to be the same, but, comparing the data between the actual transaction data that comes through the paymentQueue:updatedTransactions: method and the receipt data held in the DHInAppReceipt is different. I was trying to use the DHInAppReceipt receiptData data to verify with the AppStore, but was getting errors back saying the data was invalid. Once I switched to either using the transaction receiptData or the entire data within the [[NSBundle mainBundle] appStoreReceiptURL] URL, it all worked.
Again, not sure if the DHInAppReceipt receiptData is supposed to match the transaction data, but, maybe some documentation as to what the receiptData is supposed to be would be helpful.
Thanks for this project, it has helped greatly!
The text was updated successfully, but these errors were encountered: