I've been trying to transfer account owner for weeks, and the feature is busted. When I press "Transfer", nothing happens. The button is just busted and doesn't cause anything to happen.
"Transfer account owner" feature is broken
Is there any solution? I experienced the same thing.
Same here, I selected the person to transfer to, click on "Transfer" and nothing happened. No errors or any messages in the console log.
Under network activity, I see that the API was called:
https://developer.apple.com/services-account/QH65B2/account/getAgentTransferAgreement
And the response:
{ "creationTimestamp": "2024-07-16T17:14:26Z", "resultCode": 0, "userLocale": "en_US", "devices": [], "teamAddresses": [], "teams": [], "developers": [] }
So what would stop us from obtaining the transfer agreement? In addition, we should at least get an error message when this API returned with an error.