agisboye / app-store-server-api

A Node.js client for the App Store Server API
MIT License
210 stars 32 forks source link

Is it possible to check if the setup works #52

Closed zawoj closed 4 months ago

zawoj commented 4 months ago

First: Thanks for the lib, helps a lot.

Is there any way to check the connection to apple without having to give transactionID ?

agisboye commented 4 months ago

Hi @zawoj, Help me understand what you're trying to accomplish. Do you want to test whether your key works?

zawoj commented 4 months ago

Yes, thats correct.

agisboye commented 4 months ago

I guess you could make a request with any transaction ID and check the error you get back. Here's a list of all errors: https://developer.apple.com/documentation/appstoreserverapi/error_codes

zawoj commented 4 months ago

Yes, that's what I'm doing now. I was just curious if there is a better way Thanks !