Search results for

“Account Locked”

33,565 results found

Post

Replies

Boosts

Views

Activity

Key lessons after two months of building my first iOS app
After nearly ten years in Android development, I finally built a native iOS app, sharing the journey publicly while learning Swift and SwiftUI, using AI selectively, and finding the platform familiar yet different in tooling, concurrency, and culture. I reached production without initially buying a developer account and faced a stricter, iterative App Store review process than the Play Store, with several rejections that ultimately clarified Apple’s quality standards and expectations.
1
0
44
Feb ’26
Apple Developer Account Enrollment issue that already disabled.
I have issue related to apple developer program registration. Our company registered with one mail I'd with apple developer at few years back. Now the account was disabled. We are unable to access it even we have DUNS with us. We have requested many times to delete or replace the account with other email. But support team ask not possible to update. Support team suggest to create email with different domain. As per suggestion We have created domai. Now we tried to enroll with new account. But we are unable to register we raised query on 19 Feb. Not yet received any response. Kindly suggest how to solve issue.
0
0
42
Feb ’26
Device-Specific Instant Crash on Post-Login in Production iOS App (App Store Distribution)
Hi all, I’m facing a device-specific issue in a live production iOS app distributed privately via the App Store . The app crashes immediately after login on one client’s iPhone, while the same account works fine on other devices. There’s no crash log generated in Analytics, and the app just pops to the home screen. Environment: App: Production app on App Store iOS version: 26.3 Devices: Only one device exhibits the crash; other iPhones work fine Login flow: App calls an API and writes the response to a local SQLite database immediately after login Distribution: App Store (Privately). The user is install via the redemption codes. Observations: All users on the problematic device crash immediately after login. The crash does not occur on any other devices, including the same iOS version. The client had already uninstalled and reinstalled the app via App Store cloud download, but the crash persisted. No crash log appears in Analytics or Xcode (process just terminates). Device restart had not been attemp
0
0
128
Feb ’26
Reply to Question about personal account switching to organization
You can start by signing up for a personal Apple ID and later switch to an Apple Developer account for your LLC. Here's how it generally works: Personal Apple ID: Signing up for a personal Apple ID is quick and doesn't require a DUNS number. It allows you to explore the App Store, download developer resources, and familiarize yourself with the development environment. Switching to an Apple Developer Account: Once you have your DUNS number and are ready to publish apps under your LLC, you can enroll in the Apple Developer Program. During this process, you'll be able to convert your personal Apple ID into the Apple ID for your developer account. This means you won't lose any data or settings associated with your personal account, such as purchase history or app downloads. Benefits of Waiting: If you prefer to have everything set up under your LLC's name from the start, waiting until you receive your DUNS number might make sense. This way, your developer account will
Feb ’26
Reply to Unable to create record in public cloudkit database for missing/not authenticated iCloud user
Yes, only authenticated iCloud users can create and write data to a CloudKit public database. This is mentioned here in iCloud Design Guide. To quote: For a running CloudKit app, a container’s public database is always readable, even when the user is not signed in to their iCloud account on the device. Saving records to the public database and accessing the private database requires that the user be signed in. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Feb ’26
Reply to Managed account can't upload with altool
I repeated the same issue with another Apple ID on our team — it worked before conversion to a managed account, but not after. So I'm guessing something is broken with app-specific passwords in managed accounts. I was able to get the upload working by switching from app-specific passwords to API keys. In Users and Access > Integrations > Keys > App Store Connect API > Team Keys, I created a key, and passed the --apiKey, --apiIssuer, and --p8-file-path arguments to altool.
Feb ’26
Admin not appearing in "Choose a Candidate" list for Account Holder Transfer
Hello, I am trying to transfer the Account Holder role to a different person on our team, but I am stuck in a loop. Despite the recipient being an active Admin on the team for some time, their name does not appear in the Choose a Candidate dropdown menu on the Apple Developer website. Here is our current setup and what we have tried: Recipient Role: The person I am transferring to is already an Admin (verified in Users and Access). Security: 2FA is enabled and active on the recipient’s Apple ID. Account Type: This is for an Organization/Company membership. The Issue: When I (the current Account Holder) go to Membership Details > Update Your Information > Transfer Account Holder Role, the candidate list is empty or does not show this specific Admin. We have investigated the Identity Verification requirement, but hit a dead end: The recipient logged into the Apple Developer app on an iPhone (signed into the same Apple ID and primary iCloud account on the device
0
0
37
Feb ’26
email sent to to an iCloud account is landed to junk when email sent from user-*dev*.company.com micro service
Our company has a micro service which sends a notification email to an iCloud account/email and the email is going to the junk folder. As we tested, the email generated from user-field.company.com goes to the Inbox, while the email from user-dev.company.com goes to the Junk folder. Is there a way to avoid sending the emails to client's Junk folder when the email is sent from a specific company domain?
0
0
82
Feb ’26
Apple Developer Membership Paid but Account Still Pending
Hello, I enrolled in the Apple Developer Program and completed the payment successfully. I have already received the payment confirmation and invoice via email. However, my account status is still showing as “Pending”, and it has not been activated yet. It has been more than 5 days since the payment was completed. I have not received any additional instructions or requests for documents. Has anyone experienced a similar delay? Is there anything else I need to do to complete the activation process? This is quite urgent for me as I need to publish my app on the App Store. Thank you in advance for your help.
0
0
40
Feb ’26
Reply to BGContinuedProcessingTask GPU access — no iPhone support?
Good question! I haven't seen the new GPU background entitlements. Good to know! My guess is that they don't want to support iPhone here because they prioritize battery over expensive processing on the mobile devices. The iPads on the other hand are more targeted towards pro use cases (and have a bigger battery). What we are currently doing in our apps is to prevent the screen from locking during video export (using UIApplication.shared.isIdleTimerDisabled = true). We also pause the processing when the app is backgrounded and resume when it's active again.
Topic: Graphics & Games SubTopic: Metal Tags:
Feb ’26
Reply to Tesflight eCommerce error, Beta testers outside the US, for our MacOS App, are being told their ID is not valid in the US Store
Still experiencing this issue on macOS 26 (Tahoe). We are seeing the same storefront region mismatch when testing IAP via TestFlight on macOS. Our observations: Machine-dependent: some macOS 26 machines can complete sandbox purchases, others cannot. Observed working on some 26.2 machines and failing on some 26.3 machines, though we have not confirmed OS version as the sole factor. The workaround of signing out of System Settings > Apple Account > Media & Purchases works, but it also signs out the system account, which is disruptive. The issue appeared after we submitted our build for TestFlight external testing review (public beta). Before that, with internal TestFlight testing only, this was not reported. This follows the same regression pattern others have reported: fixed in 15.2, regressed in 15.3+, and now recurring in macOS 26. Filed as FB22050500 with sysdiagnose logs.
Feb ’26
App distribution Options
Hello, Apple rejected our app release because it seems to target a specific organization or closed user group, while we selected public distribution in App Store Connect. Our app is accessible to customers who subscribe to our services, similar to many other apps in the same category that are publicly distributed. Users are required to log in with their registered accounts to access the app. what can the solution in this case. I would appreciate your input on this.
1
0
67
Feb ’26
Key lessons after two months of building my first iOS app
After nearly ten years in Android development, I finally built a native iOS app, sharing the journey publicly while learning Swift and SwiftUI, using AI selectively, and finding the platform familiar yet different in tooling, concurrency, and culture. I reached production without initially buying a developer account and faced a stricter, iterative App Store review process than the Play Store, with several rejections that ultimately clarified Apple’s quality standards and expectations.
Replies
1
Boosts
0
Views
44
Activity
Feb ’26
Apple Developer Account Enrollment issue that already disabled.
I have issue related to apple developer program registration. Our company registered with one mail I'd with apple developer at few years back. Now the account was disabled. We are unable to access it even we have DUNS with us. We have requested many times to delete or replace the account with other email. But support team ask not possible to update. Support team suggest to create email with different domain. As per suggestion We have created domai. Now we tried to enroll with new account. But we are unable to register we raised query on 19 Feb. Not yet received any response. Kindly suggest how to solve issue.
Replies
0
Boosts
0
Views
42
Activity
Feb ’26
Device-Specific Instant Crash on Post-Login in Production iOS App (App Store Distribution)
Hi all, I’m facing a device-specific issue in a live production iOS app distributed privately via the App Store . The app crashes immediately after login on one client’s iPhone, while the same account works fine on other devices. There’s no crash log generated in Analytics, and the app just pops to the home screen. Environment: App: Production app on App Store iOS version: 26.3 Devices: Only one device exhibits the crash; other iPhones work fine Login flow: App calls an API and writes the response to a local SQLite database immediately after login Distribution: App Store (Privately). The user is install via the redemption codes. Observations: All users on the problematic device crash immediately after login. The crash does not occur on any other devices, including the same iOS version. The client had already uninstalled and reinstalled the app via App Store cloud download, but the crash persisted. No crash log appears in Analytics or Xcode (process just terminates). Device restart had not been attemp
Replies
0
Boosts
0
Views
128
Activity
Feb ’26
Reply to Question about personal account switching to organization
Thank you! For clarification though, I already have an apple ID, which is being used on the computer I'm coding on and I've had it for years. If I go ahead and sign up for a personal developer account, am I able to switch that to my LLC when I do get my DUNS number? That is what I was asking :)
Replies
Boosts
Views
Activity
Feb ’26
Reply to Question about personal account switching to organization
You can start by signing up for a personal Apple ID and later switch to an Apple Developer account for your LLC. Here's how it generally works: Personal Apple ID: Signing up for a personal Apple ID is quick and doesn't require a DUNS number. It allows you to explore the App Store, download developer resources, and familiarize yourself with the development environment. Switching to an Apple Developer Account: Once you have your DUNS number and are ready to publish apps under your LLC, you can enroll in the Apple Developer Program. During this process, you'll be able to convert your personal Apple ID into the Apple ID for your developer account. This means you won't lose any data or settings associated with your personal account, such as purchase history or app downloads. Benefits of Waiting: If you prefer to have everything set up under your LLC's name from the start, waiting until you receive your DUNS number might make sense. This way, your developer account will
Replies
Boosts
Views
Activity
Feb ’26
Question about personal account switching to organization
So I started an LLC and will be getting into app development on apple, but I am still waiting on my DUNS number. If I sign up for a personal account now, am I later able to switch over to an organization account easily using the same account? Or should I wait until I receive my DUNS number?
Replies
3
Boosts
0
Views
90
Activity
Feb ’26
Reply to Unable to create record in public cloudkit database for missing/not authenticated iCloud user
Yes, only authenticated iCloud users can create and write data to a CloudKit public database. This is mentioned here in iCloud Design Guide. To quote: For a running CloudKit app, a container’s public database is always readable, even when the user is not signed in to their iCloud account on the device. Saving records to the public database and accessing the private database requires that the user be signed in. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Managed account can't upload with altool
I repeated the same issue with another Apple ID on our team — it worked before conversion to a managed account, but not after. So I'm guessing something is broken with app-specific passwords in managed accounts. I was able to get the upload working by switching from app-specific passwords to API keys. In Users and Access > Integrations > Keys > App Store Connect API > Team Keys, I created a key, and passed the --apiKey, --apiIssuer, and --p8-file-path arguments to altool.
Replies
Boosts
Views
Activity
Feb ’26
Admin not appearing in "Choose a Candidate" list for Account Holder Transfer
Hello, I am trying to transfer the Account Holder role to a different person on our team, but I am stuck in a loop. Despite the recipient being an active Admin on the team for some time, their name does not appear in the Choose a Candidate dropdown menu on the Apple Developer website. Here is our current setup and what we have tried: Recipient Role: The person I am transferring to is already an Admin (verified in Users and Access). Security: 2FA is enabled and active on the recipient’s Apple ID. Account Type: This is for an Organization/Company membership. The Issue: When I (the current Account Holder) go to Membership Details > Update Your Information > Transfer Account Holder Role, the candidate list is empty or does not show this specific Admin. We have investigated the Identity Verification requirement, but hit a dead end: The recipient logged into the Apple Developer app on an iPhone (signed into the same Apple ID and primary iCloud account on the device
Replies
0
Boosts
0
Views
37
Activity
Feb ’26
Enrollment
I have subscribed to the Apple developer program on feb 22. I have contacted the support team and mailed two Times in last two days. the account shows pending but the email and the order page Says activation sent electronically. but I haven't got email regarding that.
Replies
0
Boosts
0
Views
60
Activity
Feb ’26
email sent to to an iCloud account is landed to junk when email sent from user-*dev*.company.com micro service
Our company has a micro service which sends a notification email to an iCloud account/email and the email is going to the junk folder. As we tested, the email generated from user-field.company.com goes to the Inbox, while the email from user-dev.company.com goes to the Junk folder. Is there a way to avoid sending the emails to client's Junk folder when the email is sent from a specific company domain?
Replies
0
Boosts
0
Views
82
Activity
Feb ’26
Apple Developer Membership Paid but Account Still Pending
Hello, I enrolled in the Apple Developer Program and completed the payment successfully. I have already received the payment confirmation and invoice via email. However, my account status is still showing as “Pending”, and it has not been activated yet. It has been more than 5 days since the payment was completed. I have not received any additional instructions or requests for documents. Has anyone experienced a similar delay? Is there anything else I need to do to complete the activation process? This is quite urgent for me as I need to publish my app on the App Store. Thank you in advance for your help.
Replies
0
Boosts
0
Views
40
Activity
Feb ’26
Reply to BGContinuedProcessingTask GPU access — no iPhone support?
Good question! I haven't seen the new GPU background entitlements. Good to know! My guess is that they don't want to support iPhone here because they prioritize battery over expensive processing on the mobile devices. The iPads on the other hand are more targeted towards pro use cases (and have a bigger battery). What we are currently doing in our apps is to prevent the screen from locking during video export (using UIApplication.shared.isIdleTimerDisabled = true). We also pause the processing when the app is backgrounded and resume when it's active again.
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Tesflight eCommerce error, Beta testers outside the US, for our MacOS App, are being told their ID is not valid in the US Store
Still experiencing this issue on macOS 26 (Tahoe). We are seeing the same storefront region mismatch when testing IAP via TestFlight on macOS. Our observations: Machine-dependent: some macOS 26 machines can complete sandbox purchases, others cannot. Observed working on some 26.2 machines and failing on some 26.3 machines, though we have not confirmed OS version as the sole factor. The workaround of signing out of System Settings > Apple Account > Media & Purchases works, but it also signs out the system account, which is disruptive. The issue appeared after we submitted our build for TestFlight external testing review (public beta). Before that, with internal TestFlight testing only, this was not reported. This follows the same regression pattern others have reported: fixed in 15.2, regressed in 15.3+, and now recurring in macOS 26. Filed as FB22050500 with sysdiagnose logs.
Replies
Boosts
Views
Activity
Feb ’26
App distribution Options
Hello, Apple rejected our app release because it seems to target a specific organization or closed user group, while we selected public distribution in App Store Connect. Our app is accessible to customers who subscribe to our services, similar to many other apps in the same category that are publicly distributed. Users are required to log in with their registered accounts to access the app. what can the solution in this case. I would appreciate your input on this.
Replies
1
Boosts
0
Views
67
Activity
Feb ’26