用 https://github.com/myappcloud/appstore-connect-api
去連開發者帳號將 udid 加入
https://developer.apple.com/documentation/appstoreconnectapi/register_a_new_device
知道 udid 加不進去應該是滿了達 100 個裝置了
希望有人知道 Apple 那邊回傳的 detail 是甚麼 ....希望有人告知
Response status 應該是 409 .....
但 409 情況很多 ...
回傳的像是
{
"errors" : [ {
"id" : "3f4f8eaa-5daf-4f04-b11a-daec21aaaaaa",
"status" : "409",
"code" : "ENTITY_ERROR",
"title" : "There is a problem with the request entity",
"detail" : "There are no current certificates on this team matching the provided certificate IDs compatible with IOS_APP_ADHOC profiles."
} ]
}
你可以在失敗時,利用GET https://api.appstoreconnect.apple.com/v1/devices
撈出清單,再判斷是否數量到達極限。
知道 udid 加不進去應該是滿了達 100 個裝置了
不是寫出來了嗎?
看不懂的話就丟Google翻譯吧.