Every time I add a new device to be used for iOS I need to add another set of credentials and its starting to get painful as I have to keep coming up with names to use and remember winch is what…
Why can’t we manage this list and either delete or modify existing credentials to try and keep this list to a manageable size.
That’s actually something we are working on adding as it’s something that has been brought up fairly consistently for teams who need to update their credentials often. I don’t have an exact date but it is being worked on.
The functionality has been added to the API, although there hasn’t been much progress on the website side of things. It’s still coming, I just don’t know exactly when.
If you really need this functionality now, you interact with the API directly using your API key found on the Cloud Build Preferences page. Here are the docs for deleting iOS credentials (you can find the other related operations in the docs as well): Unity DevOps Build Automation
@ESG-Steven : the orgid is the identifier used in the urls all across the website like “…/orgs//…” and can also be found in responses made directly against the API. For example if you query the API for a list of your projects (Unity DevOps Build Automation) the response will contain an array of projects that each have an “orgid” and “projectid”
Just adding support that this would be very nice to have in the web UI. Our list of expired credentials is getting pretty long and it would be nice to clean things up.