Search results for

“Account Locked”

33,553 results found

Post

Replies

Boosts

Views

Activity

Builds not selectable after account migration — App Store Connect bug
After migrating our app to a new developer account, newly uploaded builds can't be selected during App Store submission. The old (expired) builds from the previous account still appear selectable, but not the new ones. Build is signed with the correct new team certificates, export compliance is set, version numbers match. Has anyone else experienced this post-migration? Support case open with Apple (102823632970) but no response after 6 days.
0
0
65
Feb ’26
Unable to create record in public cloudkit database for missing/not authenticated iCloud user
While testing record creation in public CloudKit database for authenticated user I am able to do so without any issues. But for devices missing iCloud account or authentication expired I am seeing the below error: ▿ _nsError : I am unable to add create/write permission to _world security role in dashboard. Is this something not supported by Cloudkit? Only authenticated iCloud users will be able to create and write data to public database as well?
2
0
142
Feb ’26
WeatherKit Limits and Sharing
I work on an open source app called Meteorologist (https://sourceforge.net/projects/heat-meteo/). One of the sources the users are allowed to use is Apple's WeatherKit. The app is compiled by me and free to download by anybody. My developer account has the free level of WeatherKit so 500,000 calls/month and every once in a while the app actually hits that limit, shutting that weather source/service down for the app. Is there any way to ask users of the app to somehow get their own account (or already have a developer account) and can register their license so it doesn't all bump up against the one (my) license? If so, how would that be passed to WeatherKit? The only thought I have is that they would need to compile the code on their own and sign their own copy. Thanks for any and all feedback and thoughts. Ed
2
0
77
Feb ’26
Pending Developer Program
Hi everyone, I subscribed to the Apple Developer Program on February 10th, 2026. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”. It’s now been close to two weeks and I already contacted Apple Support by email but unfortunately no actions has been made. I’d like to know if other developers have experienced the same situation and how long it took before their account was activated. Thanks in advance for your help and feedback! Also if theres an Apple Support team here, my case ID is 102827774601 — Fendy
1
0
62
Feb ’26
Parental controls illusion? Safari history can be selectively erased despite active Screen Time
I am reporting what appears to be a serious integrity flaw in Safari under iPadOS 26.3 (and lower) that materially undermines the reliability of Screen Time parental controls. This is not merely a UX inconsistency but a functional contradiction within a system explicitly marketed and positioned as secure parental control infrastructure. Device / Environment Device: iPad Air M3 13 (2025) OS: iPadOS 26.3 Safari (system version) Screen Time enabled with active restrictions Child account (10 years old) Background We deliberately chose an Apple device for school use based on the expectation that Apple’s system-level parental control mechanisms — especially Screen Time — are robust, tamper-resistant, and technically consistent. Screen Time is configured with: App limits Downtime Parental controls enabled with limited web content restrictions (school requirements prevent strict blocking) Safari enabled (mandatory for educational use) further parental control restrictions Because aggressive website blocking
5
0
634
Feb ’26
Reply to Apple Developer Program payment completed but membership not activated
Update: One refund actually went through and I got one charge refunded, although it looks like it was actually Pro-Rata ! My ’support agent‘ then told me that I had verified my identity on a different profile.. so I checked all three of the accounts I have tried, but they all show ‘enrollment not allowed” or similar messages. So my next step is to try brand new gmail address and never before used hardware to see if it takes. But then I risk losing another $99… This is ridiculous
Feb ’26
Member has access to App Store Connect but no access to the Apple Developer Program on the same team
I am enrolled in an individual account and have the appropriate previliges on the App Store Connect portal. However upon trying to access the Certificates page, it presents an error message Unable to find a team with the given Team ID 'to which you belong My question is, is it possible while adding me to the team, it could possibly only have added me on the App Store Connect portal only and not also on the Apple Developer? How would I be explicitly added also through the Apple Developer account?
0
0
78
Feb ’26
Creating a Temporary Directory with NSFileManager - NSItemReplacementDirectory creates folder in user-facing location?
So I'm reworking couple things in my app. And I noticed I had this old code that does the following: Creates a temporary directory. Writes a file in the temporary directory. After the file is written moves the file out of the temporary location and places it in its final destination. Okay so I was not creating the temporary directory using the recommended API. I was simply doing something like this: NSURL *tempDirectory = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:[NSProcessInfo processInfo].globallyUniqueString]]; // Create tempDirectory and write files inside it. Now I just changed the code to use the recommended API which takes the the volume of the target destination into account: -URLForDirectory:inDomain:appropriateForURL:create:error:) and I pass in NSItemReplacementDirectory and a url to appropriateForURL so the destination volume is taken into account. Now I have external storage mounted and I use the recommended approach. I discovered NSFileManage
3
0
124
Feb ’26
I cannot find the "Renew" button in the Developer app for iOS
Hi everyone, My Apple Developer Program membership expired back in September 2025. I am trying to renew it now (February), but the Renew button is completely missing from the Account tab in the Apple Developer app. I have already contacted Apple Support via email regarding this issue, but I haven't received any response yet. Here is what I have already tried: Verifying I am logged in with the correct Account Holder Apple ID. Logging out and logging back in within the app. Checking the web portal, but it just tells me to use the app to renew. Is there any way to force the renewal option to appear, or does support need to manually refresh my account status? Thanks in advance for any help!
0
0
30
Feb ’26
Reply to NSFileManager getRelationship:ofDirectoryAtURL:toItemAtURL:error: returning NSURLRelationshipSame for Different Directories
Thanks for the reply! I actually stumbled across this while reworking things in my app to account for NSURL caching behavior I mentioned in the other thread. What I was doing not too long ago was using an NSCache on top of NSURL for resource values. At some point when responding to metadata changes I was calling -removeCacheResourceValues on a background thread to get refreshed data and I had discovered that -removeCacheResources could crash if another thread was reading at the same time. I guess at some point in my frustration I just moved some stuff around to stop the crashes (and I did). I had either forgotten or just never realized that NSURL caches only for a run loop turn (or maybe just sometimes? More on that in a second). I guess this is cool in the middle of a dragging session but apparently at some point I must've just assumed that NSURL must be caching for a more meaningful period of time (from the perspective of my app anyway) because if I didn't call -removeCachedResources I'd get stale
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’26
Reply to App Review 4.3(a) Design Spam Rejection
In my case I was told that my app is somehow too simialr to one that a previous developer account submitted, but that account was terminated, so they think I'm spamming them. I don't know what it is that is too similar, because they won't give me any explanation. I develop new features, rejected again, zero explanation what it is they find objectionable, or how to identify what must be addressed. It's basically somew sort of weird Kafka novel going on. Have you ahd any luck with your by now, any new information they may have given you?
Feb ’26
Xcode 26.3 RC - Claude Agent returns "Your request couldn't be completed"
Environment: Xcode 26.3 RC macOS 26.3 (25D125) (Apple Silicon / arm64) Setup: Xcode > Settings > Intelligence > Claude Agent: Signed In (account status shows Signed In) Model: Default Steps to reproduce: Open a new chat in Xcode's Coding Assistant Select Claude Agent from the agent dropdown (instead of Claude Sonnet 4.5) Send any message (e.g. HI) Expected result: Claude Agent responds normally. Actual result: The message is sent but immediately returns the error: Your request couldn't be completed. 🚩I have an active Claude Code subscription with remaining usage. Running claude in Terminal works perfectly, confirming the subscription and quota are valid.
4
0
585
Feb ’26
Reply to URGENT: Paid $99 enrollment fee - Account not enrolled, Apple not responding
I’m experiencing something very similar. I paid the £79 enrollment fee three days ago (17th Feb) and received both the receipt and payment confirmation email. However, there is no visible indication in my account that the enrollment is under review or in progress — the portal does not show any status update. Because of this lack of status information, I mistakenly initiated a second enrollment, assuming the first one had not gone through. I later withdrew the second application and immediately received a confirmation email for that withdrawal. However, I never received any confirmation that my original enrollment is being processed — only the payment receipt. This is currently blocking my app release, as I’m ready to publish and have already launched on the Play Store. Has anyone found a reliable way to get clarity on enrollment status or escalate this? Any guidance would be greatly appreciated.
Feb ’26
Pending Termination (3.2(f)) — Unable to Understand Root Cause or Reach App Review
Hello everyone, We are currently facing a pending termination notice under Guideline 3.2(f) and are trying to better understand the root cause so we can ensure full compliance. Brief timeline: Feb 4: Our in-app events were rejected → we removed them immediately Feb 6: After the Guideline 1.2 update, our account received a pending termination notice We submitted appeals but continue to receive generic responses without specific details We proactively removed all instant/random video matching functionality and submitted a fully updated build The new build has been in “Waiting for Review” for ~10 days Current challenges: We cannot clearly identify what triggered the 3.2(f) determination Multiple call requests have not received a response Contact options with App Review in App Store Connect appear disabled Our goal is simply to understand the concern and ensure full compliance with the App Store Review Guidelines. If anyone has experienced a similar situation or can share guidance on how to get clarity f
0
0
64
Feb ’26
Builds not selectable after account migration — App Store Connect bug
After migrating our app to a new developer account, newly uploaded builds can't be selected during App Store submission. The old (expired) builds from the previous account still appear selectable, but not the new ones. Build is signed with the correct new team certificates, export compliance is set, version numbers match. Has anyone else experienced this post-migration? Support case open with Apple (102823632970) but no response after 6 days.
Replies
0
Boosts
0
Views
65
Activity
Feb ’26
Unable to create record in public cloudkit database for missing/not authenticated iCloud user
While testing record creation in public CloudKit database for authenticated user I am able to do so without any issues. But for devices missing iCloud account or authentication expired I am seeing the below error: ▿ _nsError : I am unable to add create/write permission to _world security role in dashboard. Is this something not supported by Cloudkit? Only authenticated iCloud users will be able to create and write data to public database as well?
Replies
2
Boosts
0
Views
142
Activity
Feb ’26
Enrolment stuck but already paid
I have already paid the $99 fee via the Apple Developer app, but my account still says Enroll Now and forward me to browser. Order ID:MQQ6VYNN1Y I have lost 5 days of the right to use the service even though I have paid. Can you please manually sync my payment and activate my membership and extend my subscription deadline? Thank you.
Replies
0
Boosts
0
Views
37
Activity
Feb ’26
WeatherKit Limits and Sharing
I work on an open source app called Meteorologist (https://sourceforge.net/projects/heat-meteo/). One of the sources the users are allowed to use is Apple's WeatherKit. The app is compiled by me and free to download by anybody. My developer account has the free level of WeatherKit so 500,000 calls/month and every once in a while the app actually hits that limit, shutting that weather source/service down for the app. Is there any way to ask users of the app to somehow get their own account (or already have a developer account) and can register their license so it doesn't all bump up against the one (my) license? If so, how would that be passed to WeatherKit? The only thought I have is that they would need to compile the code on their own and sign their own copy. Thanks for any and all feedback and thoughts. Ed
Replies
2
Boosts
0
Views
77
Activity
Feb ’26
Pending Developer Program
Hi everyone, I subscribed to the Apple Developer Program on February 10th, 2026. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”. It’s now been close to two weeks and I already contacted Apple Support by email but unfortunately no actions has been made. I’d like to know if other developers have experienced the same situation and how long it took before their account was activated. Thanks in advance for your help and feedback! Also if theres an Apple Support team here, my case ID is 102827774601 — Fendy
Replies
1
Boosts
0
Views
62
Activity
Feb ’26
Parental controls illusion? Safari history can be selectively erased despite active Screen Time
I am reporting what appears to be a serious integrity flaw in Safari under iPadOS 26.3 (and lower) that materially undermines the reliability of Screen Time parental controls. This is not merely a UX inconsistency but a functional contradiction within a system explicitly marketed and positioned as secure parental control infrastructure. Device / Environment Device: iPad Air M3 13 (2025) OS: iPadOS 26.3 Safari (system version) Screen Time enabled with active restrictions Child account (10 years old) Background We deliberately chose an Apple device for school use based on the expectation that Apple’s system-level parental control mechanisms — especially Screen Time — are robust, tamper-resistant, and technically consistent. Screen Time is configured with: App limits Downtime Parental controls enabled with limited web content restrictions (school requirements prevent strict blocking) Safari enabled (mandatory for educational use) further parental control restrictions Because aggressive website blocking
Replies
5
Boosts
0
Views
634
Activity
Feb ’26
Reply to Apple Developer Program payment completed but membership not activated
Update: One refund actually went through and I got one charge refunded, although it looks like it was actually Pro-Rata ! My ’support agent‘ then told me that I had verified my identity on a different profile.. so I checked all three of the accounts I have tried, but they all show ‘enrollment not allowed” or similar messages. So my next step is to try brand new gmail address and never before used hardware to see if it takes. But then I risk losing another $99… This is ridiculous
Replies
Boosts
Views
Activity
Feb ’26
Member has access to App Store Connect but no access to the Apple Developer Program on the same team
I am enrolled in an individual account and have the appropriate previliges on the App Store Connect portal. However upon trying to access the Certificates page, it presents an error message Unable to find a team with the given Team ID 'to which you belong My question is, is it possible while adding me to the team, it could possibly only have added me on the App Store Connect portal only and not also on the Apple Developer? How would I be explicitly added also through the Apple Developer account?
Replies
0
Boosts
0
Views
78
Activity
Feb ’26
Creating a Temporary Directory with NSFileManager - NSItemReplacementDirectory creates folder in user-facing location?
So I'm reworking couple things in my app. And I noticed I had this old code that does the following: Creates a temporary directory. Writes a file in the temporary directory. After the file is written moves the file out of the temporary location and places it in its final destination. Okay so I was not creating the temporary directory using the recommended API. I was simply doing something like this: NSURL *tempDirectory = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:[NSProcessInfo processInfo].globallyUniqueString]]; // Create tempDirectory and write files inside it. Now I just changed the code to use the recommended API which takes the the volume of the target destination into account: -URLForDirectory:inDomain:appropriateForURL:create:error:) and I pass in NSItemReplacementDirectory and a url to appropriateForURL so the destination volume is taken into account. Now I have external storage mounted and I use the recommended approach. I discovered NSFileManage
Replies
3
Boosts
0
Views
124
Activity
Feb ’26
I cannot find the "Renew" button in the Developer app for iOS
Hi everyone, My Apple Developer Program membership expired back in September 2025. I am trying to renew it now (February), but the Renew button is completely missing from the Account tab in the Apple Developer app. I have already contacted Apple Support via email regarding this issue, but I haven't received any response yet. Here is what I have already tried: Verifying I am logged in with the correct Account Holder Apple ID. Logging out and logging back in within the app. Checking the web portal, but it just tells me to use the app to renew. Is there any way to force the renewal option to appear, or does support need to manually refresh my account status? Thanks in advance for any help!
Replies
0
Boosts
0
Views
30
Activity
Feb ’26
Reply to NSFileManager getRelationship:ofDirectoryAtURL:toItemAtURL:error: returning NSURLRelationshipSame for Different Directories
Thanks for the reply! I actually stumbled across this while reworking things in my app to account for NSURL caching behavior I mentioned in the other thread. What I was doing not too long ago was using an NSCache on top of NSURL for resource values. At some point when responding to metadata changes I was calling -removeCacheResourceValues on a background thread to get refreshed data and I had discovered that -removeCacheResources could crash if another thread was reading at the same time. I guess at some point in my frustration I just moved some stuff around to stop the crashes (and I did). I had either forgotten or just never realized that NSURL caches only for a run loop turn (or maybe just sometimes? More on that in a second). I guess this is cool in the middle of a dragging session but apparently at some point I must've just assumed that NSURL must be caching for a more meaningful period of time (from the perspective of my app anyway) because if I didn't call -removeCachedResources I'd get stale
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to App Review 4.3(a) Design Spam Rejection
In my case I was told that my app is somehow too simialr to one that a previous developer account submitted, but that account was terminated, so they think I'm spamming them. I don't know what it is that is too similar, because they won't give me any explanation. I develop new features, rejected again, zero explanation what it is they find objectionable, or how to identify what must be addressed. It's basically somew sort of weird Kafka novel going on. Have you ahd any luck with your by now, any new information they may have given you?
Replies
Boosts
Views
Activity
Feb ’26
Xcode 26.3 RC - Claude Agent returns "Your request couldn't be completed"
Environment: Xcode 26.3 RC macOS 26.3 (25D125) (Apple Silicon / arm64) Setup: Xcode > Settings > Intelligence > Claude Agent: Signed In (account status shows Signed In) Model: Default Steps to reproduce: Open a new chat in Xcode's Coding Assistant Select Claude Agent from the agent dropdown (instead of Claude Sonnet 4.5) Send any message (e.g. HI) Expected result: Claude Agent responds normally. Actual result: The message is sent but immediately returns the error: Your request couldn't be completed. 🚩I have an active Claude Code subscription with remaining usage. Running claude in Terminal works perfectly, confirming the subscription and quota are valid.
Replies
4
Boosts
0
Views
585
Activity
Feb ’26
Reply to URGENT: Paid $99 enrollment fee - Account not enrolled, Apple not responding
I’m experiencing something very similar. I paid the £79 enrollment fee three days ago (17th Feb) and received both the receipt and payment confirmation email. However, there is no visible indication in my account that the enrollment is under review or in progress — the portal does not show any status update. Because of this lack of status information, I mistakenly initiated a second enrollment, assuming the first one had not gone through. I later withdrew the second application and immediately received a confirmation email for that withdrawal. However, I never received any confirmation that my original enrollment is being processed — only the payment receipt. This is currently blocking my app release, as I’m ready to publish and have already launched on the Play Store. Has anyone found a reliable way to get clarity on enrollment status or escalate this? Any guidance would be greatly appreciated.
Replies
Boosts
Views
Activity
Feb ’26
Pending Termination (3.2(f)) — Unable to Understand Root Cause or Reach App Review
Hello everyone, We are currently facing a pending termination notice under Guideline 3.2(f) and are trying to better understand the root cause so we can ensure full compliance. Brief timeline: Feb 4: Our in-app events were rejected → we removed them immediately Feb 6: After the Guideline 1.2 update, our account received a pending termination notice We submitted appeals but continue to receive generic responses without specific details We proactively removed all instant/random video matching functionality and submitted a fully updated build The new build has been in “Waiting for Review” for ~10 days Current challenges: We cannot clearly identify what triggered the 3.2(f) determination Multiple call requests have not received a response Contact options with App Review in App Store Connect appear disabled Our goal is simply to understand the concern and ensure full compliance with the App Store Review Guidelines. If anyone has experienced a similar situation or can share guidance on how to get clarity f
Replies
0
Boosts
0
Views
64
Activity
Feb ’26