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?
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.