Search results for

Apple Maps Guides

154,092 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS26系统使用系统键盘录音转文字会造成整个音频模块不能用,其他的app播放视频没有声音。
We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature and is better suited for the Apple Support Communities https://discussions.apple.com/welcome Albert Pascual
  Worldwide Developer Relations.
Topic: Community SubTopic: Apple Developers Tags:
2w
Reply to Apple Developer Enrollment Pending
I applied February 1. And I've been an Apple developer for 15 years but I had to apply under my new company. I've never had this bad of an experience. Many people have been waiting weeks, some of them months with no communication. And if you look through some of the rare Apple replies in this forum, they literally say they do not watch this forum. Awful experience so far. Not the way I remember it at all.
2w
Xcode 26.3 unlocks the power of agentic coding!
Hello, developers! Xcode 26.3 unlocks the power of agentic coding! Get ready to explore new features that released last Tuesday. If you haven't already, you can download Xcode 26.3 from the Apple Developer Downloads page Check out the official documentation for getting started and how to configure agents in Xcode: ‎ Writing code with intelligence in Xcode Generate code, fix bugs fast, and learn as you go with intelligence built directly into Xcode https://developer.apple.com/documentation/xcode/writing-code-with-intelligence-in-xcode/ ‎ Setting up coding intelligence Enable third-party coding tools that you want to use in the coding assistant https://developer.apple.com/documentation/xcode/setting-up-coding-intelligence ‎ Giving external agentic coding tools access to Xcode Let agentic coding tools access your project and Xcode capabilities using the Model Context Protocol https://developer.apple.com/documentation/xcode/giving-agentic-coding-tools-access-to-xcode ‎ Code-along: Experiment with coding
1
0
155
2w
memory leak in dlopen / dlcose, or user error?
Calling dlopen then dlclose causes an increase in the amount of memory used by the program. If I create a loop that calls dlopen / dlclose repeatedly on the same dynamic library, memory usage increases continuously. Is this a bug, or am I using dlopen / dlclose incorrectly? I can reproduce this by modifying the sample code in the Apple Developer docs Creating Dynamic Libraries. If I modify Runtime.c, changing the line void *lib_handle = dlopen(lib_name, RTLD_NOW); to add the infinite loop, as below: void *lib_handle = dlopen(lib_name, RTLD_NOW); for (int ii = 0; ; ++ii) { printf(loop %in, ii); int close_err = dlclose(lib_handle); printf(close error: %in, close_err); printf(dlopen(%s, RTLD_NOW)n, lib_name); lib_handle = dlopen(lib_name, RTLD_NOW); } then opening and closing the dynamic library will succeed, but memory usage (as reported by top) will rapidly increase. I'm running on x86_64 macOS 13.6.6. Full code for the modified Runtime.c is attached, the rest of the code is available in the Apple
6
0
310
2w
Subscription Unavailable - Strange Behavior with StoreKit
I added my first subscription to my app using StoreKit's SubscriptionStoreView. Everything worked as expected in the debug environment and also in TestFlight. So I submitted my app and subscriptions to App Store Connect, got everything Approved and released. After updating my app through App Store and checking the Subscription View, it just says Subscription Unavailable. The subscription is unavailable in the current storefront. I waited around 3 days and still getting the same message. Now the very strange behavior starts. I went to App Store Connect, I made and edit to the subscription description, saved, removed the edit, saved, and submitted to review. 15 minutes later the subscriptions appear in my app and everything works as expected. After getting the edit approved, the Subscription View in my app again only showed the message Subscription Unavailable. The subscription is unavailable in the current storefront. No user is able to see the subscriptions anymore, even though it worked as expected before th
32
0
6.9k
2w
Reply to Error when updating system extension
[quote='875131022, IHadToChooseAUserNameAndIdidntWantTo, /thread/809959?answerId=875131022#875131022, /profile/IHadToChooseAUserNameAndIdidntWantTo'] Are there public APIs to assess notarization? [/quote] That’s tricky, because it depends on your definition of API. The codesign tool has a --check-notarization operation that does that. See Testing a Notarised Product and the codesign man page. While that’s documented, I’m not a fan of using command-line tools as APIs. The code signing requirement language has the notarized constraint. That’s not documented where it should be but it’s debatable whether that’s just because the parent document is stuck in the Documentation Archive. Annoyingly, an equivalent constraint has not been added to the LightweightCodeRequirements framework. If you think that’d be useful, I encourage you to file an enhancement request for it. And if you do, please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple
Topic: Code Signing SubTopic: Notarization Tags:
2w
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
I wanted to shared a quick update on FB21858319. I figured you’d appreciate that given all the work you put in to help isolate it (-: My experience is that Apple is pretty good about fixing local network privacy problems like this one. The critical factor is reproducing the problem, which is why I’ve been so happy to get your cooperation here on this thread. Based on our preliminary analysis of your bug, we think we know what’s going on here. I’m going to offer a little insight into that below, but first I want to set some expectations. Understanding the problem isn’t the same as fixing it. I can’t offer any concrete timeline as to when a fix for this problem will be released. However, when we start seeding a beta release that contains the fix, you should be notified via Feedback Assistant [1]. As to what’s actually happening here, lemme explain a bit about how local network privacy works. As described in TN3179, the local network privacy state on macOS is per user. However, macOS’s networking stack
2w
Reply to Apple Developer Enrollment Pending Since Jan 31 – No Response from Support
I’m experiencing the same issue and wanted to add another data point. I enrolled in the Apple Developer Program on February 3, 2026. The payment was completed successfully at the time of enrollment, but my membership status has remained “Pending” since then. So far: No request for additional documents or identity verification No phone call from Apple No follow-up email other than the payment confirmation Apple Developer Support has been contacted, but no response yet I understand that verification can take some time, but the complete lack of communication is concerning, especially since this is blocking active development and release planning. If this is a known backlog or system-wide delay, some transparency from Apple would help. I’d also appreciate hearing whether others who enrolled in early February are seeing the same prolonged “Pending” state. Thanks in advance to anyone who can share recent experiences or escalation paths.
Topic: Community SubTopic: Apple Developers Tags:
2w
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
I’m glad to hear that you’re making progress. [quote='875219022, lilan, /thread/773414?answerId=875219022#875219022, /profile/lilan'] We still have to do a submission for NEURLFilter right? [/quote] Yes. Specifically, there’s a process for onboarding with the Oblivious HTTP relay. You can find a link to the submission form at the bottom of How to onboard with an Oblivious HTTP relay hosted by Apple. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2w
Reply to All notarization submissions stuck "In Progress" for 24-72+ hours (including tiny 6KB test binary)
selenaking2025, I’ve responded to you on your specific thread. Folks, let me reiterate the points I’ve made above: Most people who see delays like this are hitting the in-depth analysis path, as I explained my recommended answer Beyond that, there isn’t a one-size fits all explanation and I recommend that you start a new thread rather than re-animating this one. And with that in my, I’m gonna lock this thread because there’s little value in everyone with this problem piling on here. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
2w
All notarization submissions stuck "In Progress" for 24-72+ hours (including tiny 6KB test binary)
Hello, I'm experiencing a persistent issue where all my notarization submissions remain stuck in In Progress indefinitely. This has been happening for the past several days, affecting multiple submissions. Environment: macOS 26.2 (Build 25C56) Using xcrun notarytool submit for submissions Team ID: M3FN25UQK2 Timeline of the issue: Starting from January 2nd, 2026, my submissions began getting stuck in In Progress As of January 6th, I have 6+ submissions that have been In Progress for 24-72+ hours Prior to this, notarization was working normally (I have multiple Accepted submissions from January 1st) What I've tried: Verified my Developer ID Application certificate is valid and properly installed Checked Apple Developer System Status page (shows Operational) Verified code signatures using codesign -vvv --deep --strict Contacted Apple Developer Support (no response yet) Checked my Apple Developer account for any pending agreements or warnings (none found) Is there any known issue affec
12
0
833
2w
Reply to Notarization submissions stuck in “In Progress” for >24 hours (CI / REST API) – production impact
I have a standard spiel about this which I’ve included at the end of this reply. Please read it through first. With that in mind, let’s come back to your specific questions: [quote='814841021, Jackson_Hsieh, /thread/814841, /profile/Jackson_Hsieh'] Is it expected behavior for notarization submissions to remain in “In Progress” for such a long period without logs? [/quote] Yes, assuming you’ve hit the “in-depth analysis” path. [quote='814841021, Jackson_Hsieh, /thread/814841, /profile/Jackson_Hsieh'] Is client-side timeout and re-submission the recommended handling for CI workflows? [/quote] I see two common patterns reported here on the forums: Developers hit this on their first notarisation attempt, or otherwise very early in their Mac development ‘journey’. Developers have been happily notarising for a while and then suddenly bump into this. In the first case my advice is to simply wait. That’s the focus of the boilerplate text that I included at the end of this reply. My understanding is that you fall into
2w
Unable to access Certificates Identifiers & Profiles as an Admin in Apple Organization Developer Program Account
Hi all, I’m an Admin user in an Apple Developer Program (Organization) team, but I’m unable to access Certificates, Identifiers & Profiles (CIP) on developer.apple.com. I’d like to understand what permission is missing and where it should be enabled. Context Program type: Apple Developer Program (Organization) My role in App Store Connect: Admin I can access App Store Connect normally, but CIP resources on developer.apple.com are blocked. The Account Holder can access CIP normally. What I see (Problem) In the Apple Developer portal → Certificates, Identifiers & Profiles, I get: “Access Unavailable — You currently don't have access to this membership resource. Contact your team's Account Holder or an Admin.” In Xcode → Settings → Accounts → Team, the “Certificates, Identifiers, & Profiles” section shows a red error indicator and doesn’t load. Only my account is affected; the Account Holder is not. What we’ve tried / confirmed Membership is active (renewal date is valid) S
2
0
173
2w