Hello,
I’m trying to enroll in the Apple Developer Program as an Individual from Turkey. Enrollment fails both on the web and through the Apple Developer app.
On the web, the failure occurs immediately after I accept the Apple Developer Program License Agreement. I do not reach the payment page.
The browser network log shows the following response:
Request: POST /services-enrollment/submitIndividualEnrollment HTTP status: 406 resultCode: 202000 resultString: “Your request could not be processed” userString: “Your request could not be processed”
The requests immediately before the submission complete successfully:
getUserProfile: HTTP 200 getEnrollmentEligibility: HTTP 200 listAgreements: HTTP 200
The agreement response indicates:
Agreement status: active isIDVerificationRequired: false isCountryUpdateRequired: false
My Apple Account country/region is Turkey. Two-factor authentication is enabled, and I have access to my trusted phone number. My Developer profile is active.
I also tried enrolling through the Apple Developer app on an iPhone 12 running iOS 18.3.2, but the enrollment could not be completed there either. The Apple Account used inside the Developer app is my own account.
This failure happens before payment, so no payment or membership purchase has been processed.
I found older reports showing the same HTTP 406 and resultCode 202000 response, but I could not find a documented explanation for this code.
Has anyone successfully resolved this specific 202000 response?
Could this indicate an incomplete previous enrollment, an identity-verification association, or an internal enrollment eligibility restriction on the Apple Account?
I have already tried both the official web and app enrollment paths. I would appreciate guidance on the correct escalation path or whether Apple Developer Support needs to reset or manually review the enrollment state.
Thank you.