app-store-server-library-java
app-store-server-library-java copied to clipboard
`{"response":{"body":"{\"errorCode\":10001,\"errorMsg\":\"com.apple.itunes.storekit.verification.VerificationException: Verification failed with status INVALID_CHAIN\"}","status":500},` hello Today, May 23rd 2024, 10:02:30.861 to May 23rd 2024, 13:51:27.308 (time zone is UTC+8) Our subscription callbacks encountered a large number of `Verification...
When calling the getAllSubscriptionStatuses(String transactionId, Status[] status) method in a production environment, an exception occasionally occurs, httpStatusCode=401, apiError=null, apiErrorMessage='null'. All my configurations are unified. When I create the AppStoreServerAPIClient, this...
I call transaction information for several apps. And I don't have environment information. That's why I'm calling the sandbox environment as an official guide. However, unlike the official guide, certain...
This pull request enhances the documentation for the APIError enumeration values to provide clearer error descriptions. See Issue [#80](https://github.com/apple/app-store-server-library-java/issues/80) for detailed discussion.
I was running locally in JDK21 with environment Xcode / LocalTesting. When I try to getTransactionHistory, if there is abnormal HTTP status code, jackson cannot deserialize it to ErrorPayload.class. 404...
### Problem Statement While working with the App Store Server API and handling various errors in Swift, I noticed that the APIError enum within the App Store Server Library lacks...
Hi, we are looking into having more control over when online checks are used in the `SignedDataVerifier`. Currently theres no way for us to enable/disable it at runtime and if...
Hi, we have been having issues with latency using the library. One of our deployment environments is behind a firewall in China and suffers from high latency when making any...
 这个报错是因为什么,授权一直失败
Hello team, I have tested the code to extract transaction id from app receipt on sandbox, it was working fine. When I deployed it on production it is failing to...