We've trying to integrate server-server communication implemented for in-app purchases. During the process of testing we're facing issues which I believe its something to do with JWT creation.
Is anyone faced this error response: https://developer.apple.com/documentation/appstoreserverapi/invalidappidentifiererror when you try https://developer.apple.com/documentation/appstoreserverapi/get_all_subscription_statuses?changes=latest_major
Any feedback or help would be appreciated.
We've followed the setup and JWT generation as per this: https://developer.apple.com/documentation/appstoreserverapi/generating_tokens_for_api_requests?changes=latest_major
Thanks!