Search results for

“Apple Maps Guides”

155,786 results found

Post

Replies

Boosts

Views

Activity

Reply to A new coder wanting to learn
[quote='884401022, ParinK124, /thread/822456?answerId=884401022#884401022, /profile/ParinK124'] The app in general is slow. [/quote] Ah, OK. There are limits to what you can do about that. I use Swift Playground on my iPad (A16), and it’s not too bad. But there’s almost 5 years of CPU improvements between it and your iPad (8th gen). I think it’d be worthwhile you filing a bug about the performance problems you’re seeing. It’s possible that the Swift Playground team might be able to optimise things at their end. If your issues are general, attach a video recording of you using the app and then point out the parts where you think things are too slow. OTOH, if there’s an issue with some specific action, you can just describe that action in text. If you do provide a recording, record it from some other device, like your iPhone. Normally we suggest folks include a screen recording, but the act of recording the screen can hurt performance and thus undermine the thrust of your bug. If you do file a bug, please post
2d
Reply to autologin required inconsistent for virtualization
I'm using SSH into the host itself to try to use virtualization tools to run macOS VMs. OK. So lemme see if I understand this correctly: You have a host Mac. And a VM product that you can run as a command-line tool. You’ve configured that product to run a Mac guest. You SSH into that Mac to run your command-line tool. You’re testing two configurations. In the first, the host is configured to autologin to the GUI. In that case you’re able to consistently start the VM. In the second case… Actually, I’m not sure about this. Is the second case, do you: Manually log in to the host GUI, and then SSH in and run your test? Or not log in to the GUI at all, and then SSH in and run your test? ps 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. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
2d
Reply to Keychain errSecItemNotFound
[quote='884502022, iceboy, /thread/822626?answerId=884502022#884502022, /profile/iceboy'] If I do not set kSecAttrAccount right now, is it possible that I cannot read the keychain items correctly? [/quote] It’s hard to answer this because you’ve phrased it as a negative question. So, lemme rephrase it: If I’m using the data protection keychain (the default on iOS, something you have to opt in to on macOS), And I create a generic password keychain item without specifying kSecAttrAccount, Will I be able to access that item’s contents using SecItemCopyMatching? The answer to that is “Yes.” At the end of this post I’ve included some code that I used to test this. (Sorry it’s in Swift. I built this by cobbling together various existing bits of code that were all written in Swift, and I don’t have time today to convert them to Objective-C.) Having said that, my advice is that, when you creating a generic password item you always populate both kSecAttrService and kSecAttrAccount. If you don’t have a sensible value t
2d
Reply to App update showing status as "In review" for 17 days
@App Review My app (id 1611398578) is also stuck In Review for a week now after being approved. In App Store Connect -> App Review all the submissions show as Approved. I also got the email and notification that the submissions were approved a week ago (iOS and macOS). I contacted Apple Support and have two open case IDs (102865508515 and 102865870578). I was told the issue has been expedited but there are still no updates or replies from Apple at all and I am stuck and helpless. Any help would be greatly appreciated!
2d
Apple Developer Enrolment Issue
Hi, I've been trying to enrol for over a month and I keep bumping into a generic error message that doesn't really tell me what's wrong. I contacted support multiple times, also no response. This is very frustrating. Can someone look into my account and tell me what's wrong? I recently moved from the UK to the US but I already updated my profile with a US address, phone number and bank account so I'm not sure what the issue is.
2
0
109
2d
Reply to Provisioning profiles marked "Ineligible" for Contactless Pass Provisioning even though entitlement is present in profile
[quote='884395022, kpatel1991, /thread/821961?answerId=884395022#884395022, /profile/kpatel1991'] we have re-applied for the capability however upon submitting the form we got a Server 500 error. [/quote] Well, that’s not good. I reported this to the relevant folks, and they’re investigating. My understanding is that this error is coming from the redirect that happens after the request was submitted, so your request actually did make it into the system. [quote='884518022, ltanh, /thread/821961?answerId=884518022#884518022, /profile/ltanh'] When requesting Contactless Pass Provisioning for Enterprise Org, we can request the SharableCredential only. [/quote] My understanding is that you should use the current submission form, which requests the new capability, but you’ll been assigned the old capability until this issue is resolved. [quote='884518022, ltanh, /thread/821961?answerId=884518022#884518022, /profile/ltanh'] Do you have any ETA for the fix? [/quote] No. I can’t talk about The Future™ [1]. [quote='884
2d
Reply to how to get process exec event
To what end? Most folks who ask questions like this are trying to do some sort of security product, in which case Endpoint Security is the right option. So I’m curious what you plan to do with this information if you’re not a security product. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to Wi-Fi Aware using QUIC
Thanks for starting a new thread for this. I’ve seen reports of problems like this from others, so I’m currently researching how that panned out and I’ll reply with an update when I know more. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to NEProxySettings.matchDomains = [""] — supported catch-all when no IP routes are claimed?
[quote='822733021, Kesava_jawaharlal_fp1, /thread/822733, /profile/Kesava_jawaharlal_fp1'] We are building a VPN using NEPacketTunnelProvider where the intent is to route HTTP/S traffic through a local proxy server [/quote] To what end? My experience is that most folks on this path are trying to implement a content filter on iOS. We don’t support the use of packet tunnel provider for that. See TN3120 Expected use cases for Network Extension packet tunnel providers. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to MIDI Drag-and-drop to Logic Pro via NSItemProvider
I don’t have a lot of insight into this — UI frameworks aren’t really my thing — but M78 posted their bug number (FB18243622) upthread, and from that I was able to see this is reported as fixed in Logic Pro 12.0. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: UI Frameworks SubTopic: General Tags:
2d
iCloud Drive silent upload deadlock caused by stale HTTP/3 session in nsurlsessiond (FB22476701)
Summary On macOS 26.4.1 (25E253), iCloud Drive file uploads can enter a silent deadlock where every upload attempt fails at the transport layer. No error is surfaced anywhere — not in Finder, not in System Settings, not in the iCloud status panel. The upload queue simply stops. Other iCloud services (Photos, Mail, App Store) continue to work normally through the same networking infrastructure at the same time. Root Cause The issue is a stale HTTP/3 (QUIC) session cached in the user-level nsurlsessiond process's BackgroundConnectionPool. The deadlock cycle: cloudd requests an upload to the GCS storage endpoint nsurlsessiond provides the cached (broken) HTTP/3 session The TLS handshake succeeds, but the body upload dies mid-transfer (err=T, requestDuration=-1.000, responseHeaderBytes=0) cloudd retries with a new connectionUUID — but nsurlsessiond still routes through the same poisoned QUIC session This repeats indefinitely Killing cloudd alone does not help — nsurlsessiond retains the poisoned pool. Only killin
3
0
119
2d
Unable to Change Primary Locale for 4–6 Year Old Live App – “Missing Screenshots” Error Despite All Assets Uploaded
Hi everyone, We’re facing an issue while trying to change the Primary Language / Primary Locale of a long-standing live iOS app in App Store Connect. The app has been live for 4–6+ years. When attempting to update the Primary Locale from App Information, we receive the following error: “Primary Locale couldn’t be saved because you must first provide all the required screenshots for each version in this language.” However: The target localization (English – UK) already exists. All required screenshot sets are uploaded. No screenshot sections are blank (iPhone and iPad – all visible display sizes). Both the live version and the version in review contain complete screenshot sets. No Apple Watch or iMessage extensions are currently included in the build. A clean build has been uploaded and selected. Removing the version from review does not resolve the issue. There are no visible validation errors in the UI. This appears to be either: A hidden backend validation requirement, A legacy platform association
1
0
118
2d
Reply to A new coder wanting to learn
[quote='884401022, ParinK124, /thread/822456?answerId=884401022#884401022, /profile/ParinK124'] The app in general is slow. [/quote] Ah, OK. There are limits to what you can do about that. I use Swift Playground on my iPad (A16), and it’s not too bad. But there’s almost 5 years of CPU improvements between it and your iPad (8th gen). I think it’d be worthwhile you filing a bug about the performance problems you’re seeing. It’s possible that the Swift Playground team might be able to optimise things at their end. If your issues are general, attach a video recording of you using the app and then point out the parts where you think things are too slow. OTOH, if there’s an issue with some specific action, you can just describe that action in text. If you do provide a recording, record it from some other device, like your iPhone. Normally we suggest folks include a screen recording, but the act of recording the screen can hurt performance and thus undermine the thrust of your bug. If you do file a bug, please post
Replies
Boosts
Views
Activity
2d
Reply to autologin required inconsistent for virtualization
I'm using SSH into the host itself to try to use virtualization tools to run macOS VMs. OK. So lemme see if I understand this correctly: You have a host Mac. And a VM product that you can run as a command-line tool. You’ve configured that product to run a Mac guest. You SSH into that Mac to run your command-line tool. You’re testing two configurations. In the first, the host is configured to autologin to the GUI. In that case you’re able to consistently start the VM. In the second case… Actually, I’m not sure about this. Is the second case, do you: Manually log in to the host GUI, and then SSH in and run your test? Or not log in to the GUI at all, and then SSH in and run your test? ps 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. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2d
Reply to Keychain errSecItemNotFound
[quote='884502022, iceboy, /thread/822626?answerId=884502022#884502022, /profile/iceboy'] If I do not set kSecAttrAccount right now, is it possible that I cannot read the keychain items correctly? [/quote] It’s hard to answer this because you’ve phrased it as a negative question. So, lemme rephrase it: If I’m using the data protection keychain (the default on iOS, something you have to opt in to on macOS), And I create a generic password keychain item without specifying kSecAttrAccount, Will I be able to access that item’s contents using SecItemCopyMatching? The answer to that is “Yes.” At the end of this post I’ve included some code that I used to test this. (Sorry it’s in Swift. I built this by cobbling together various existing bits of code that were all written in Swift, and I don’t have time today to convert them to Objective-C.) Having said that, my advice is that, when you creating a generic password item you always populate both kSecAttrService and kSecAttrAccount. If you don’t have a sensible value t
Replies
Boosts
Views
Activity
2d
Reply to App update showing status as "In review" for 17 days
@App Review My app (id 1611398578) is also stuck In Review for a week now after being approved. In App Store Connect -> App Review all the submissions show as Approved. I also got the email and notification that the submissions were approved a week ago (iOS and macOS). I contacted Apple Support and have two open case IDs (102865508515 and 102865870578). I was told the issue has been expedited but there are still no updates or replies from Apple at all and I am stuck and helpless. Any help would be greatly appreciated!
Replies
Boosts
Views
Activity
2d
Reply to Delay in Developer Account Verification
Same here. WWDC is near but no one at Apple care about verification process.
Replies
Boosts
Views
Activity
2d
Apple Developer Enrolment Issue
Hi, I've been trying to enrol for over a month and I keep bumping into a generic error message that doesn't really tell me what's wrong. I contacted support multiple times, also no response. This is very frustrating. Can someone look into my account and tell me what's wrong? I recently moved from the UK to the US but I already updated my profile with a US address, phone number and bank account so I'm not sure what the issue is.
Replies
2
Boosts
0
Views
109
Activity
2d
Reply to Provisioning profiles marked "Ineligible" for Contactless Pass Provisioning even though entitlement is present in profile
[quote='884395022, kpatel1991, /thread/821961?answerId=884395022#884395022, /profile/kpatel1991'] we have re-applied for the capability however upon submitting the form we got a Server 500 error. [/quote] Well, that’s not good. I reported this to the relevant folks, and they’re investigating. My understanding is that this error is coming from the redirect that happens after the request was submitted, so your request actually did make it into the system. [quote='884518022, ltanh, /thread/821961?answerId=884518022#884518022, /profile/ltanh'] When requesting Contactless Pass Provisioning for Enterprise Org, we can request the SharableCredential only. [/quote] My understanding is that you should use the current submission form, which requests the new capability, but you’ll been assigned the old capability until this issue is resolved. [quote='884518022, ltanh, /thread/821961?answerId=884518022#884518022, /profile/ltanh'] Do you have any ETA for the fix? [/quote] No. I can’t talk about The Future™ [1]. [quote='884
Replies
Boosts
Views
Activity
2d
Reply to libtool: warning: 'Foo.o' has no symbols on Xcode 26.4
[quote='822750021, yonator, /thread/822750, /profile/yonator'] it seems like all of our libraries [/quote] These are static libraries, right? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
2d
Reply to how to get process exec event
To what end? Most folks who ask questions like this are trying to do some sort of security product, in which case Endpoint Security is the right option. So I’m curious what you plan to do with this information if you’re not a security product. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
2d
Reply to Wi-Fi Aware using QUIC
Thanks for starting a new thread for this. I’ve seen reports of problems like this from others, so I’m currently researching how that panned out and I’ll reply with an update when I know more. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
2d
Reply to NEProxySettings.matchDomains = [""] — supported catch-all when no IP routes are claimed?
[quote='822733021, Kesava_jawaharlal_fp1, /thread/822733, /profile/Kesava_jawaharlal_fp1'] We are building a VPN using NEPacketTunnelProvider where the intent is to route HTTP/S traffic through a local proxy server [/quote] To what end? My experience is that most folks on this path are trying to implement a content filter on iOS. We don’t support the use of packet tunnel provider for that. See TN3120 Expected use cases for Network Extension packet tunnel providers. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
2d
Reply to MIDI Drag-and-drop to Logic Pro via NSItemProvider
I don’t have a lot of insight into this — UI frameworks aren’t really my thing — but M78 posted their bug number (FB18243622) upthread, and from that I was able to see this is reported as fixed in Logic Pro 12.0. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
iCloud Drive silent upload deadlock caused by stale HTTP/3 session in nsurlsessiond (FB22476701)
Summary On macOS 26.4.1 (25E253), iCloud Drive file uploads can enter a silent deadlock where every upload attempt fails at the transport layer. No error is surfaced anywhere — not in Finder, not in System Settings, not in the iCloud status panel. The upload queue simply stops. Other iCloud services (Photos, Mail, App Store) continue to work normally through the same networking infrastructure at the same time. Root Cause The issue is a stale HTTP/3 (QUIC) session cached in the user-level nsurlsessiond process's BackgroundConnectionPool. The deadlock cycle: cloudd requests an upload to the GCS storage endpoint nsurlsessiond provides the cached (broken) HTTP/3 session The TLS handshake succeeds, but the body upload dies mid-transfer (err=T, requestDuration=-1.000, responseHeaderBytes=0) cloudd retries with a new connectionUUID — but nsurlsessiond still routes through the same poisoned QUIC session This repeats indefinitely Killing cloudd alone does not help — nsurlsessiond retains the poisoned pool. Only killin
Replies
3
Boosts
0
Views
119
Activity
2d
NEURLFilter Not Blocking URLs
I've been able to run this sample project with the PIRServer. But the urls are still not blocked. https://developer.apple.com/documentation/networkextension/filtering-traffic-by-url https://github.com/apple/pir-service-example I got this on the log Received filter status change:
Replies
2
Boosts
0
Views
137
Activity
2d
Unable to Change Primary Locale for 4–6 Year Old Live App – “Missing Screenshots” Error Despite All Assets Uploaded
Hi everyone, We’re facing an issue while trying to change the Primary Language / Primary Locale of a long-standing live iOS app in App Store Connect. The app has been live for 4–6+ years. When attempting to update the Primary Locale from App Information, we receive the following error: “Primary Locale couldn’t be saved because you must first provide all the required screenshots for each version in this language.” However: The target localization (English – UK) already exists. All required screenshot sets are uploaded. No screenshot sections are blank (iPhone and iPad – all visible display sizes). Both the live version and the version in review contain complete screenshot sets. No Apple Watch or iMessage extensions are currently included in the build. A clean build has been uploaded and selected. Removing the version from review does not resolve the issue. There are no visible validation errors in the UI. This appears to be either: A hidden backend validation requirement, A legacy platform association
Replies
1
Boosts
0
Views
118
Activity
2d