Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

In Xcode Coding Assistant (Xcode 26.4.1), how can I make the @fileName feature work for previous projects as well? (error: The application can't be opened. -50)
In Xcode (26.4.1), when using Coding Assistant, in new project, one can reference files by @fileName, but it does not work for projects that have been created e.g. 8 months ago. How can I make the @fileName feature work for previous projects as well? Project it fails with (@ does not show any files from the Project Navigator, and when e.g. manually referencing the @fileName and then clicking on the file in the Coding Assistant chat, macOS shows): Project it works with (FriendsFavoriteMovies project from this tutorial: Navigate sample data | Apple Developer Documentation) I'd be very happy to know a solution to my question: How can I make the @fileName feature work for previous projects as well? Thank you very much, Tim :)
0
0
41
1w
Apple Developer Program payment completed but membership still not active
My Apple Developer Program enrollment is still pending after payment and identity document upload. I enrolled on May 4, 2026. My payment was completed, I received the official invoice, and I uploaded the requested identity documents the same day. Apple also confirmed that my documents were received. However, my Apple Developer account still shows “Buy your membership” / “Complete your purchase”, and my membership has not been activated after several business days. Order ID: MN7Q04OBDY Apple ID: vargasserje Invoice date: May 4, 2026 Product: Apple Developer Program — Annual Amount paid: $459.900 COP Support Case ID: 102888644582 Could Apple Developer Support please review or escalate this enrollment?
1
0
70
1w
Apple Developer Account Terminated
My Apple Developer account was recently terminated, and I received an email stating that the reason was section 3.2(f) of the Apple Developer Program License Agreement. However, I have not changed anything recently in our apps, business model, or developer activity, and I genuinely do not understand the reason behind this termination. I have always tried to follow Apple’s guidelines carefully and act in good faith. This termination has severely impacted my work and users, and I am urgently requesting clarification regarding what exactly triggered this action. If someone from Apple or the App Review / Developer Relations team could please contact me or review the case again, I would greatly appreciate it. Thank you.
1
0
81
1w
Unable to complete Apple Developer Program enrollment / ID upload link shows unauthorized
I recently purchased the Apple Developer Program membership and received an email confirming that my enrollment is being processed. However, when I log in to my Apple Developer account, it still prompts me to purchase the membership again, as if the purchase was not completed. Later, I received another email asking me to upload my ID through the portal to continue the enrollment process. But when I click the provided link and try to access the upload page, I get an error saying that I am not allowed, not authenticated, or do not have permission to access the page. I am unable to proceed with the verification or understand the current status of my enrollment. Has anyone faced this issue before, or can someone from Apple Developer Support guide me on how to resolve this?
0
1
157
1w
My Apple developer registration process has not been completed for 3 weeks.
I've been trying to create an Apple developer account for 3 weeks. I've created 3-4 different accounts and tried them on different devices. I finally managed to contact Apple Developer Support via email, but I don't think I'll find a solution with them. First, I explained my problem, they listened attentively, and offered solutions. They told me to verify my identity, which I uploaded to the email they sent. Then they told me to wait. 2-3 days passed, and then I received another email saying, "We can't verify your identity with the Apple Developer app, or provide further assistance with Apple Accounts for Apple Developer programs." I don't understand; I manually uploaded my ID to the system, so why isn't this working? Case number: 102886872114
0
0
77
1w
Xcode hangs with iig
Xcode iig hangs. In the best case, the project will be in error - and Xcode cannot recover. To recover restarting Xcode may not help (force quit Xcode) - most of the time a restart of the Mac is required. Its speaks to software quality when "Clean build folder" is your best friend. Xcode iig hangs, and while its only using two of my MacStudio's 10 cores - the whole mac hangs (Activity monitor confirms, if it opens at all). If you are not quick enough to reboot the Mac will hang and require power down using power button. Don't use Finder to reboot because Finder hangs too and will not reboot - use terminal (sudo shutdown -r now). see screen dump below: super useful! After restart, Xode may refuse to launch. This is something I notice with my Java apps (jar launcher): If the app ends with an exit code (1, not 0 like normally) - it will not launch until I restart the Mac, in the meantime must launch the app from Eclipse. After restart, the crash reporter comes up - asking me to type a reason. When I type "iig" the auto-correct will change that to "big". This is so totally useful! MacOS 26.4.1 Xcode 26.3 apologies - its a lousy day when your Mac hangs and requires a restart - repeatedly; until I got my iig fixed up and Xcode fully aware with the actual content. iig error reporting is lousy; which makes fixing so extra hard.
0
0
44
1w
Developer account
Hi everyone, Hope all are doing well. So I'm facing the issue with my apple developer account registration. I applied before with the duns number I got from apple and it keeps on saying it's a wrong number. Now when I get the new duns I went there to enroll for the developer account it doesn't let me fill the field "Legal Entity Name" and "D-U-N-S® Number" and the other it let me fill and when I click on continue I get this error "We are unable to process your request. An unknown error occurred." I sent apple an email but still didn't get a response it's been a week so if someone also faced the same issue I will really appreciate a help. Thanks for your time reading this.
1
0
74
1w
Xcode/codesign login keychain password issue
I’m trying to build and run a brand-new Xcode project created from the Audio Unit Extension App template for local macOS development on a brand-new Mac, and I’m blocked by a signing/keychain issue. Environment: macOS on a brand-new Mac Xcode 26.4.1 Build version 17E202 Personal Team Targeting My Mac Project type: Audio Unit Extension App Main symptom: During build/run, Xcode repeatedly shows this prompt: codesign wants to access key "Apple Development: Sam Magnant (...)" in your keychain It asks for the login keychain password. Important detail My current Mac password successfully unlocks the login keychain manually in Keychain Access every time. So the issue seems specific to Xcode / codesign using the Apple Development private key, not a general inability to unlock the keychain. What I’ve already tried Reset the default keychain Logged out and back in after reset Changed my Mac account password to a new password Confirmed the login keychain unlocks manually with the current Mac password Deleted and recreated local Apple Development certificate/private key where possible Removed and re-added my Apple account in Xcode Checked the private key in Keychain Access Confirmed the private key exists under the Apple Development certificate Confirmed Allow all applications to access this item is already checked on the private key Removed App Groups and other extra capabilities to simplify the project Tried security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k '' ~/Library/Keychains/login.keychain-db Tried switching the project to simpler signing configurations, then switched back to standard Apple Development signing What’s confusing Xcode appears to know about an Apple Development certificate/private key Keychain Access shows the identity under login > My Certificates The login keychain unlocks fine manually But codesign still prompts, and the machine reports 0 valid identities found Questions What would cause Keychain Access to show the Apple Development identity, but security find-identity -v -p codesigning to report 0 valid identities found? Is this most likely a broken certificate/private key pairing, trust chain issue, or something specific to Personal Team signing? Is there a recommended way to fully repair the local Apple Development signing identity on the current macOS user account without creating a new macOS user? Are there known issues with the Audio Unit Extension App template and Personal Team local development on macOS?
0
0
50
1w
I need to activate my account for two weeks
Hello Apple, I subscribed to the developer program ten days ago and paid the subscription fee of $99 through the application with the order ID: ML0J2NX0X4. But my account still shows "pended" status and asks me to complete the registration. And I submitted an email to the technical support with the case number: 102884850121 on 03/05/2026 and so far I have not been answered. Please help me or anyone who has experience informs me to activate my account so that we can start publishing our application? With respect and appreciation. Thank you,
0
0
181
1w
static analyzer error in std::sort
I'm getting a static analysis warning on the following code. I don't think it could be my error, but I guess it's more likely a static analysis false positive than a C++ standard library bug. The warning says "Method called on moved-from object of type 'std::basic_string'". Tested in Xcode 26.5 RC. Reported as FB22735405. #include <algorithm> #include <string> #include <vector> #include <CoreFoundation/CoreFoundation.h> template < class traits = std::char_traits<char>, class Allocator = std::allocator<char> > struct UTF8StringLess { bool operator()( const std::basic_string<char, traits, Allocator>& inFirst, const std::basic_string<char, traits, Allocator>& inSecond ) const; }; template<class traits, class Allocator> inline bool UTF8StringLess<traits, Allocator>::operator()( const std::basic_string<char, traits, Allocator>& inFirst, const std::basic_string<char, traits, Allocator>& inSecond ) const { CFStringRef theFirst = ::CFStringCreateWithCString( nullptr, inFirst.c_str(), kCFStringEncodingUTF8 ); CFStringRef theSecond = ::CFStringCreateWithCString( nullptr, inSecond.c_str(), kCFStringEncodingUTF8 ); CFComparisonResult compResult = ::CFStringCompare( theFirst, theSecond, kCFCompareCaseInsensitive ); bool isLess = (compResult == kCFCompareLessThan); ::CFRelease( theFirst ); ::CFRelease( theSecond ); return isLess; } int main(int argc, const char * argv[]) { std::vector<std::string> names{ "obey", "Zorro", "can" }; std::sort( names.begin(), names.end(), UTF8StringLess() ); return EXIT_SUCCESS; }
6
0
59
1w
Xcode won't sign into ChatGPT Codex account anymore
As of May 8th, 2026, after I upgraded to "codex-cli 0.129.0" via Xcode, I can no longer sign into my ChatGPT account in Xcode Intelligence Settings. The Log In window is always successful, but the settings never update to show the login being successful. It's a constant loop. Perhaps a hand-shake fail. Versions: Tahoe 26.3.1, Xcode 26.4.1, codex-cli 0.129.0.
6
0
395
1w
Xcode: Error downloading App Store Connect crash reports
Hello, I’m encountering an issue retrieving crash reports from the AppStore Connect using Xcode 26.4.1 (17E202). I’m signed in with multiple Apple IDs, including the one required to fetch crashes. When I select the destination application and attempt to download crashes in Organizer, a small warning icon appears in the top right corner. Clicking on it displays the following error: "{AppleID email}" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn’t be read because it isn’t in the correct format.. I already tried to remove my account and sign in again multiple times and also restarted Xcode but nothing seems to work. I wonder whether this is some new bug introduced in the latest Xcode version or rather local issue on my machine. Any help appreciated.
1
2
78
1w
Prevent Xcode from downloading Simulators
It annoys me that Xcode keeps downloading Simulators automatically, even though I haven't asked for them. Under Settings > Components > Other Installed Platforms I see iOS Simulator iOS 18.0 uptil 18.5. These are eating space in /Library/Developer/CoreSimulator/Caches/dyld/25E253. Is there a way to prevent these automatic downloads?
0
0
85
1w
“Your enrollment could not be completed.” Please review my case
I am very disappointed and frustrated. I applied a developer account two months ago and is getting stuck in somewhere. After two months and many rounds of email and call communications, apple support cannot provide the reason/solution/alternatives how to proceed my application. Background: I applied an apple developer account through developer web in Mar, and received order acknowledging email from apple team. It said that it will take 2 working days for processing. However, two weeks later, it is still no news. Then I created the support ticket by email and wait for two weeks, apple support team recommended me to apply the account through “developer app” instead, then I follow the guideline to apply and encounter the ID image submission error. After few days, when I revisited the developer web and checked the status, it showed “Your enrollment could not be completed.” I tried to send several rounds of email, but got no reply for almost one month, finally, I call developer support several times, and support still cannot provide the reason/solution/alternatives how to proceed my application, they just repeated the fact of “Your enrollment could not be completed.”, although I request to escalate my case to senior technical advisor, it cannot. I am really very disappointed and frustrated. I hope someone here or apple support, please help to review my case and guide me how to proceed my application. My case ID: 102855764543. Thanks a lot.
2
0
162
1w
In Xcode Coding Assistant (Xcode 26.4.1), how can I make the @fileName feature work for previous projects as well? (error: The application can't be opened. -50)
In Xcode (26.4.1), when using Coding Assistant, in new project, one can reference files by @fileName, but it does not work for projects that have been created e.g. 8 months ago. How can I make the @fileName feature work for previous projects as well? Project it fails with (@ does not show any files from the Project Navigator, and when e.g. manually referencing the @fileName and then clicking on the file in the Coding Assistant chat, macOS shows): Project it works with (FriendsFavoriteMovies project from this tutorial: Navigate sample data | Apple Developer Documentation) I'd be very happy to know a solution to my question: How can I make the @fileName feature work for previous projects as well? Thank you very much, Tim :)
Replies
0
Boosts
0
Views
41
Activity
1w
Apple Developer Program payment completed but membership still not active
My Apple Developer Program enrollment is still pending after payment and identity document upload. I enrolled on May 4, 2026. My payment was completed, I received the official invoice, and I uploaded the requested identity documents the same day. Apple also confirmed that my documents were received. However, my Apple Developer account still shows “Buy your membership” / “Complete your purchase”, and my membership has not been activated after several business days. Order ID: MN7Q04OBDY Apple ID: vargasserje Invoice date: May 4, 2026 Product: Apple Developer Program — Annual Amount paid: $459.900 COP Support Case ID: 102888644582 Could Apple Developer Support please review or escalate this enrollment?
Replies
1
Boosts
0
Views
70
Activity
1w
I need serious help
May 4, i subscribed to apple developer program then they ask me for 99$ , i paid and got confirmation on main but then go no replay and no support replay to main and nothing at all happens what should i do now ?
Replies
0
Boosts
0
Views
25
Activity
1w
Apple Developer Account Terminated
My Apple Developer account was recently terminated, and I received an email stating that the reason was section 3.2(f) of the Apple Developer Program License Agreement. However, I have not changed anything recently in our apps, business model, or developer activity, and I genuinely do not understand the reason behind this termination. I have always tried to follow Apple’s guidelines carefully and act in good faith. This termination has severely impacted my work and users, and I am urgently requesting clarification regarding what exactly triggered this action. If someone from Apple or the App Review / Developer Relations team could please contact me or review the case again, I would greatly appreciate it. Thank you.
Replies
1
Boosts
0
Views
81
Activity
1w
Why I can't test the app on my own device even if I signed it with a valid development certificate
I tried every possible but it just won't work on my device. The program runs well on the simulator by the way
Replies
4
Boosts
0
Views
183
Activity
1w
Unable to complete Apple Developer Program enrollment / ID upload link shows unauthorized
I recently purchased the Apple Developer Program membership and received an email confirming that my enrollment is being processed. However, when I log in to my Apple Developer account, it still prompts me to purchase the membership again, as if the purchase was not completed. Later, I received another email asking me to upload my ID through the portal to continue the enrollment process. But when I click the provided link and try to access the upload page, I get an error saying that I am not allowed, not authenticated, or do not have permission to access the page. I am unable to proceed with the verification or understand the current status of my enrollment. Has anyone faced this issue before, or can someone from Apple Developer Support guide me on how to resolve this?
Replies
0
Boosts
1
Views
157
Activity
1w
My Apple developer registration process has not been completed for 3 weeks.
I've been trying to create an Apple developer account for 3 weeks. I've created 3-4 different accounts and tried them on different devices. I finally managed to contact Apple Developer Support via email, but I don't think I'll find a solution with them. First, I explained my problem, they listened attentively, and offered solutions. They told me to verify my identity, which I uploaded to the email they sent. Then they told me to wait. 2-3 days passed, and then I received another email saying, "We can't verify your identity with the Apple Developer app, or provide further assistance with Apple Accounts for Apple Developer programs." I don't understand; I manually uploaded my ID to the system, so why isn't this working? Case number: 102886872114
Replies
0
Boosts
0
Views
77
Activity
1w
Xcode hangs with iig
Xcode iig hangs. In the best case, the project will be in error - and Xcode cannot recover. To recover restarting Xcode may not help (force quit Xcode) - most of the time a restart of the Mac is required. Its speaks to software quality when "Clean build folder" is your best friend. Xcode iig hangs, and while its only using two of my MacStudio's 10 cores - the whole mac hangs (Activity monitor confirms, if it opens at all). If you are not quick enough to reboot the Mac will hang and require power down using power button. Don't use Finder to reboot because Finder hangs too and will not reboot - use terminal (sudo shutdown -r now). see screen dump below: super useful! After restart, Xode may refuse to launch. This is something I notice with my Java apps (jar launcher): If the app ends with an exit code (1, not 0 like normally) - it will not launch until I restart the Mac, in the meantime must launch the app from Eclipse. After restart, the crash reporter comes up - asking me to type a reason. When I type "iig" the auto-correct will change that to "big". This is so totally useful! MacOS 26.4.1 Xcode 26.3 apologies - its a lousy day when your Mac hangs and requires a restart - repeatedly; until I got my iig fixed up and Xcode fully aware with the actual content. iig error reporting is lousy; which makes fixing so extra hard.
Replies
0
Boosts
0
Views
44
Activity
1w
Developer account
Hi everyone, Hope all are doing well. So I'm facing the issue with my apple developer account registration. I applied before with the duns number I got from apple and it keeps on saying it's a wrong number. Now when I get the new duns I went there to enroll for the developer account it doesn't let me fill the field "Legal Entity Name" and "D-U-N-S® Number" and the other it let me fill and when I click on continue I get this error "We are unable to process your request. An unknown error occurred." I sent apple an email but still didn't get a response it's been a week so if someone also faced the same issue I will really appreciate a help. Thanks for your time reading this.
Replies
1
Boosts
0
Views
74
Activity
1w
Xcode/codesign login keychain password issue
I’m trying to build and run a brand-new Xcode project created from the Audio Unit Extension App template for local macOS development on a brand-new Mac, and I’m blocked by a signing/keychain issue. Environment: macOS on a brand-new Mac Xcode 26.4.1 Build version 17E202 Personal Team Targeting My Mac Project type: Audio Unit Extension App Main symptom: During build/run, Xcode repeatedly shows this prompt: codesign wants to access key "Apple Development: Sam Magnant (...)" in your keychain It asks for the login keychain password. Important detail My current Mac password successfully unlocks the login keychain manually in Keychain Access every time. So the issue seems specific to Xcode / codesign using the Apple Development private key, not a general inability to unlock the keychain. What I’ve already tried Reset the default keychain Logged out and back in after reset Changed my Mac account password to a new password Confirmed the login keychain unlocks manually with the current Mac password Deleted and recreated local Apple Development certificate/private key where possible Removed and re-added my Apple account in Xcode Checked the private key in Keychain Access Confirmed the private key exists under the Apple Development certificate Confirmed Allow all applications to access this item is already checked on the private key Removed App Groups and other extra capabilities to simplify the project Tried security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k '' ~/Library/Keychains/login.keychain-db Tried switching the project to simpler signing configurations, then switched back to standard Apple Development signing What’s confusing Xcode appears to know about an Apple Development certificate/private key Keychain Access shows the identity under login > My Certificates The login keychain unlocks fine manually But codesign still prompts, and the machine reports 0 valid identities found Questions What would cause Keychain Access to show the Apple Development identity, but security find-identity -v -p codesigning to report 0 valid identities found? Is this most likely a broken certificate/private key pairing, trust chain issue, or something specific to Personal Team signing? Is there a recommended way to fully repair the local Apple Development signing identity on the current macOS user account without creating a new macOS user? Are there known issues with the Audio Unit Extension App template and Personal Team local development on macOS?
Replies
0
Boosts
0
Views
50
Activity
1w
Why I cant join the Apple Developer Enrolment Program
I recently tried to join the Apple Developer Enrolment Program and it says "We are unable to process your request. An unknown error occurred." I have been using my personal apple ID for this enrolment. And all the details entered are correct. Can someone tell me what went wrong and have you faced this issue before? or is it only me?
Replies
0
Boosts
0
Views
72
Activity
1w
I need to activate my account for two weeks
Hello Apple, I subscribed to the developer program ten days ago and paid the subscription fee of $99 through the application with the order ID: ML0J2NX0X4. But my account still shows "pended" status and asks me to complete the registration. And I submitted an email to the technical support with the case number: 102884850121 on 03/05/2026 and so far I have not been answered. Please help me or anyone who has experience informs me to activate my account so that we can start publishing our application? With respect and appreciation. Thank you,
Replies
0
Boosts
0
Views
181
Activity
1w
I need help to activate my account.
I paid the subscription fee through the application and the payment was confirmed more than ten days ago and now my account is suspended and all of them are in the process of being confirmed. The personal data entered is correct, please I need help or someone responsible for activating the account to help me activate my account
Replies
2
Boosts
0
Views
94
Activity
1w
static analyzer error in std::sort
I'm getting a static analysis warning on the following code. I don't think it could be my error, but I guess it's more likely a static analysis false positive than a C++ standard library bug. The warning says "Method called on moved-from object of type 'std::basic_string'". Tested in Xcode 26.5 RC. Reported as FB22735405. #include <algorithm> #include <string> #include <vector> #include <CoreFoundation/CoreFoundation.h> template < class traits = std::char_traits<char>, class Allocator = std::allocator<char> > struct UTF8StringLess { bool operator()( const std::basic_string<char, traits, Allocator>& inFirst, const std::basic_string<char, traits, Allocator>& inSecond ) const; }; template<class traits, class Allocator> inline bool UTF8StringLess<traits, Allocator>::operator()( const std::basic_string<char, traits, Allocator>& inFirst, const std::basic_string<char, traits, Allocator>& inSecond ) const { CFStringRef theFirst = ::CFStringCreateWithCString( nullptr, inFirst.c_str(), kCFStringEncodingUTF8 ); CFStringRef theSecond = ::CFStringCreateWithCString( nullptr, inSecond.c_str(), kCFStringEncodingUTF8 ); CFComparisonResult compResult = ::CFStringCompare( theFirst, theSecond, kCFCompareCaseInsensitive ); bool isLess = (compResult == kCFCompareLessThan); ::CFRelease( theFirst ); ::CFRelease( theSecond ); return isLess; } int main(int argc, const char * argv[]) { std::vector<std::string> names{ "obey", "Zorro", "can" }; std::sort( names.begin(), names.end(), UTF8StringLess() ); return EXIT_SUCCESS; }
Replies
6
Boosts
0
Views
59
Activity
1w
Xcode won't sign into ChatGPT Codex account anymore
As of May 8th, 2026, after I upgraded to "codex-cli 0.129.0" via Xcode, I can no longer sign into my ChatGPT account in Xcode Intelligence Settings. The Log In window is always successful, but the settings never update to show the login being successful. It's a constant loop. Perhaps a hand-shake fail. Versions: Tahoe 26.3.1, Xcode 26.4.1, codex-cli 0.129.0.
Replies
6
Boosts
0
Views
395
Activity
1w
I have a problem activating the membership
: "Hello, my Apple Developer Program enrollment status has been 'Pending' for over 10 days now, even after successful payment. I have sent multiple emails to support but have not received a response. Can anyone please advise on how to resolve this issue?"
Replies
0
Boosts
0
Views
40
Activity
1w
Xcode: Error downloading App Store Connect crash reports
Hello, I’m encountering an issue retrieving crash reports from the AppStore Connect using Xcode 26.4.1 (17E202). I’m signed in with multiple Apple IDs, including the one required to fetch crashes. When I select the destination application and attempt to download crashes in Organizer, a small warning icon appears in the top right corner. Clicking on it displays the following error: "{AppleID email}" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn’t be read because it isn’t in the correct format.. I already tried to remove my account and sign in again multiple times and also restarted Xcode but nothing seems to work. I wonder whether this is some new bug introduced in the latest Xcode version or rather local issue on my machine. Any help appreciated.
Replies
1
Boosts
2
Views
78
Activity
1w
Agents in Xcode: Codex Sign In not working
Hey all, the codex sign in isn't working for me in Agents. I am using the 26.5 release candidate version. It always says "Not Signed In". I have completed the Sign In process multiple times. Anyone else seeing this? I have filed Feedback FB22732574
Replies
15
Boosts
4
Views
544
Activity
1w
Prevent Xcode from downloading Simulators
It annoys me that Xcode keeps downloading Simulators automatically, even though I haven't asked for them. Under Settings > Components > Other Installed Platforms I see iOS Simulator iOS 18.0 uptil 18.5. These are eating space in /Library/Developer/CoreSimulator/Caches/dyld/25E253. Is there a way to prevent these automatic downloads?
Replies
0
Boosts
0
Views
85
Activity
1w
“Your enrollment could not be completed.” Please review my case
I am very disappointed and frustrated. I applied a developer account two months ago and is getting stuck in somewhere. After two months and many rounds of email and call communications, apple support cannot provide the reason/solution/alternatives how to proceed my application. Background: I applied an apple developer account through developer web in Mar, and received order acknowledging email from apple team. It said that it will take 2 working days for processing. However, two weeks later, it is still no news. Then I created the support ticket by email and wait for two weeks, apple support team recommended me to apply the account through “developer app” instead, then I follow the guideline to apply and encounter the ID image submission error. After few days, when I revisited the developer web and checked the status, it showed “Your enrollment could not be completed.” I tried to send several rounds of email, but got no reply for almost one month, finally, I call developer support several times, and support still cannot provide the reason/solution/alternatives how to proceed my application, they just repeated the fact of “Your enrollment could not be completed.”, although I request to escalate my case to senior technical advisor, it cannot. I am really very disappointed and frustrated. I hope someone here or apple support, please help to review my case and guide me how to proceed my application. My case ID: 102855764543. Thanks a lot.
Replies
2
Boosts
0
Views
162
Activity
1w