很多人在使用开发者账号AppleID的时候,都会碰到如下问题
There may be a problem with your account. Please contact us.
登录到苹果的开发者中心, 碰到的问题截图如下:
要检测该状态,可以直接通过苹果的接口来检测:
1.登录
https://idmsa.apple.com/IDMSWebAuth/clientDAW.cgi
2.viewDeveloper
https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action?clientId=XABBG36SBA
<dict>
<key>developer</key>
<dict>
<key>developerId</key>
<string>37K2C5HJ2N</string>
<key>personId</key>
<integer>8444660692</integer>
<key>firstName</key>
<string>曼丽</string>
<key>lastName</key>
<string>纪</string>
<key>email</key>
<string>[email protected]</string>
<key>developerStatus</key>
<string>active(disable)</string>
</dict>
时间: 2024-10-29 00:26:32