-
It would be very useful if Phase4 would offer a functionality to validate an NRR against the sent message (full SOAP header, SOAP body, Payload).
-
We have encountered at least one case where receipt validation failed on macOS for a user, but would have succeeded when using the primary MAC address retrieved the "old style" (before https://github.…
-
Find receipts that seem to have failed a previous submission and call `revalidate` for them.
-
We use the [`/verifyReceipt`](https://developer.apple.com/documentation/appstorereceipts/verifyreceipt) endpoint which is deprecated by Apple.
The deprecated warning:
> Deprecated
>
> The ver…
-
purchases_updated uses your custom utils to convert the received purchases data into a dictionary (very useful, except in this case...)
For receipt validation (in my case through Playfab) I need to…
-
Hi there!
I'm trying to use this plugin to validate my in-app-purchases. For Android receipt validation my code is working as expected, but for Apple Sandbox receipts it fails, even when the verbos…
-
Receipt validation may fail with `receiptSignatureInvalid` for actually valid new receipts (after 14 Aug. 2023).
In this case **update `AppReceiptValidator`**
This issue is just kept around to g…
-
Not a big deal in real world usage, but I'm seeing a pattern in testing:
* sub 15 is updated with a receipt and a validation is queued.
* sub 15 is deleted.
* a new sub 15 is created
* the valid…
e-t-k updated
7 years ago
-
Hello there. I have some questions about your unified receipts verification procedure.
Reading your gem's sources I've noticed that when the ItunesReceiptDecoder::Decode::UnifiedReceipt is being cr…
-
## Description
Create a multi-page application flow for Operating Authority applications with proper data structure and user interface.
## Success Criteria
- Complete applications can be submitte…