JWT authentication token requires actual bundle id of app

Can we avoid the bundle id to be pass on to generating access token?

We're an large enterprise where we handle the multiple apps' in-app purchases in a common single platform.

Is it possible to skip this id for the access token generation and just use private key & issuer id?

Why this bundle id is required?

Answered by App Store Commerce Engineer in 892615022

Hello and thank you for your question. Currently the bundle identifier (bid) is strictly required in the JWT we require to call the App Store Server API, as you note. If you'd like to see changes in this area I encourage you to submit feedback and include as much information as possible about your use case.

https://feedbackassistant.apple.com

Accepted Answer

Hello and thank you for your question. Currently the bundle identifier (bid) is strictly required in the JWT we require to call the App Store Server API, as you note. If you'd like to see changes in this area I encourage you to submit feedback and include as much information as possible about your use case.

https://feedbackassistant.apple.com

JWT authentication token requires actual bundle id of app
 
 
Q