"maximum App ID limit" problem

Hello. I was trying to build a project on my Macbook via XCode and came across the message: "Communication with Apple failed. Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days". Is there a solution to this? I don't know how much the prices are but I don't think I can afford it. What can you suggest to continue building projects with a free account?

Answered by DTS Engineer in 706649022

Is there a solution to this?

Did you actually create more than 10 apps in the last week? If so, wait for a while and the counter will reset.

One situation where this can bite you is if you create a lot of test projects. If that’s what happened here, avoid this problem by using the same name for your test projects. For example, I create an App ID with a bundle ID of, say, com.example.apple-samplecode.qtest, and I use that for all my test projects. That way all those test projects only count as one.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Is there a solution to this?

Did you actually create more than 10 apps in the last week? If so, wait for a while and the counter will reset.

One situation where this can bite you is if you create a lot of test projects. If that’s what happened here, avoid this problem by using the same name for your test projects. For example, I create an App ID with a bundle ID of, say, com.example.apple-samplecode.qtest, and I use that for all my test projects. That way all those test projects only count as one.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

"maximum App ID limit" problem
 
 
Q