Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

App Developer
Last week I paid 99 USD for app developer account. Still not active. Today I paid again, hoping that it will be active. Payments were submitted. I tried to email Apple and I received emails stating they will reply in 2 days. No replies received. What is this hype about Apple if their customer care is hopeless. And why is it so difficult to contact someone from Apple even by email? Unless I have the developer account active I cannot proceed with my app
0
0
27
1d
Enrollment Failure – Unable to Complete Apple Developer Program Registration
Dear Apple Developer Support Team, I am writing to request assistance regarding an issue I am experiencing while attempting to enroll in the Apple Developer Program. Below are the details of the problem: The enrollment process fails before reaching the payment page. The message displayed is: “Your enrollment could not be completed.” The error appears prior to any payment attempt. Two-factor authentication is enabled on the Apple ID. Email address and phone number are verified. The Apple ID being used for enrollment is different from our existing Enterprise account. We have attempted enrollment using: A U.S. address A Indian phone number A clean browser session (logged out of other Apple accounts) The existing Apple Enterprise account under our organization is active and functioning without issues. This new enrollment attempt is for a separate Developer Program account using a different email address. We have tried multiple browsers and networks, but the issue persists and prevents us from proceeding to payment. Could you please check whether: The Apple ID is restricted or flagged in your system? There are any verification issues preventing enrollment? Any additional steps are required from our side to complete registration? Kindly let us know how we can resolve this and proceed with successful enrollment. Thank you for your assistance.
0
0
19
1d
Launch screen update
Hi. In my app a need do change launch screen. During development sometime in when I install new version of app over old version sometimes I see old launch screen. Is it possible that this situation will happen on production when I will publish app to App Store? Is Launch screen somehow cached?
0
0
12
1d
Urgent Issue with Apple Developer Account – Charged Twice but No Access
Hello, I am experiencing a serious issue with my Apple Developer account enrollment. At first, I tried to enroll using my own Apple ID, but the process did not work. I contacted support by email, but I have not received any response for over two weeks. After that, I tried enrolling again using my father’s Apple ID. The payment was successfully charged, I received a receipt by email, and I also received a confirmation message saying that the membership was approved. However, it has now been more than 48 hours and I still do not have access to the Apple Developer account. In addition to that, today I noticed that another charge was made to a different credit card of mine, so currently I have been charged twice, but the account is still not working. I would really appreciate your help in resolving this issue as soon as possible, and clarifying why I was charged twice while the account is still not active. Thank you.
1
0
56
1d
Clarification regarding Apple Developer Program enrollment status
Hello Apple Developer Support Team, I recently completed my Apple Developer Program enrollment through the website, and both the identity verification and payment steps were successfully completed. However, when I log in to my account, the website still displays the message “Complete Your Purchase,” and my enrollment status remains listed as Pending. It appears as though the system is prompting me to start the enrollment process again. Could you please review my account and confirm the current status of my enrollment? Thank you for your time and assistance. Kind regards,
0
0
24
1d
Apple Developer Membership Renewal Stuck at 503 Error
Hi everyone, I'm a developer from China, and my Apple Developer Program membership is currently in the renewal period. When I click the renewal button from the banner at the top of the Apple Developer website, the page redirects but consistently shows a 503 Service Unavailable error. This has been happening for several days now. I've already tried: Switching to different devices or Changing network environments Unfortunately, the issue persists in all cases. Has anyone else encountered this same situation? Any help or suggestions would be greatly appreciated! Thanks in advance.
4
0
202
1d
iOS 26.2 Platform support failed download
I've recently updated to Xcode 26.3 and I can't download any iOS Simulator Runtime from 26.2 to 18.0, every download gives me: Download failed. Domain: DVTDownloadableErrorDomain Code: 41 User Info: { DVTErrorCreationDateKey = "2026-03-03 16:14:50 +0000"; } -- Download failed. Domain: DVTDownloadableErrorDomain Code: 41 -- System Information macOS Version 26.4 (Build 25E5218f) Xcode 26.3 (24587) (Build 17C529) Timestamp: 2026-03-03T17:14:50+01:00 I tried cleaning every cache, and logging in and out of my account. I saw some reddit posts where they suggested to check out VPNs, host files and other stuff but everything was okay, also I can reach apple cdns etc. I also tried using Xcode beta 26.4 and going back to 26.2 but still the same problem. Anyone has a solution?
2
1
147
1d
Xcode 26 references a local package twice for test
My project uses about 10 local packages. When Xcode determins its dependencies graph it includes project Foo (a package) and project Foo_Foo (???). This is a no op for normal builds, but causes the Foo package to be linked twice for test builds which then fail due to duplicate symbols. Nowhere in my repository is Foo_Foo defined or reference. Nowhere in the .xcodeproj/ folder is there mention of Foo_Foo. What am I doing wrong?
1
0
84
1d
False Positive "Shared Device" Flag blocking Enrolment (Case 102822291300)
Dear All, I am writing to report what appears to be a bug in the Apple Developer App’s enrollment verification system that is incorrectly flagging personal hardware. Problem Statement: I am unable to complete enrollment for the Apple Developer Program. On the "Personal Information" or "Identity Verification" stage, the app displays: "Contact Us to Continue. There may be an issue with your account that needs to be resolved..." Hardware History: Device: iPhone 14 (iOS latest) The device was previously owned by a family member who never enrolled in the Developer Program. The device was factory reset/wiped before my account was added. Despite this, Support (Case 102822291300) states the device is flagged as a "shared device" and refuses to proceed with identity verification. The Impasse: Support has indicated they cannot provide further assistance. However, as an individual developer, this is my primary device. If the system is flagging a reset device as "shared" when there is no history of developer use, it suggests a flaw in the automated verification logic. Request: Can a moderator or support representative look into Case 102822291300 to verify why this specific hardware is being restricted? Is there a manual path for identity verification (Passport/National ID) that doesn't rely on the Apple Developer App's automated device check? Allow me to do manual verification and provide the resolution to the issue. I am eager to bring my app to the platform and would appreciate a path to resolution. Kind Regards, Pradeep Bangalore
0
0
24
1d
Apple Developer Account Enrolment failure (Case 102822291300)
I get the message on my iphone 14 as below. "Contact Us to Continue There may be an issue with your account that needs to be resolved before you can continue. Please contact support." I raised the case no. 102822291300 to apple support and they replied to my email they can assist in identity verification and I cannot use developer account. It is very sad to see there is no support from apple to be able to resolve the issue. Their tool flagging the issue seems to have bugs and support team has expressed their inability to provide resolution. Can anyone support how this issue can be fixed? Thanks a lot for your support in advance. Kind Regards, Pradeep
0
0
18
1d
XCode 26.2 not running UItests in parallel in subsequent test runs
I have a group of XCUItest suites that were designed to run in parallel on simulators. They run fine in xcode 16.2, but when I try to run them in Xcode 26 they run fine the first time, but on the second time I get an error that the simulator cannot be found: "No matching device (62621AD4-C8D6-4A1B-B511-79236113FD94) ". This UDID seems to be from one of the clones that were spawned on the previous test run. No matching device (62621AD4-C8D6-4A1B-B511-79236113FD94) in set at /Users/myUser/Library/Developer/XCTestDevices Domain: com.apple.CoreSimulator.SimError Code: 404 User Info: { DVTErrorCreationDateKey = "2026-02-26 22:52:53 +0000"; IDERunOperationFailingWorker = "_IDEInstalliPhoneSimulatorWorker"; } If I clean all simulators and try to run again without closing Xcode, it keeps trying to access the clone that no longer exists. If I close an reopen xcode after removing all simulators ~/Library/Developer/XCTestDevices, xcode keeps trying the wrong device and I get the following error: Failed to clone device named 'iPhone 17 Pro'. (Underlying Error: The operation couldn’t be completed. Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.) This is what I get from CoreSimulator log: Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Device 3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818 encountered in creation state at launch. The device will be re-created. Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Failed to clone the device data path from /Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data to /Users/MyUser/Library/Developer/XCTestDevices/3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818/data, error = Error Domain=NSCocoaErrorDomain Code=260 "The file “data” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSURL=file:///Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSUnderlyingError=0x600000d04120 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Failed to re-create device that was encountered in the creation state (Clone 1 of iPhone 17 Pro (3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818, iOS 26.2, Creating)): Error Domain=NSCocoaErrorDomain Code=260 "The file “data” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSURL=file:///Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSUnderlyingError=0x600000d04120 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : New device is stuck in creation state, deleting: Clone 1 of iPhone 17 Pro (3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818, iOS 26.2, Creating) Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Error Domain=NSPOSIXErrorDomain Code=22 "Invalid argument" UserInfo={NSLocalizedFailureReason=Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.} Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Error Domain=NSPOSIXErrorDomain Code=22 "Invalid argument" UserInfo={NSLocalizedFailureReason=Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.} Feb 26 17:24:34 Mac-GD6GX5XH com.apple.dt.Xcode[2744] : Error Domain=NSPOSIXErrorDomain Code=22 "Invalid argument" UserInfo={NSLocalizedFailureReason=Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.}
1
0
90
1d
Apple Developer Account Stuck in Individual to Organization Migration
Hello, My Apple Developer account is currently stuck in an Individual to Organization migration state. The organization verification was declined earlier, but the migration flag is still active on my account. Because of this, my membership benefits are temporarily disabled and I cannot submit new app builds for review. I already contacted Apple Developer Program Support and opened a case. Case ID: 102826815891 However, I have not received a response yet and my account is still locked in the migration state. Has anyone experienced this issue before or know how it can be resolved? Thank you.
0
0
96
2d