zoukankan      html  css  js  c++  java
  • Account problem-There may be a problem with your account. Please contact us. Sign out

    很多人在使用开发者账号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>

  • 相关阅读:
    node中fs模块
    node生成excel,动态替换表格内容
    Postgresql存放数组形式的数据
    ubuntu下安装typescript
    随笔6
    excel文件导出相应数据统计内容
    随笔4
    随笔3.2
    随笔2
    随笔1
  • 原文地址:https://www.cnblogs.com/easonoutlook/p/5075938.html
Copyright © 2011-2022 走看看