Search results for

Apple Maps Guides

154,038 results found

Post

Replies

Boosts

Views

Activity

Reply to Why do random errOSAInternalTableOverflow errors return when running AppleScripts via ScriptingBridge?
Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. Please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the Feedback number here once you do. I'll check the status next time I do a sweep of forums posts where I've suggested bug reports and post any information about changes I am able to share to this thread. Bug Reporting: How and Why? has tips on creating your bug report.
1w
Reply to OTA testing cannot be performed on the test DCL network.
With the same firmware, OTA testing on the DCL test network was successful in September 2025, and the Home app was able to deliver software update notifications. Since the beginning of 2026, however, the Home app no longer delivers software update notifications. Are you sure about exactly when this started failing? It looks like the TestNet DCL mobile config file (see section 3.2.3. Profile enablement of Apple Matter OTA - User Guide r4) expired on February 7th, at which point this would have stopped working. . I'm working on getting an updated profile released, however, the existing profile should have worked until then unless something else was going wrong. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Hardware Tags:
1w
Reply to How can I obtain the documentation for the specific implementation of WAC?
However, we have struggled to find comprehensive technical documentation or specifications regarding the WAC service. Could anyone point us to the official source for these materials? WAC is documented and licensed through the MFi program. For technical questions, the MFi program has its own support process, described in the Developer Technical Support of the MFi Licensing Handbook. You can find all of the necessary specifications in the Content Center of the MFi Portal. I have a few comments below, but more detailed support needs to go through the support process I mentioned above. We are testing WAC provisioning and found that the Home app can discover our device and successfully get it online. However, it always ends with a Failed to add accessory message. Does WAC support imply that a device should be addable via the Home app? Sort of. I'm not sure Home.app is expected to pair all WAC accessories, but AirPlay 2 accessories can be paired through Home.app and placed into that home. Note that the accessory s
Topic: App & System Services SubTopic: Hardware Tags:
1w
3 days almost now stuck in progress no logs generated
Not accepted yet (all are still processing, none are rejected) 387af103-42d3-4d95-ae22-0289f90a8559 — In Progress 2d836594-9fb2-41a5-990c-7ea4e0870af0 — In Progress e61ba9e3-5ff1-4856-8e9d-39c08445ff63 — In Progress 1defdeec-50b4-45c5-b32d-53ca6e4538bb — In Progress 34e60b80-20c3-4ea7-93a7-2bb9e7c6f05c — In Progress 09222b71-eae1-4c5c-aca4-368f697b2a39 — In Progress eb5327e8-161e-4185-9920-3facf60b7b4b — In Progress 784fc210-d0bf-4924-b0a6-eb8bbac0f2c8 — In Progress 74bc8f31-b1b0-4bed-9142-0c03100a062a — In Progress 4739620c-894a-4283-a43b-df57b29a1771 — In Progress have created new certificate as well same result. waiting for apple support to give any answers.
1
0
195
1w
Minimum Functionality Rejection Blocks My App's Users
Parents often spend lots of time to search for kids' events and government programs. Even after they found ideal ones, they need lots of copy and paste to check Google Map in order to align with their time and location. My app is designed to solve this pain point. It will handle those time consuming web search and time & location matching. For good user experience, the UI is simple, it recommends nearest kids programs that aligns with parents' time. It also has a Map to show suggestions visually and provides map navigation. Parents are all very busy, the UI has to be simple and easy to use. This app can save parents 60% of time to find kids' programs. The v1.0.0 of this app got approved. It works well on Android phones all the time, but the map navigation didn't work on iOS. I later realized have to add LSApplicationQueriesSchemes to enable map navigation on iOS app. So I fixed this and tested the new build on iOS phones, the new build 1.0.1 works well. But Apple
1
0
53
1w
Apple Developer Enrollment Pending for Over One Month After Payment – No Response to Support Case
Hello Apple Developer Support Team, I am looking for guidance regarding a prolonged Apple Developer Program enrollment issue and would appreciate any advice from the community or Apple Developer Support team. I created an Individual Apple Developer account on 10 January 2026 and completed the payment successfully on 11 January 2026. Since then, the enrollment status has remained pending, and I am still unable to access App Store Connect, create certificates, or manage identifiers. Here is what I have already completed from my side:
• Verified my Apple ID with Two-Factor Authentication enabled
• Submitted all required information and provided proper documents during enrollment
• Checked for any pending agreements or additional actions in the developer portal
• Opened an official support case via Apple Developer Contact Support
• Followed up multiple times on the same case Unfortunately, it has now been more than one month, and there has been no response or
1
0
111
1w
Foundation models not detectable in Xcode simulator
I'm building an app which runs around the Foundation model framework. My expected output is generated when testing on a real device or in preview in Xcode but it throws Foundation Model error when I try running it on the simulator. I'm using a Macbook M1 air and have apple intelligence turned on and my simulator run destination is also an iPad Pro M5 (26.0). Any solution for this as this is my submission for the SSC so I need to make it work on the simulator iPad. Thank you👾
5
0
148
1w
App Preview rejected for “framing” but screenshots appear full screen. What could Apple mean?
Hello, My app update was rejected under Guideline 2.3.4 (Accurate Metadata) with the note that the app preview includes “framing around the video screen capture.” Apple attached four images to the review. I reviewed them carefully, and they appear to show full screen gameplay without borders or visible background. I am attaching two of those images here for reference. I am trying to understand what Apple might be interpreting as “framing” in this case. Has anyone encountered a similar rejection where the preview looked full screen but was still flagged? Any insight into what reviewers typically expect or what subtle issues might trigger this would be very helpful. Thank you.
0
0
60
1w
Collecting OSLog logs from network extensions
I have an iOS app with a network extension that's using OSLog to log various bits of information that are useful for debugging. I'm currently trying to add a simple button that bundles up those logs with some other information and presents the user with a Share sheet so they can send it to support teams. I looked at OSLogStore but it only collects logs for the current process so the user clicking a button in my app wouldn't collect logs from my network extension. I would really like to avoid having to guide users through the process of creating and sharing a sysdiagnose but it seems like this might be the only option. How do other folks do this kind of thing? Is there a recommended way to do it?
1
0
56
1w
Reply to iOS UDP transmission always experiences packet loss
It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. In my experience problems like this, where an app talking to a Wi-Fi accessory works generally but fails on a small fraction of iOS devices, are most commonly caused by the app assuming that the Wi-Fi interface is en0. We talk about this in TN3179 Understanding local network privacy, but I have a bunch of additional information related to this in the various posts linked to by Extra-ordinary Networking, including: Don’t Try to Get the Device’s IP Address Broadcasts and Multicasts, Hints and Tips Working with a Wi-Fi Accessory So, I recommend that you start out by searching your codebase for en0. If you have that hard-coded somewhere in your network code, you need to fix that. If that’s not the problem, reply back here and we can dig deeper. In that case, I’d appreciate you sharing details about the UDP protocol used by your app. Does it involve broadcasts? Or multicasts? And what does t
1w
Reply to The notarization system seems broken
[quote='875731022, guava21, /thread/812163?answerId=875731022#875731022, /profile/guava21'] we've run into the exact same issue. [/quote] I took a look at this again and AFAICT this was resolved between when you posted the above and now. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to OnDemand VPN connection stuck in NO INTERNET
[quote='875623022, disinghal, /thread/811887?answerId=875623022#875623022, /profile/disinghal'] 2- Tested with NWConnection as well - it is also not receiving any response. [/quote] And just to be clear, that was from within your packet tunnel provider? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w