Search results for

Apple Maps Guides

149,914 results found

Post

Replies

Boosts

Views

Activity

Reply to SMAppService
Thanks for confirming that. If you’re using BundleProgram then there’s only one copy of your daemon on the system at any given time, the one embedded within your app. Which brings us to this: [quote='804561021, BenderNym, /thread/804561, /profile/BenderNym'] I have a theory, that sending the daemon a command to kill itself after app update, would load the latest daemon. [/quote] That’s what I’d expect. Please give it a whirl and let us know how you get along. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
4d
Reply to utun interfaces not cleaned up using NetworkExtension
laszlolaszlo et al, Keep in mind that this is Apple Developer Forums, where the goal is to help developers with code-level problems. If you’re having problems with a third-party product, I recommend that you reach out to its developer via their support channel. Apple folks can’t help you with a third-party product, and it’s quite unlikely that anyone from the third-party product’s support team is hanging out here. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
4d
Unable to Staple Notarization Ticket – SSL Certificate Mismatch for oscdn.apple.com
Hello Apple Support, While attempting to staple a notarization ticket for our signed installer package, the stapler command fails with Error 65. Upon investigation, we found that connections to oscdn.apple.com present an SSL certificate issued to a248.e.akamai.net, which does not include oscdn.apple.com in its Subject Alternative Name (SAN). This mismatch prevents our macOS environment from validating tickets and completing the stapling process. Steps tried: Verified notarization status (Accepted). DNS flushed, tried different DNS (8.8.8.8, 1.1.1.1). curl to oscdn.apple.com consistently fails with SSL error 60. Please advise on resolving this certificate mismatch. also when I try to run the stapler command with my pkg xcrun stapler staple/Users/mactest/Desktop/IPMPlus_Macos_Installer.signed.pkg getting the output like :- Processing: /Users/mactest/Desktop/IPMPlus_Macos_Installer.signed.pkg Could not validate ticket for /Users/mac-test/Desktop/IPMPlus_Macos_Installer.signed.pkg The staple and validate
5
0
428
4d
Reply to Unable to Staple Notarization Ticket – SSL Certificate Mismatch for oscdn.apple.com
[quote='861496022, Vigyanlabs, /thread/794800?answerId=861496022#861496022, /profile/Vigyanlabs'] Tried stapling … but it fails with Error 65. [/quote] There are two common causes of error 65, as I explain in Resolving Error 65 When Stapling. If you look at the details of the error, you should be able to figure out which one you’re hitting, and follow the resolution steps from there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
4d
Reply to the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
[quote='862370022, kargoedev, /thread/771265?answerId=862370022#862370022, /profile/kargoedev'] they should have a compiler flag you can add that requires you to declare all variable types [/quote] You should feel free to pitch that idea via Swift Evolution. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Programming Languages SubTopic: Swift Tags:
4d
Securely passing credentials from Installer plug-in to newly installed agent — how to authenticate the caller?
I’m using a custom Installer plug-in (InstallerPane) to collect sensitive user input (username/password) during install. After the payload is laid down, I need to send those values to a newly installed agent (LaunchAgent) to persist them. What I tried I expose an XPC Mach service from the agent and have the plug-in call it. On the agent side I validate the XPC client using the audit token → SecCodeCopyGuestWithAttributes → SecCodeCheckValidity. However, the client process is InstallerRemotePluginService-* (Apple’s view service that hosts all plug-ins), so the signature I see is Apple’s, not mine. I can’t distinguish which plug-in made the call. Any suggestion on better approach ?
5
0
1.5k
4d
Reply to Wi-Fi aware in the app's background execution mode
[quote='862666022, nikhil2701, /thread/787570?answerId=862666022#862666022, /profile/nikhil2701'] I have a followup question on this [/quote] I’m gonna recommend that you put your question in a new thread. Use the App & System Services > Networking so that I see it go by. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
4d
Reply to NEVPNConnectionErrorDomainPlugin code 7 on URLFilter sample code
[quote='862030022, krpaul, /thread/802801?answerId=862030022#862030022, /profile/krpaul'] I have reproduced the bug and collected a sysdiagnose [/quote] Thanks. I took a quick look at your bug (FB20479096) and it’s definitely in the right place. As to this mysterious error 7, that’s actually pretty generic. The more interesting error is error 14, in your second snippet, which is specific to URL filters. That is .unknown: print(NEURLFilterManager.Error.unknown.rawValue) // -> 14 Usually errors like this come are accompanied by more hints in the system log. I explained that idea in this post yesterday. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
4d
Reply to Performance degradation of HTTP/3 requests in iOS app under specific network conditions
[quote='861858022, Foplik, /thread/802184?answerId=861858022#861858022, /profile/Foplik'] we can't reproduce this issue in the iOS simulator. [/quote] OK. I asked that for a bunch of reasons: The simulator offers more network debugging options. If something reproduces in the simulator, I’d expect it to reproduce on macOS itself, which opens up further options. The next step is to file a bug, and the best way to do that depends on the platform. IMO you should file a bug about this. It’d be ideal if you could include: A small test project that reproduces the problem. A sysdiagnose log taken on the device immediately after reproducing the problem. After having installed the Network Diagnostics debug profile from our Bug Reporting > Profiles and Logs page. An RVI packet trace of the fast and slow cases. Presuming that just enabling RVI doesn’t resolve the problem, of course (-: Please post your bug number, just for the record. [quote='802184021, Foplik, /thread/802184, /profile/Foplik'] Attempted to collect ql
4d
Reply to RCS failing on iOS 18 when VPN active
[quote='861588022, tommyjc, /thread/763494?answerId=861588022#861588022, /profile/tommyjc'] In October 2025 this is still an issue [/quote] That gels with my reading of FB15094270, which remains unresolved. Has anyone else filed any bugs about this? If so, please post the bug numbers. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
4d
Reply to Network.Framework: Per-process simultaneous connection limit
[quote='862856022, _JC, /thread/803846?answerId=862856022#862856022, /profile/_JC'] making sure connection.cancel() is called before we throw away a connection! [/quote] That’s something I recommend. Connections will automatically cancel when you release the last reference, but that makes cancellation somewhat non-deterministic, in that it’s easy for a reference to last much long that you might expect. And if you accidentally ‘leak’ a reference then the consequences are much worse if you don’t explicitly cancel. I also recommend that you nil out the various handlers installed on the connection. Without that, it’s easy to form a retain loop that prevents the auto cancellation. And even if you explicitly cancel, older versions of Network framework can still leave you with a retain loop. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
4d
Reply to AVSpeechSynthesisVoice ignores user-selected voices in iOS 26 (Regression)
We have added the following note: Tested on iOS 26.1 release: The following effects can be observed, if for the locale en-US, an Apple voice is selected (e.g. Evan): Speech Controller (Read & Speak -> Speak Screen -> Show Controller) play button reads with selected Apple Voice (i.e. not the Apple default voice Samantha) the Swift API method AVSpeechSnythesisVoice(language:) still returns Samantha (bug !) To observe the reported bug, you really need to install a 3rd party voice, i.e. a non-Apple voice. You can test it without subscription fee with e.g. Símarómur on the App Store: https://apps.apple.com/is/app/s%C3%ADmar%C3%B3mur/id6745481689 Install Símarómur, select the Steinn voice in Accessibility -> Read & Speak -> Voices -> English -> Steinn (en-US). Test functionality of voice via pressing Play Button inside the Settings (works). Then try to use the Speech Controller to read an English Text e.g. in the Safari browser -> Suddenly uses Samant
4d
SwiftData and CloudKit not synching between devices
Hi, Not sure how to describe my issue best: I am using SwiftData and CloudKit to store my data. In the past, when I tested my app on different devices, the data would sync between the devices automatically. For whatever reason this has stopped now and the data no longer syncs. No matter what I do, it feels as if all the data is actually stored just locally on each device. How can I check if the data is actually stored in the cloud and what could be reasons, why its no longer synching between my devices (and yes, I am logged in with the same Apple ID on all devices). Thanks for any hint! Max
6
0
132
4d