Search results for

“Account Locked”

33,568 results found

Post

Replies

Boosts

Views

Activity

Reply to Unable to process your request
If your you address does not match with Region, it will not work. Also at least one Phone Number from that region must be assigned to the account and also added to the MFA (2-factor authentication). This means you must authenticate they phone number twice. So make sure you the region you want to create the developer account for, matches with address and phone numbers. You can have other phone numbers as well on the account from other regions, but one must be a matching one.
Mar ’26
Reply to Cannot Add Claude Account to Xcode
I selected Opus and Sonnet. Is Sonnet 'better' for coding? Maybe leaving it at Default is best. It seems logging into Anthropic requires a paid account. Using a 'free' API lets you use the models for free, for now? Codex with a 'pay as you go' account is very capable but I'd like to use Claude going forward. I'm more of a hobby coder at this point and the Pro account is 'big' step up. ;-) maybe I should start charging for my apps. Hopefully I'll get a good feel for Claude in it's current configuration and can accept the value added of the paid account. [Just one more subscription]
Feb ’26
Apps Stuck in “Waiting for Review” – No Visible Issues in App Store Connect
Hello, I am writing to ask for assistance regarding two of my apps that have been stuck in “Waiting for Review” for an extended period. At the moment: App ID 6497716649 — Waiting for Review since Feb, 19 at 11:45 AM App ID 6743224713 — Waiting for Review since Feb, 15 at 10:26 PM There are no warnings, Resolution Center messages, or visible issues in App Store Connect. All Agreements, Tax, and Banking information are active and up to date. The builds were uploaded successfully, and no further action appears to be required on my side. Could you please help confirm: Whether there is any hidden blocker or account-related issue? Or if this delay is currently due to review queue processing times? If additional details are needed (bundle IDs, app category, sign-in requirements, encryption/export compliance, etc.), I will be happy to provide them immediately. Thank you very much for your time and support. Best regards,
1
0
158
Feb ’26
UIScrollView Layout issue
I run into a layout problem where I cannot center an image inside ScrollView which is also inside Navigation Controller. The problem is surely the fact that there is a navigation bar because using this view without NavigationContoller works fine and the image is centered but I don’t know how to account for the space that navigation bar takes up. Here is the code: import UIKit class PhotoViewController: UIViewController { var photoName: String private lazy var photoView = { let image = UIImageView() image.translatesAutoresizingMaskIntoConstraints = false image.contentMode = .scaleAspectFit image.clipsToBounds = true return image }() var photoViewBottomConstraint: NSLayoutConstraint? var photoViewLeadingConstraint: NSLayoutConstraint? var photoViewTopConstraint: NSLayoutConstraint? var photoViewTrailingConstraint: NSLayoutConstraint? private lazy var scrollView = { let sv = UIScrollView() sv.translatesAutoresizingMaskIntoConstraints = false return sv }() override func viewDidLoad() { super.viewDidLoad(
3
0
181
Feb ’26
The APP was not awakened after start a liveactivity
The APP was not awakened by system after start a liveactivity and the liveactivity has showed on lock screen.so the updatetoken wont send to our inner server and the liveactivity can not update,often like this,but sometimes it can work. it makes me confuse,and i don't know how should i can do,because the liveactivity like a black box,i can not analyse the data link.for example ,inner server send a start liveactivity,but it can not accept a updatetoken unless the user lanuch APP. i hope the liveactivity can start and update on background. And i have developed it as described in the document. Hope to get your help,thank you very much.
3
0
280
Feb ’26
Beta contract missing
Hi, I’m running into a persistent issue in App Store Connect related to TestFlight and app reviews, and I’m hoping someone has seen this before. Around two weeks ago, I started getting the following error when trying to create external TestFlight builds: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING Since then: I cannot create any external TestFlight tests Internal TestFlight builds appear, but cannot be downloaded (“The requested app is not available or doesn’t exist”) My apps do not progress properly through review One app got stuck in “In Review” for ~10 days; I eventually withdrew it and resubmitted it At this point, I cannot update two existing apps, and I can’t start testing a new app at all Important details: This is an individual developer account I am the Account Holder All contracts appear active and valid The issue affects multiple apps, not just one Nothing changed on my side (no contract updates, no account changes) before this started happening. I’ve already reached out t
3
0
298
Feb ’26
Reply to App stuck in "Waiting for Review" for 17+ days despite 5 Support Cases
I’m currently in the same situation as you. I don’t understand why, after paying $100 per year to maintain my Apple Developer account, I’m now stuck like this. I’ve also emailed Apple Support, but they haven’t responded either.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Apple Developer Program membership renewal still not updating active after payment
Also can’t pay yearly developer fee, have tried multiple times with different payment methods and cards. All details match bank perfectly and same as Apple account. Have added card to wallet and tried with that, also fails.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Apple Developer Program membership still not active after payment (3 weeks)
I'm having the same problem. Just curious if your account was activated and how long it actually took. If its a three week process, they should tell you that so you're not constantly looking to see if perhaps you've inadvertently missed the email or if something is missing.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Unable to process your request
If your you address does not match with Region, it will not work. Also at least one Phone Number from that region must be assigned to the account and also added to the MFA (2-factor authentication). This means you must authenticate they phone number twice. So make sure you the region you want to create the developer account for, matches with address and phone numbers. You can have other phone numbers as well on the account from other regions, but one must be a matching one.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Xcode 26.3 RC - Claude Agent returns "Your request couldn't be completed"
Try 'logging' in with your API key. Xcode : Settings : Intelligence : Providers : Anthropic after downloading the Claude Agent. I wasn't able to use my free account by signing in but it works (for now) when I entered my API key
Replies
Boosts
Views
Activity
Feb ’26
Cannot Add Claude Account to Xcode
I keep getting a fails to open page message when I try to sign in using my Claude ai Pro account. The request was for an http url instead of an https url.
Replies
7
Boosts
0
Views
143
Activity
Feb ’26
Reply to Cannot Add Claude Account to Xcode
I selected Opus and Sonnet. Is Sonnet 'better' for coding? Maybe leaving it at Default is best. It seems logging into Anthropic requires a paid account. Using a 'free' API lets you use the models for free, for now? Codex with a 'pay as you go' account is very capable but I'd like to use Claude going forward. I'm more of a hobby coder at this point and the Pro account is 'big' step up. ;-) maybe I should start charging for my apps. Hopefully I'll get a good feel for Claude in it's current configuration and can accept the value added of the paid account. [Just one more subscription]
Replies
Boosts
Views
Activity
Feb ’26
Apps Stuck in “Waiting for Review” – No Visible Issues in App Store Connect
Hello, I am writing to ask for assistance regarding two of my apps that have been stuck in “Waiting for Review” for an extended period. At the moment: App ID 6497716649 — Waiting for Review since Feb, 19 at 11:45 AM App ID 6743224713 — Waiting for Review since Feb, 15 at 10:26 PM There are no warnings, Resolution Center messages, or visible issues in App Store Connect. All Agreements, Tax, and Banking information are active and up to date. The builds were uploaded successfully, and no further action appears to be required on my side. Could you please help confirm: Whether there is any hidden blocker or account-related issue? Or if this delay is currently due to review queue processing times? If additional details are needed (bundle IDs, app category, sign-in requirements, encryption/export compliance, etc.), I will be happy to provide them immediately. Thank you very much for your time and support. Best regards,
Replies
1
Boosts
0
Views
158
Activity
Feb ’26
Reply to Live Activity Blanks out when lock screen sleeps.
My guess is that your Live Activity crashes because it relies on data that is only accessible when the device is unlocked. In case you haven't resolved the issue yet, I would start looking where you read data or perform an operation that is not available when the device is locked.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Live Activity Blanks out when lock screen sleeps.
I have a live activity, that works fine when the Lock Screen showing, but as soon as it sleeps dims down for always on display, everything in the widget disappears and an Activity Indicator(spinner), displays in its place, but non-animating.
Replies
4
Boosts
0
Views
956
Activity
Feb ’26
UIScrollView Layout issue
I run into a layout problem where I cannot center an image inside ScrollView which is also inside Navigation Controller. The problem is surely the fact that there is a navigation bar because using this view without NavigationContoller works fine and the image is centered but I don’t know how to account for the space that navigation bar takes up. Here is the code: import UIKit class PhotoViewController: UIViewController { var photoName: String private lazy var photoView = { let image = UIImageView() image.translatesAutoresizingMaskIntoConstraints = false image.contentMode = .scaleAspectFit image.clipsToBounds = true return image }() var photoViewBottomConstraint: NSLayoutConstraint? var photoViewLeadingConstraint: NSLayoutConstraint? var photoViewTopConstraint: NSLayoutConstraint? var photoViewTrailingConstraint: NSLayoutConstraint? private lazy var scrollView = { let sv = UIScrollView() sv.translatesAutoresizingMaskIntoConstraints = false return sv }() override func viewDidLoad() { super.viewDidLoad(
Replies
3
Boosts
0
Views
181
Activity
Feb ’26
The APP was not awakened after start a liveactivity
The APP was not awakened by system after start a liveactivity and the liveactivity has showed on lock screen.so the updatetoken wont send to our inner server and the liveactivity can not update,often like this,but sometimes it can work. it makes me confuse,and i don't know how should i can do,because the liveactivity like a black box,i can not analyse the data link.for example ,inner server send a start liveactivity,but it can not accept a updatetoken unless the user lanuch APP. i hope the liveactivity can start and update on background. And i have developed it as described in the document. Hope to get your help,thank you very much.
Replies
3
Boosts
0
Views
280
Activity
Feb ’26
Reply to The APP was not awakened after start a liveactivity
when the liveactivity has showed on lock screen. Your App has launched by system,you can use Xcode to step into Debug->Attach to Process->Your Process.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Apple Developer Membership Renewal Stuck at 503 Error
Same here. 503 error for purchasing developer program for my organization developer account.
Replies
Boosts
Views
Activity
Feb ’26
Beta contract missing
Hi, I’m running into a persistent issue in App Store Connect related to TestFlight and app reviews, and I’m hoping someone has seen this before. Around two weeks ago, I started getting the following error when trying to create external TestFlight builds: ENTITY_UNPROCESSABLE.BETA_CONTRACT_MISSING Since then: I cannot create any external TestFlight tests Internal TestFlight builds appear, but cannot be downloaded (“The requested app is not available or doesn’t exist”) My apps do not progress properly through review One app got stuck in “In Review” for ~10 days; I eventually withdrew it and resubmitted it At this point, I cannot update two existing apps, and I can’t start testing a new app at all Important details: This is an individual developer account I am the Account Holder All contracts appear active and valid The issue affects multiple apps, not just one Nothing changed on my side (no contract updates, no account changes) before this started happening. I’ve already reached out t
Replies
3
Boosts
0
Views
298
Activity
Feb ’26