Search results for

Account Locked

31,786 results found

Post

Replies

Boosts

Views

Activity

`NSWorkspace.open` cannot deal with `xcodeproj`
Hello. I could wrong, but it seems NSWorkspace.open cannot open xcodeproj. When I try to do so in my sandboxed App, the App would hang the thread, causing NSWorkspace.open not responsive in the following calls. If called on the @main thread, then bad luck, it would cause dead lock. Callings this function on a normal file, such as .txt, or in a Command line Tool works perfectly. Is there anything obvious that I missed? I have permissions to read/write the files, as indicated by url.resourceValues(forKeys: [.isWritableKey]).isWritable.
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
484
Feb ’24
Reply to "Cannot Connect" message when triggering beginRefundRequest
Difficult to say without more context. If you are able to provide more detail submit to Feedback assistant and share here the FB# filed. https://feedbackassistant.apple.com/ Login with your developer account, click to create new ticket Choose iOS & iPadOS” Enter Title For question: Which are you are seeing the issue? - select App Store” Type of feedback, select “Something else not on the list Type of feedback, select “Incorrect & Unexpected behavior Input the issue description, include example transactions, TestFlight or Sandbox account, transaction ID, sysDiagnose, product ID's, steps, and label observed behavior vs expected behavior. Upload attachments (screenshots & logs) Click “Submit” Copy the Ticket ID “FBxxxxxxx” and reply here
Topic: App & System Services SubTopic: StoreKit Tags:
Aug ’25
Team Id Changed / Old Team Id Automatically Signs
Good afternoon, I have the latest version of Xcode. I am trying to debug why I am not able to Sign in with Apple Sign In on my app. After days of trying everything I just noticed today that the TeamID Xcode is using to automatically sign the app is not my current Team Id. I had a years hiatus and my code login expired. When I recreated my account I got a new Team Id and that is what is on all my certificates, profiles, etc. Old team id: Z82SJZ64R6 Current team id: 22649D52Q5. I take off automatically signing and select my Mac app bistro and iOS app distro and the app fully builds then Xcode crashes with an error that mentions security - Error code 5. Is there a way for me to change the old team id in Xcode? I've already tried logging out and back in through settings.
3
0
77
Jul ’25
Reply to Bug: AASA file not fetched on app install
Bumping this -- I have this issue as well. In fact, it's blocking apple review -- we utilize passkeys for account creation (not MFA) so that it complies with 4.8: Login Services requirement for the App Store, as passkey account creation is completely PII private. Imo, this is a pretty catastrophic issue for user security and experience. Any onboarding experience that requires MFA setup with passkey/passkey account creation (good security practice!) has a chance of not succeeding because the AASA does not get fetched. This causes churn, less secure practices, and then requires app developers to add in copy into their app saying something along the lines of We have no ability to force Apple to fetch the config required to continue sign up, so try again in a few minutes, you'll just have to wait. And, there's no way to check if it's available before launching the ASAuthorizationController so you can't even implement a fallback before the error bubbles to the user!! Is there not a confi
Topic: App & System Services SubTopic: General Tags:
Aug ’25
Reply to NSCocoaErrorDomain Code=513 after user delete's
I've reproduced this on these 2 setups using the same iCloud account: Xcode 26.0 beta 4 (17A5285i) & iPhone 12 running iOS 26.0 (23A5326a) Xcode 16.4 (16F6) & iPhone 16 Pro running iOS 18.6.1 (22G90) Deleting the iCloud data for the app from one device also allows me to reproduce the issue on the other device. The error printed in the sample project by the console is: You don’t have permission to save the file “Documents” in the folder “iCloud~com~hfriia~SimpleiCloudDocument1”. Failed to save a document! I just tested on this setup using another iCloud account and it functions as expected - I can immediately recreate the documents folder and save a document: Xcode 26.0 beta 4 (17A5285i) & iPhone 7 running iOS 15.8.4 (19H390) Xcode 26.0 beta 4 (17A5285i) & iPhone XR running iOS 18.6.1 (22G90) Maybe there's something wrong with the first iCloud account?
Aug ’25
Membership renewal
Hello. My developer membership is expired. I cannot renew because the renewal option/button does not appears in any device. A banner tells me: Any apps you had on the App Store are no longer available for download and you can no longer access membership benefits. If you’d like to renew your membership to reinstate your apps and membership benefits, open the Apple Developer app on your iPhone, iPad, or Mac. Sign in to your account, tap/click Renew, and follow the prompts.If you agreed to the Paid Applications Agreement, you’ll need to agree to it again after renewal in the Agreements, Tax and Banking section of App Store Connect. However, there's no Renew to tap or click anywhere in the app nor in the web. Any ideas? Thanks a lot.
6
0
635
Oct ’24
Reply to Problem adding Call Directory capability
So, let me start by going back to here: (1) If I try to add this to CallDirectory.entitlements manually com.apple.developer.callkit.call-directory That entitlement does not exist and never has. (2) call-blocking caller-identification More broadly, the vast majority of our entitlements use simple boolean values, not arrays or other complex data structures. The two exceptions I'm aware of are DriverKit and the Network Extensions, both of which require specialized support on the portal. If we did have this entitlement (which we don't), it wouldn't work like this. On our paid Apple Developer Program account (role: Account Holder/Admin), the Call Directory capability toggle does not appear on any iOS App Extension Identifier we create. Yes. You're looking for something that does not exist. As Quinn said: My best guess is that these entitlements are being ‘hallucinated’ by an LLM. This isn't really a guess. We've been seeing more examples of this happening. Similarly: My specific advice is that yo
Topic: Code Signing SubTopic: Entitlements Tags:
Aug ’25
Issues with pulling Crash data from API
We are currently experiencing an issue accessing crash data via the App Store Connect Analytics API for several of our mobile apps. Summary of Issue: For certain app IDs, crash data is clearly visible within the App Store Connect UI under the App Crashes report. However, when attempting to retrieve this same data via the official Analytics API, no crash data is returned. Our integration makes the following API calls: GET /v1/analyticsReportRequests//reports?filter[category]=APP_USAGE GET /v1/analyticsReports//instances GET /v1/analyticsReports//segment (to retrieve download URL) This process works as expected for some apps, where the “App Crashes” report is available and the segment URL is returned. However, for other apps, while the crash data appears in the UI, the API does not return the “App Crashes” report or any segment URL to download the data. We’ve confirmed the report IDs and used the correct authentication headers in our requests. Question Can anyone please advise why crash data for certain apps is
1
0
80
Apr ’25
Title: App Rejected (4.3(a) - Design Spam)
Hi everyone, I would like to ask for help how should I resolve the issue with app submission for Guideline 4.3(a) - Design - Spam. I will explain my case to you. I assigned a task to junior engineer to submit an app from a personal developer account because my organization account has not been available yet. I thought I could be transfer later or resubmit under different bundle id and account would be okay. yes, it was my fault . But the app review process was taking too long in the personal account and I told him to cancel and delete the app submission, thinking that there might be not issue since the app was not released in AppStore. After I submitted the updated version of app with organization account, it doesn't get approve and getting 4.3.0 Spam rejection. We have taken about 6 months of work putting all the efforts both in the technical and business side on the product from scratch. We are about to launch in next week and our app is got rejected. I don't kno
3
0
171
Aug ’25
URGENT HELP
Hi everyone, I'm trying to enroll in the Apple Developer Program, but I keep getting stuck in a frustrating loop. After logging in, I’m asked to agree to the Apple Developer Agreement. I accept the terms, but then it redirects me to an error page that says: “You’ve already agreed to the Apple Developer Agreement. Continue to your account or sign out.” When I click “Continue to your account,” it just brings me back to the same agreement page—and the cycle repeats endlessly. To make things worse, I can’t contact Apple Developer Support because I apparently need an active account to do so, which puts me right back into the same loop. I’ve also tried enrolling from different Apple devices, but I keep receiving this error: internal exception occurred ErrorCode: 991991 ErrorMessage: The request cannot be processed at this time. Please try again later. Has anyone else experienced this issue? Is there a known fix or workaround? I’d really appreciate any help or suggestions on how to break o
3
0
103
Aug ’25
Reply to Matching between raw and APFS disk number
I have a raw device number, as an input, for external usb/thunderbolt device (i.e. for /dev/disk9 - it is 9). And I want to format it to APFS or read/confirm APFS FS type if it is already formatted. But I can see that APFS container/volume have another disk number (i.e /dev/disk10) in compare with for my raw disk. Yes and keep in mind that this is just one of many edge cases. IMHO, using the the content/structure of disk name to infer relationships between disks/volumes is a dangerous mistake- it works well enough to function under basic testing, but it will fail catastrophically. Disk paths should all treated as opaque values* which are retrieved through API, NOT strings which can be interpreted or built. *Note that the same exists between volume names and volume mount paths. That is, assuming that the volume named foo is mounted at /Volumes/foo is also dangerous programmatic error. Making this point explicitly: Or just add +1 to raw disk number for getting APFS container/volume disk device number? Never do
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’25
Reply to Problem adding Call Directory capability
On our paid Apple Developer Program account (role: Account Holder/Admin), the Call Directory capability toggle does not appear on any iOS App Extension Identifier we create. Because of that, provisioning profiles for those extension IDs never include the Call Directory entitlement and the extension cannot be enabled on device. That is the only reason we tried to add manually which does not work. Environment Membership: Apple Developer Program (paid, active) Xcode: [16.x] iOS devices tested: iOS 18.4.1, 18.5 and 18.6.1 App type: iOS app + Call Directory extension App Groups: enabled and working What I am not seeing In Certificates, Identifiers & Profiles → Identifiers → (iOS App ID, type App Extension), I expect to see a Call Directory capability toggle I can enable but it is not there What actually happens The Call Directory toggle is missing from the extension Identifier details page. Profiles created for the extension ID don’t contain the Call Directory entitlement. The extension never
Topic: Code Signing SubTopic: Entitlements Tags:
Aug ’25
Reply to Call Blocking (CallKit) not working on iOS 26 Public Beta
The issue persists in iOS 26 Beta 6 (Build 23A5318c). As come quick follow up on this, yes, the issue is not fixed in beta 6. As some background context, there is a significant testing process before every beta is released, so it's not unusual for a bug to be completely fixed (meaning, all code changes have been submitted and are in that release) but miss the next beta release because that release is already locked and in testing. I also tested on iOS 26 Beta 6 (Build 23A5318f), but blocked calls still pass through. In a similar vein, the minor letter (c vs f) is primarily used to designate differences that are outside the actual code/build, like the distribution mechanism (in this case, the developer seed vs. the public beta). While it's possible there have been exceptions, I would not expect there to be ANY substantial behavioral difference* between those two build. *The obvious exception would be issues caused by differences in the install or configuration pipeline, which is why we don't use exact
Topic: App & System Services SubTopic: General Tags:
Aug ’25