Search results for

“eskimo”

37,165 results found

Post

Replies

Boosts

Views

Activity

Reply to Way to do TLS v1.3 Parameter Configuration
[quote='888632022, ShrutiGoyal7032, /thread/826943?answerId=888632022#888632022, /profile/ShrutiGoyal7032'] I am using URLSession as of now. [/quote] There’s definitely nothing like this for URLSession. It has very few TLS knobs to twiddle. It’s basically just min and max TLS version. See the URLSessionConfiguration docs for more. If you drop down to Network framework then you have more options. Specifically, when you create a connection you can tweak many TLS settings via the securityProtocolOptions property. For a full list, see [1]. Reading through that header today, I don’t see anything like what you’re looking for. I encourage you to check that for yourself and, if you don’t find what you need, file an enhancement request with the details, and an explanation of why you need it. And if you do file a bug, please post the bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] When reading th
3w
Reply to Programmatically installing a Root CA with "Always Trust" via LaunchDaemon for DLP agent
[quote='888729022, Pavel, /thread/826844?answerId=888729022#888729022, /profile/Pavel'] trust settings are stored separately from the certificate. [/quote] Correct. Although that’s an implementation detail, not something I’d considered to be API. Honestly, the fact that trust settings survive you removing and then re-installing an anchor certificate always struck me as a bug (although I never filed a bug report about it, so I don’t know if the Security framework team agree me with me about that). [quote='888729022, Pavel, /thread/826844?answerId=888729022#888729022, /profile/Pavel'] Does this mean that I can pre-configure the necessary settings during the software installation? [/quote] I’ve no idea. And even if it does work, is it something you want to base a product on? It’s skating close to the edge of implementation details, at least IMO. [quote='888729022, Pavel, /thread/826844?answerId=888729022#888729022, /profile/Pavel'] Is there a supported way via the command line to import trust settings for only o
Topic: App & System Services SubTopic: Core OS Tags:
3w
Reply to The callback is not triggered when the app is launched from a terminated state via the notification action
[quote='888680022, Madhuri_Ramapure, /thread/826318?answerId=888680022#888680022, /profile/Madhuri_Ramapure'] we need this functionality so is there any alternative to fix this issue? [/quote] It’s hard to answer that without more background as to what your app is actually trying to do. Can you describe the bigger picture here? But, if your specific goal is “I want to start a background download and have it continue even if my app has been ‘force quit’ by the user” then, no, there’s no way to do that. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3w
Reply to Requesting URL Filtering capability
[quote='888671022, Pushpak-Ambadkar123, /thread/823247?answerId=888671022#888671022, /profile/Pushpak-Ambadkar123'] One thing I wanted to confirm [/quote] You started a new thread [1] about this specific question, so let’s discuss that there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, two new threads (-:
3w
Reply to VZVirtualMachineView window and system function keys
[quote='888654022, rbmanian75, /thread/826990?answerId=888654022#888654022'] I have already set this to true. [/quote] OK. I’d like to clarify the actual goal here. On macOS function keys behave [1] in one of two different ways: Without the fn modifier, the function keys perform built-in actions. For example, pressing F10 on my MacBook Pro perform a mute action. With the fn modifier, the function keys generate traditional function key events. For example, pressing fn + F10 generates an F10 function key event. Which of these are you trying to route to the guest? Also, you specifically called out F10 and F11. Were those just examples? Or are you seeing different behaviours for different function keys? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] You can reverse these two options with System Settings > Keyboard > Keyboard Shortcuts > Function Keys > Use F1, F2, etc. keys as standard function keys. Wow, we re
3w
Reply to NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
The limitations you’re bumping in to are by design. See the Deploying a content filter provider section of TN3134 Network Extension provider deployment for your options. You might also look at switching to a URL filter. That has a privacy preserving design without any deployment limitations. Finally, I recommend that you watch WWDC 2025 Session 234 Filter and tunnel network traffic with NetworkExtension, which offers a great summary of the various options in this space. Oh, wait, one more thing: [quote='827228021, RomainDropB, /thread/827228, /profile/RomainDropB'] the core feature doesn't work for end users. [/quote] The best way to avoid shocks like that in the future is to test your app using TestFlight. TestFlight reuses a bunch of App Store infrastructure, so it’s the closest you can get to an App Store release while still preventing ‘civilians’ from downloading your app. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3w
Reply to Cannot access profile page of individual DTS engineers
You’re not the first person to notice this. I can’t provide any backstory, but I will say that an enhancement request to bring this back feature would be welcome [1]. Make sure to include an explanation of why you want this. Please post your bug number so I can add it to my own personal watchlist. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] I’m almost certain that someone has already filed a bug about this, but I spent a bunch of time looking for that today and I couldn’t find it. It may have got merged into a wider bug about our user name story in general (right now if two DTSers are helping you on a thread, it’s hard to tell them apart). Regardless, a new bug from a third-party developer explaining the value they see in the feature would be useful.
3w
Reply to Developer ID notarization submissions stuck In Progress after app transfer
You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays. For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive. [quote='827096021, mazzystar, /thread/827096, /profile/mazzystar'] Is it expected for Developer ID notarization jobs to remain “In Progress” for more than a day with no log available? [/quote] Yes, if you hit the in-depth analysis path mentioned above. We don’t document a detailed list of criteria that cause a request to get on that path. However, one thing I’ve noticed here on the forums is that folks with new apps, or new teams, are commonly affected. Given that, I’m not super surprised that you’re seeing it after an app transfer. My advice here is that you simple wait. This state usually cle
Topic: Code Signing SubTopic: Notarization Tags:
3w
Reply to Notarization Submissions Stuck in “In Progress” Since 18 May 2026
You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays. For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
3w
Reply to all my notarization submissions have been stuck in "In Progress" status for over 4 hours.
You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays. For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive. [quote='827153021, weoil, /thread/827153, /profile/weoil'] This is NOT a new developer account - submissions from yesterday and all prior days completed successfully [/quote] Right. While my experience, based on talking to folks here on the forums, is that the in-depth analysis path is more common for new accounts, it’s certainly not exclusive to new accounts. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3w
Reply to mTLS : Guidance on Generating SecIdentity with Existing Private Key and Certificate
Sorry I didn’t reply to this earlier. I’m not sure how I missed your replies last August. I’m also not sure why your code is failing, and there’s too much there for me to check line-by-line. However, I have a general debugging process for issues like this. The basic idea idea is to dump the contents of the keychain after each step to make sure that the stuff you think you’ve set is actually set. In your case that means three probes: One after you create the private key, to see its attributes. One after you add the certificate, to see its attributes. One after the identity lookup fails, to see if any identities are available and what they’re attributes are. As to what these probes look like, I recently updated SecItem: Pitfalls and Best Practices with some suggestions on that front. First, the Starting from Scratch section explains how to reset the keychain so that each of your tests starts from a known clear state. Second, the Lost Keychain Items, Redux section explains how to dump all the attributes of all t
3w
Reply to Way to do TLS v1.3 Parameter Configuration
[quote='888632022, ShrutiGoyal7032, /thread/826943?answerId=888632022#888632022, /profile/ShrutiGoyal7032'] I am using URLSession as of now. [/quote] There’s definitely nothing like this for URLSession. It has very few TLS knobs to twiddle. It’s basically just min and max TLS version. See the URLSessionConfiguration docs for more. If you drop down to Network framework then you have more options. Specifically, when you create a connection you can tweak many TLS settings via the securityProtocolOptions property. For a full list, see [1]. Reading through that header today, I don’t see anything like what you’re looking for. I encourage you to check that for yourself and, if you don’t find what you need, file an enhancement request with the details, and an explanation of why you need it. And if you do file a bug, please post the bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] When reading th
Replies
Boosts
Views
Activity
3w
Reply to Programmatically installing a Root CA with "Always Trust" via LaunchDaemon for DLP agent
[quote='888729022, Pavel, /thread/826844?answerId=888729022#888729022, /profile/Pavel'] trust settings are stored separately from the certificate. [/quote] Correct. Although that’s an implementation detail, not something I’d considered to be API. Honestly, the fact that trust settings survive you removing and then re-installing an anchor certificate always struck me as a bug (although I never filed a bug report about it, so I don’t know if the Security framework team agree me with me about that). [quote='888729022, Pavel, /thread/826844?answerId=888729022#888729022, /profile/Pavel'] Does this mean that I can pre-configure the necessary settings during the software installation? [/quote] I’ve no idea. And even if it does work, is it something you want to base a product on? It’s skating close to the edge of implementation details, at least IMO. [quote='888729022, Pavel, /thread/826844?answerId=888729022#888729022, /profile/Pavel'] Is there a supported way via the command line to import trust settings for only o
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
3w
Reply to The callback is not triggered when the app is launched from a terminated state via the notification action
[quote='888680022, Madhuri_Ramapure, /thread/826318?answerId=888680022#888680022, /profile/Madhuri_Ramapure'] we need this functionality so is there any alternative to fix this issue? [/quote] It’s hard to answer that without more background as to what your app is actually trying to do. Can you describe the bigger picture here? But, if your specific goal is “I want to start a background download and have it continue even if my app has been ‘force quit’ by the user” then, no, there’s no way to do that. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3w
Reply to codesign tool generates "timestamps differ by XXX seconds" error
Thanks for filing FB22826737 and FB22826836. [quote='888642022, jaikiran, /thread/826273?answerId=888642022#888642022, /profile/jaikiran'] I hope that's fine. [/quote] It is. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
3w
Reply to Requesting URL Filtering capability
[quote='888671022, Pushpak-Ambadkar123, /thread/823247?answerId=888671022#888671022, /profile/Pushpak-Ambadkar123'] One thing I wanted to confirm [/quote] You started a new thread [1] about this specific question, so let’s discuss that there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, two new threads (-:
Replies
Boosts
Views
Activity
3w
Reply to VZVirtualMachineView window and system function keys
[quote='888654022, rbmanian75, /thread/826990?answerId=888654022#888654022'] I have already set this to true. [/quote] OK. I’d like to clarify the actual goal here. On macOS function keys behave [1] in one of two different ways: Without the fn modifier, the function keys perform built-in actions. For example, pressing F10 on my MacBook Pro perform a mute action. With the fn modifier, the function keys generate traditional function key events. For example, pressing fn + F10 generates an F10 function key event. Which of these are you trying to route to the guest? Also, you specifically called out F10 and F11. Were those just examples? Or are you seeing different behaviours for different function keys? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] You can reverse these two options with System Settings > Keyboard > Keyboard Shortcuts > Function Keys > Use F1, F2, etc. keys as standard function keys. Wow, we re
Replies
Boosts
Views
Activity
3w
Reply to NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
The limitations you’re bumping in to are by design. See the Deploying a content filter provider section of TN3134 Network Extension provider deployment for your options. You might also look at switching to a URL filter. That has a privacy preserving design without any deployment limitations. Finally, I recommend that you watch WWDC 2025 Session 234 Filter and tunnel network traffic with NetworkExtension, which offers a great summary of the various options in this space. Oh, wait, one more thing: [quote='827228021, RomainDropB, /thread/827228, /profile/RomainDropB'] the core feature doesn't work for end users. [/quote] The best way to avoid shocks like that in the future is to test your app using TestFlight. TestFlight reuses a bunch of App Store infrastructure, so it’s the closest you can get to an App Store release while still preventing ‘civilians’ from downloading your app. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3w
Reply to Cannot access profile page of individual DTS engineers
You’re not the first person to notice this. I can’t provide any backstory, but I will say that an enhancement request to bring this back feature would be welcome [1]. Make sure to include an explanation of why you want this. Please post your bug number so I can add it to my own personal watchlist. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] I’m almost certain that someone has already filed a bug about this, but I spent a bunch of time looking for that today and I couldn’t find it. It may have got merged into a wider bug about our user name story in general (right now if two DTSers are helping you on a thread, it’s hard to tell them apart). Regardless, a new bug from a third-party developer explaining the value they see in the feature would be useful.
Replies
Boosts
Views
Activity
3w
Reply to Developer ID notarization submissions stuck In Progress after app transfer
You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays. For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive. [quote='827096021, mazzystar, /thread/827096, /profile/mazzystar'] Is it expected for Developer ID notarization jobs to remain “In Progress” for more than a day with no log available? [/quote] Yes, if you hit the in-depth analysis path mentioned above. We don’t document a detailed list of criteria that cause a request to get on that path. However, one thing I’ve noticed here on the forums is that folks with new apps, or new teams, are commonly affected. Given that, I’m not super surprised that you’re seeing it after an app transfer. My advice here is that you simple wait. This state usually cle
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
3w
Reply to Requesting Network Extension Capability
I think I know the answer here, but I wanna check before I say anything definitive. I’ll get back to you on this. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3w
Reply to Onboarding OHTTP relay
Let’s focus this discuss on your other thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3w
Reply to Notarization Submissions Stuck in “In Progress” Since 18 May 2026
You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays. For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
3w
Reply to all my notarization submissions have been stuck in "In Progress" status for over 4 hours.
You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays. For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive. [quote='827153021, weoil, /thread/827153, /profile/weoil'] This is NOT a new developer account - submissions from yesterday and all prior days completed successfully [/quote] Right. While my experience, based on talking to folks here on the forums, is that the in-depth analysis path is more common for new accounts, it’s certainly not exclusive to new accounts. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3w
Reply to VZVirtualMachineView window and system function keys
Oh, before you do that, can you try with the capturesSystemKeys property set, just in case that changes this. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3w
Reply to mTLS : Guidance on Generating SecIdentity with Existing Private Key and Certificate
Sorry I didn’t reply to this earlier. I’m not sure how I missed your replies last August. I’m also not sure why your code is failing, and there’s too much there for me to check line-by-line. However, I have a general debugging process for issues like this. The basic idea idea is to dump the contents of the keychain after each step to make sure that the stuff you think you’ve set is actually set. In your case that means three probes: One after you create the private key, to see its attributes. One after you add the certificate, to see its attributes. One after the identity lookup fails, to see if any identities are available and what they’re attributes are. As to what these probes look like, I recently updated SecItem: Pitfalls and Best Practices with some suggestions on that front. First, the Starting from Scratch section explains how to reset the keychain so that each of your tests starts from a known clear state. Second, the Lost Keychain Items, Redux section explains how to dump all the attributes of all t
Replies
Boosts
Views
Activity
3w