很多人在使用开发者账号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>&#26364;&#20029;</string>
<key>lastName</key>
<string>&#32426;</string>
<key>email</key>
<string>xxxxx@163.com</string>
<key>developerStatus</key>
<string>active(disable)</string>
</dict>

Account problem-There may be a problem with your account. Please contact us.  Sign out

 

相关文章:

  • 2021-12-23
  • 2022-01-19
  • 2021-06-22
  • 2021-04-02
  • 2022-01-10
  • 2022-12-23
  • 2021-08-10
  • 2021-11-01
猜你喜欢
  • 2022-02-12
  • 2021-08-30
  • 2021-06-14
  • 2022-12-23
  • 2021-09-08
  • 2021-12-31
  • 2022-12-23
相关资源
相似解决方案