Search results for

“eskimo”

36,609 results found

Post

Replies

Boosts

Views

Activity

Reply to How to visualize AR-dependent app if not supported on Simulator for Swift Student Challenge?
If your submission relies on features that are only available on device, I recommend that you built and test it using the Swift Playground app and then request that it be judged in that environment. The major drawback with that is that the current Swift Playground app doesn’t support the iOS 26 SDK )-: I don’t have anything to share about that limitation right now, but if and when I do I’ll update this other thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Feb ’26
Reply to Questions about the Swift Student Challenge
[quote='815182021, backstroke, /thread/815182, /profile/backstroke'] because multicultural themes are a main point of my app, it seems unavoidable to use other languages. [/quote] Agreed. This is one of those cases where it’s important to understand the rationale for the rule. The requirement that everything be in English exists so that the judges can review your submission, both by running the app and looking at the code. So, if the goal of your submission is to show off multiple languages, then that’s your only real option. However, it’s important to put yourself in the position of the judges who review your submission. Will they be able to understand how cool it is? Keep in mind that: Folks who grew up with alphabetic script systems are notoriously bad at recognising logograms. Folks who speak non-tonal languages struggle to hear tones. So construct your submission in a way that someone who only reads and speaks English can understand how cool it is. Share and Enjoy — Quinn “The Eskimo!” @ Develop
Topic: Design SubTopic: General Tags:
Feb ’26
Reply to trapping specific standard system registers
Are there any plans to introduce its system registers to HVF’s EL2 support? We can't talk about The Future™ [1], but if you'd like to see this change I encourage you to file an enhancement request describing your requirements. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] See tip 3 in Quinn's Top Ten DevForums Tips.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’26
Reply to com.apple.developer.payment-pass-provisioning missing in TestFlight build despite provisioning profile having it
Thanks for that dump. Much nicer! My reading of the stuff in your latest post suggests that you’re authorised to use the entitlement but you’re not actually claiming it. Remember that a provisioning profile acts an allowlist. It tells the system what entitlements you’re allowed to claim, but it doesn’t actually claim them. You actually claim entitlements in your app’s code signature. Note To learn more about how this works, see TN3125 Inside Code Signing: Provisioning Profiles. I usually debug problems like this by first confirming the nature of the problem: Instead of sending my app directly to App Store Connect, I export an archive. For example, when using Xcode’s organiser window I click Distribute App and then follow the Custom > App Store Connect > Export workflow. I then upload that archive using Transporter. Presuming that reproduces the problem, I unpack the archive by hand. See Unpacking Apple Archives. I can then dump the profile and the entitlements in the resulting app. The profile dump comm
Topic: Code Signing SubTopic: Entitlements Tags:
Feb ’26
Reply to Playgrounds app with the latest SDK (OS 26)
[quote='875266022, TheBeeApplications, /thread/812429?answerId=875266022#875266022, /profile/TheBeeApplications'] is it acceptable that I use my own glass system instead …? [/quote] I don’t think you’ll get a detailed answer to that. When folks ask questions about what is or isn’t acceptable, I can only really point them at the challenge rules, and specifically: Developer > Swift Student Challenge > Eligibility and requirements Developer > Swift Student Challenge > Terms and Conditions [quote='875266022, TheBeeApplications, /thread/812429?answerId=875266022#875266022, /profile/TheBeeApplications'] Also, I am not able to make portrait mode be locked when tested on iPad, is there any method to lock it in SP? [/quote] I recommend that you start a new thread with that specific question. Put it in the UI Frameworks subtopic that’s most appropriate for the UI framework you’re using, and tag it with Swift Student Challenge. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Ap
Feb ’26
Reply to Limit IP Tracking keeps turing back on
[quote='875443022, Midnite630, /thread/814338?answerId=875443022#875443022, /profile/Midnite630'] Apps tested and showing this issue are Safari, Chrome, Mail to start. [/quote] Ah, OK, I thought that this might be an issue specific to an app that you’re developing. The Apple Developer Forums are primarily focused on helping developers with the APIs in Apple’s various platform SDKs. With an issue like this, where you’re having problems with system behaviour that affects all apps, your best path forward is to file a bug in Feedback Assistant. And it seems that you’ve done that already (FB21483619), which is great. Thank you! [quote='875443022, Midnite630, /thread/814338?answerId=875443022#875443022, /profile/Midnite630'] After doing some testing, I determined the possible issue. [/quote] Interesting. When you find new factoids like this, please make sure to update your bug. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Feb ’26
Reply to Disable Local Network Access permission check
[quote='875466022, IngmarStein, /thread/787032?answerId=875466022#875466022, /profile/IngmarStein'] I don't see a revision number like [/quote] Ah, sorry for the confusion there. That’s a Radar bug number. You won’t be able to access it directly. See Bug Reporting: How and Why? for more about that. I’ll make sure to include that bug number in the revision history of the TN3179 update. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Feb ’26
Reply to iOS 26 - Identify network switch
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. You wrote: To get info about nearby WIFi networks and filter out company specific SSIDs and to prioritize them Can you expand on that? What are you doing with that SSID list once you get it? It’s hard for me to suggest a path forward without a better understanding of your ultimate goal. [quote='875214022, arnair, /thread/808341?answerId=875214022#875214022, /profile/arnair'] Is there an official deprecation schedule or timeline? [/quote] No. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Feb ’26
Reply to Notarization submissions stuck in “In Progress” for >24 hours (CI / REST API) – production impact
[quote='875241022, Jackson_Hsieh, /thread/814841?answerId=875241022#875241022, /profile/Jackson_Hsieh'] Out of curiosity, are you aware of any recent service-side changes or increases in backlog … ? [/quote] No. Out and out outages are usually signalled via Developer > System Status > Developer ID Notary Service. In many cases this isn’t update as promptly as I’d like, so the status indicates a fixed issue rather than an active outage. However, my experience is that notary outages are often related to underlying issues in Apple’s infrastructure, so if I suspect an outage I look an that page and the wider Apple System Status for other problems. In terms of backlog, that’s not usually a problem although there was this one exception. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Feb ’26
Reply to All notarization submissions stuck "In Progress" for 24+ hours — first-time Electron app
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. bralca wrote: Is there an estimation of how long will it take for this in depth review? Not officially. My experience is that it usually clears in a day or two. I start to worry if it’s been more than a week. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Feb ’26
Reply to Reproducible EXC_BAD_ACCESS in NEDNSProxyProvider when using async/await variants of NEAppProxyUDPFlow
[quote='815033021, AndriiSulimenko, /thread/815033, /profile/AndriiSulimenko'] Minimum Working Example [/quote] Hmmm, that’s a minimum failing example, right? That is, you wrote this code specifically to reproduce the crash, right? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Feb ’26
Reply to How to visualize AR-dependent app if not supported on Simulator for Swift Student Challenge?
If your submission relies on features that are only available on device, I recommend that you built and test it using the Swift Playground app and then request that it be judged in that environment. The major drawback with that is that the current Swift Playground app doesn’t support the iOS 26 SDK )-: I don’t have anything to share about that limitation right now, but if and when I do I’ll update this other thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to Questions about the Swift Student Challenge
[quote='815182021, backstroke, /thread/815182, /profile/backstroke'] because multicultural themes are a main point of my app, it seems unavoidable to use other languages. [/quote] Agreed. This is one of those cases where it’s important to understand the rationale for the rule. The requirement that everything be in English exists so that the judges can review your submission, both by running the app and looking at the code. So, if the goal of your submission is to show off multiple languages, then that’s your only real option. However, it’s important to put yourself in the position of the judges who review your submission. Will they be able to understand how cool it is? Keep in mind that: Folks who grew up with alphabetic script systems are notoriously bad at recognising logograms. Folks who speak non-tonal languages struggle to hear tones. So construct your submission in a way that someone who only reads and speaks English can understand how cool it is. Share and Enjoy — Quinn “The Eskimo!” @ Develop
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to iOS App Review: Guidelines 5.1.1(i) - Legal - Privacy - Data Collection and 5.1.2(i) - Legal - Privacy - Data Use
Let’s focus this discussion on your other thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to trapping specific standard system registers
Are there any plans to introduce its system registers to HVF’s EL2 support? We can't talk about The Future™ [1], but if you'd like to see this change I encourage you to file an enhancement request describing your requirements. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] See tip 3 in Quinn's Top Ten DevForums Tips.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to com.apple.developer.payment-pass-provisioning missing in TestFlight build despite provisioning profile having it
Thanks for that dump. Much nicer! My reading of the stuff in your latest post suggests that you’re authorised to use the entitlement but you’re not actually claiming it. Remember that a provisioning profile acts an allowlist. It tells the system what entitlements you’re allowed to claim, but it doesn’t actually claim them. You actually claim entitlements in your app’s code signature. Note To learn more about how this works, see TN3125 Inside Code Signing: Provisioning Profiles. I usually debug problems like this by first confirming the nature of the problem: Instead of sending my app directly to App Store Connect, I export an archive. For example, when using Xcode’s organiser window I click Distribute App and then follow the Custom > App Store Connect > Export workflow. I then upload that archive using Transporter. Presuming that reproduces the problem, I unpack the archive by hand. See Unpacking Apple Archives. I can then dump the profile and the entitlements in the resulting app. The profile dump comm
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Report JetsamEvent kill app event to MetricKit
Thanks for filing FB9972410. I took a quick look at its with the right folks. Beyond that, I’ve no info to share as to if or when something like might land. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Playgrounds app with the latest SDK (OS 26)
[quote='875266022, TheBeeApplications, /thread/812429?answerId=875266022#875266022, /profile/TheBeeApplications'] is it acceptable that I use my own glass system instead …? [/quote] I don’t think you’ll get a detailed answer to that. When folks ask questions about what is or isn’t acceptable, I can only really point them at the challenge rules, and specifically: Developer > Swift Student Challenge > Eligibility and requirements Developer > Swift Student Challenge > Terms and Conditions [quote='875266022, TheBeeApplications, /thread/812429?answerId=875266022#875266022, /profile/TheBeeApplications'] Also, I am not able to make portrait mode be locked when tested on iPad, is there any method to lock it in SP? [/quote] I recommend that you start a new thread with that specific question. Put it in the UI Frameworks subtopic that’s most appropriate for the UI framework you’re using, and tag it with Swift Student Challenge. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Ap
Replies
Boosts
Views
Activity
Feb ’26
Reply to Limit IP Tracking keeps turing back on
[quote='875443022, Midnite630, /thread/814338?answerId=875443022#875443022, /profile/Midnite630'] Apps tested and showing this issue are Safari, Chrome, Mail to start. [/quote] Ah, OK, I thought that this might be an issue specific to an app that you’re developing. The Apple Developer Forums are primarily focused on helping developers with the APIs in Apple’s various platform SDKs. With an issue like this, where you’re having problems with system behaviour that affects all apps, your best path forward is to file a bug in Feedback Assistant. And it seems that you’ve done that already (FB21483619), which is great. Thank you! [quote='875443022, Midnite630, /thread/814338?answerId=875443022#875443022, /profile/Midnite630'] After doing some testing, I determined the possible issue. [/quote] Interesting. When you find new factoids like this, please make sure to update your bug. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to Disable Local Network Access permission check
[quote='875466022, IngmarStein, /thread/787032?answerId=875466022#875466022, /profile/IngmarStein'] I don't see a revision number like [/quote] Ah, sorry for the confusion there. That’s a Radar bug number. You won’t be able to access it directly. See Bug Reporting: How and Why? for more about that. I’ll make sure to include that bug number in the revision history of the TN3179 update. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to Rosetta 2 Deadlock on M4 Pro
Do you have FBnnn numbers for any of those? 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
Feb ’26
Reply to iOS 26 - Identify network switch
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. You wrote: To get info about nearby WIFi networks and filter out company specific SSIDs and to prioritize them Can you expand on that? What are you doing with that SSID list once you get it? It’s hard for me to suggest a path forward without a better understanding of your ultimate goal. [quote='875214022, arnair, /thread/808341?answerId=875214022#875214022, /profile/arnair'] Is there an official deprecation schedule or timeline? [/quote] No. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to Notarization submissions stuck in “In Progress” for >24 hours (CI / REST API) – production impact
[quote='875241022, Jackson_Hsieh, /thread/814841?answerId=875241022#875241022, /profile/Jackson_Hsieh'] Out of curiosity, are you aware of any recent service-side changes or increases in backlog … ? [/quote] No. Out and out outages are usually signalled via Developer > System Status > Developer ID Notary Service. In many cases this isn’t update as promptly as I’d like, so the status indicates a fixed issue rather than an active outage. However, my experience is that notary outages are often related to underlying issues in Apple’s infrastructure, so if I suspect an outage I look an that page and the wider Apple System Status for other problems. In terms of backlog, that’s not usually a problem although there was this one exception. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to All notarization submissions stuck "In Progress" for 24+ hours — first-time Electron app
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. bralca wrote: Is there an estimation of how long will it take for this in depth review? Not officially. My experience is that it usually clears in a day or two. I start to worry if it’s been more than a week. 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
Feb ’26
Reply to Reproducible EXC_BAD_ACCESS in NEDNSProxyProvider when using async/await variants of NEAppProxyUDPFlow
[quote='815033021, AndriiSulimenko, /thread/815033, /profile/AndriiSulimenko'] Minimum Working Example [/quote] Hmmm, that’s a minimum failing example, right? That is, you wrote this code specifically to reproduce the crash, right? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26
Reply to Inter-app Communication with Third Party SDK
What platform is this on? Specifically, macOS offers a bunch of interesting IPC options but most of those are not supported on iOS and its child platforms. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Feb ’26