Invidividual Keys support for Fastlane match #22203
Replies: 1 comment
-
|
Hello @andrej-jasso You're correct, and this has been a notable limitation for some developers using Fastlane's match tool when dealing with App Store Connect's App Store Connect API. The match tool currently requires the Issuer ID for creating and managing certificates, which aligns with team-based API keys. However, individual keys generated for a single app in App Store Connect don’t include an Issuer ID, as these keys are app-specific and not team-based. obamacare enrollment Why is this important? Allow developers working on single-app projects to utilize match without team API keys. Manually manage certificates for individual keys in App Store Connect. Open a feature request in Fastlane's GitHub issues page. Best Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Like it's mentioned here the Match command still missing the individual key option as well.
Would be great if it were eventually added to the fastlane library.
Currently the API requires you to specify Issuer ID. but with individual keys there is no issuer ID as far as I can tell from the Appstore Connect web.
Beta Was this translation helpful? Give feedback.
All reactions