app-store-server-api
app-store-server-api copied to clipboard
A Node.js client for the App Store Server API
We are receiving the below error always, we changed the params, different keys, anything will return the same error. `Error: The request is unauthorized; the JSON Web Token (JWT) is...
It works fine in the local environment, but when I turn on the server on AWS, it returns the following error. AWS: Ubuntu 20.04 Node: 17.7.1 Express: 4.17.3 ``` ReferenceError:...
Hello, thanks so much for this library! It seems the NotificationType enum is missing ONE_TIME_CHARGE, or am I missing something? See this WWDC video which mentions the ONE_TIME_CHARGE: https://developer.apple.com/videos/play/wwdc2024/10062/ Would...
`app-store-server-api` currently doesn't run on platforms like Vercel edge runtime and Cloudflare workers. The blocker was the use of the node `crypto` package to validate the x509 certificates. Switched to...
I'm decoding transactions as follows, but I get the error "Certificate validation failed". I've verified that the environment variable is correct for the development environment. I haven't tried it in...
When trying to decode the notification payload in **Cloudflare Workers** using the following code: `const payload = await decodeNotificationPayload(signedPayload); ` I encountered the following error: ``` Full error details: Object...