Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,346 results found

Post

Replies

Boosts

Views

Activity

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
6d
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.
6d
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:
6d
App Waiting for Review Over 7 Days
Our application(Apple ID:861891048)has been stuck in the Waiting for Review status for more than 7 days(with an earlier version stuck in the same stage for another 7days). We submitted an expedited review request 3 days ago, and send an support email 2 days ago notify us it's been noticed, but nothing happens after. We were supposed to launch the new version along with our in-app event for the 20th May(520), now everything is left behind. We sincerely hope the expedited review request can help facilitate the process and move the review forward as soon as possible. We are gladly to offer any help or information to support. Thank you for your attention and assistance.
0
0
44
6d
Reply to Significant drop in APNs 410 Unregistered responses since around May 12
Hi, Thank you for the clarification. We understand that APNs 410 timing is intentionally unpredictable, and that APNs may return HTTP/200 for tokens that are no longer in active use for an extended period. However, the current issue does not appear to be correcting itself within a short while on our side. We have continued to observe the same behavior since around May 12, and it is still ongoing as of May 22. Across multiple bundle IDs, the volume and rate of HTTP/410 “Unregistered” responses remain significantly lower than the pre-May-12 baseline, while our APNs request volume, request flow, credentials, push token collection, and App Store Connect deletion trends remain stable. Could you clarify the following? Is this temporary glitch still ongoing on the APNs side? Is there an estimated timeline for when APNs 410 “Unregistered” response behavior is expected to return to normal? Should we expect APNs to eventually return 410 for tokens that would have returned 410 during the affected period, or will those t
6d
ARKit World Tracking Drift Regression on LiDAR-Equipped Devices - iOS 26.4+
Summary We have identified a reproducible world tracking drift regression in ARKit on LiDAR-equipped iOS devices running iOS 26.4 and later. A static virtual node anchored at the world origin visually drifts from its initial position as the user moves around a real-world scene, despite the scene remaining physically static. The same code produces stable, drift-free results on non-LiDAR devices running identical OS versions. Device & OS Observations Testing was performed across four devices on iOS 26.4 using the same application build and ARWorldTrackingConfiguration settings. Non-LiDAR devices — iPhone 14 and iPhone 15 — produced stable, drift-free tracking in all test runs. No world origin displacement was observed regardless of how long or how far the user walked. LiDAR-equipped devices — iPhone 14 Pro and iPhone 16 Pro — exhibited consistent, reproducible drift. A static node placed at the world origin visually shifted from its initial position as the user moved through the scene. The same dev
1
0
716
6d
In-App Purchases not attaching to app review submission / IAP section missing in App Store Connect
Hello, I am experiencing an App Store Connect issue where my In-App Purchases are not attaching to the app review submission. Current situation: The IAP products are fully configured. Status is currently Waiting for Review. Product IDs match the app code correctly. Sandbox testing works correctly. However, the app version page does not display the In-App Purchases and Subscriptions section at all. App Review repeatedly responds that they cannot locate the IAPs during review. It appears the IAP submission linkage between the binary and App Store Connect may be corrupted or missing. App: Phantom Spy I would appreciate any guidance or escalation assistance. Thank you.
3
0
215
6d
Organization Enrollment Stuck – Verification Call Never Connected – Enrollment ID 2556XS5J8X
Hello Apple Developer Support Team, I am writing to request assistance with my organization enrollment, which has been stuck in processing for over two weeks due to a circumstance outside my control. Enrollment ID: 2556XS5J8X Entity type: Organization (LLC) State of incorporation: Florida, USA Timeline of events: May 2, 2026 — Submitted all required organization documents for enrollment May 6, 2026 — Enrollment account was blocked May 7, 2026 — Requested unblock; account was successfully restored May 7–21, 2026 — Status has remained: Your enrollment is being processed with no payment option, no follow-up email, and no further communication The core issue — verification calls blocked as spam: Over the past several days, I received multiple calls from unknown numbers that my iPhone automatically flagged and silenced as spam. I did not realize at the time that these were Apple's organization verification calls. By the time I identified the pattern, the calls had already stopped. I have since di
1
0
115
6d
Reply to Zooming in Storyboards/XIBs for macOS App?
I don't see how you could ever do pixel-perfect layouts in storyboard in the first place. It's extremely buggy. I generally have a lot of constraints that I configure to be removed at build. I just need them in IB to keep the size greater than zero and less than 7000. Then I set accurate constraints in code. That's really the only option. What you see in IB is just a very rough facsimile of what it will look like when running. And many Mac controls don't support constraints at all.
6d
NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
Hello, I'm developing a gambling blocker app that uses NEFilterDataProvider. My app was approved on the App Store, but the core feature doesn't work for end users. I have the content-filter-provider entitlement. Issue 1 — saveToPreferences() fails in distribution builds In dev builds (Xcode direct install), NEFilterManager.saveToPreferences() works fine — iOS shows a permission dialog and the filter is registered. In distribution builds (TestFlight/App Store), it fails immediately: NEFilterErrorDomain code 5 — Operation not permitted Console log from nehelper: Creating a content filter configuration is only allowed through profile in production version Issue 2 — .mobileconfig profile requires MDM Following the Console hint, I tried a .mobileconfig profile with com.apple.webcontent-filter payload (ContentFilterUUID, FilterType: Plugin, PluginBundleID). On an unsupervised consumer iPhone (iOS 18.5), installation fails: Profile Installation Failed — MDM required Question: What is the correct me
3
0
181
6d
Reply to APNs VoiP Push Delivery Speed
Sorry for the delay. A bug on the forums prevented me from replying. That seems to be fixed now, so here are some examples: So, before I comment on your two examples, there are a few things I want to make clear: These issues cannot be properly investigated by simply looking at your app’s own logging or even the full system log. The actual behavior here is determined not just by the software environment, but the network the device is operating on and the physical environment the device is active in. Your app and server have no real role in any of this, and, ignoring obvious failures like app crashes or server failures, nothing you can do will have any effect on this. There is value in understanding how your pushes are generally behaving, but many developers come into these issues with the assumption that there is some kind of fix that they need to find and apply, after which their app will work great. Nothing like this actually exists. Looking at your two examples: APNs response time: 2026-05
6d
Enrollment stuck on "Pending" for 96+ hours after successful payment - No support response (Case #102893928841)
I am writing to seek help with my Apple Developer Program enrollment, which has been stuck on Pending status for more than 96 hours after a successful payment. My support case has also not received any reply within the promised 2 business days. Enrollment Details: Region: Turkey Payment date/time: May 17, 2026, 19:03 (GMT+3 / Turkey Time) Time elapsed since payment: 96+ hours Enrollment type: [Individual / Organization] Order Number: W1801866909 Current Status: My account still shows Pending Dashboard continues to display: Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process. The 48-hour processing window has been exceeded twice over I have NOT clicked complete your purchase again, to avoid a duplicate charge Support Case: Case Number: 102893928841 & #102896148475 Response received: None, despite the promised 2 business day response window What I have already verified: Two-Factor Authentication is ena
1
0
158
6d
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
6d
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
6d
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
6d
App Waiting for Review Over 7 Days
Our application(Apple ID:861891048)has been stuck in the Waiting for Review status for more than 7 days(with an earlier version stuck in the same stage for another 7days). We submitted an expedited review request 3 days ago, and send an support email 2 days ago notify us it's been noticed, but nothing happens after. We were supposed to launch the new version along with our in-app event for the 20th May(520), now everything is left behind. We sincerely hope the expedited review request can help facilitate the process and move the review forward as soon as possible. We are gladly to offer any help or information to support. Thank you for your attention and assistance.
Replies
0
Boosts
0
Views
44
Activity
6d
Reply to Could not launch app on watchOS downloaded from TestFlight
I've just (2 weeks ago) released an iOS/watchOS app and have a TestFlight user experiencing this. The app listens for HealthKit updates and wakes/processes/records data to update its complication. The user in question is on an S10 26.4 (23T240). That I know of no other user is experiencing this. I've had no reports of this happening for production users.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
6d
Reply to Significant drop in APNs 410 Unregistered responses since around May 12
Hi, Thank you for the clarification. We understand that APNs 410 timing is intentionally unpredictable, and that APNs may return HTTP/200 for tokens that are no longer in active use for an extended period. However, the current issue does not appear to be correcting itself within a short while on our side. We have continued to observe the same behavior since around May 12, and it is still ongoing as of May 22. Across multiple bundle IDs, the volume and rate of HTTP/410 “Unregistered” responses remain significantly lower than the pre-May-12 baseline, while our APNs request volume, request flow, credentials, push token collection, and App Store Connect deletion trends remain stable. Could you clarify the following? Is this temporary glitch still ongoing on the APNs side? Is there an estimated timeline for when APNs 410 “Unregistered” response behavior is expected to return to normal? Should we expect APNs to eventually return 410 for tokens that would have returned 410 during the affected period, or will those t
Replies
Boosts
Views
Activity
6d
exceeded wait time
I applied to migrate my apple developer account membership from individual to organisation developer account and I was told that my application will be reviewed in two working days.Now its almost 4 working days and I am yet to get an update.please what could the problem be?
Replies
2
Boosts
0
Views
59
Activity
6d
ARKit World Tracking Drift Regression on LiDAR-Equipped Devices - iOS 26.4+
Summary We have identified a reproducible world tracking drift regression in ARKit on LiDAR-equipped iOS devices running iOS 26.4 and later. A static virtual node anchored at the world origin visually drifts from its initial position as the user moves around a real-world scene, despite the scene remaining physically static. The same code produces stable, drift-free results on non-LiDAR devices running identical OS versions. Device & OS Observations Testing was performed across four devices on iOS 26.4 using the same application build and ARWorldTrackingConfiguration settings. Non-LiDAR devices — iPhone 14 and iPhone 15 — produced stable, drift-free tracking in all test runs. No world origin displacement was observed regardless of how long or how far the user walked. LiDAR-equipped devices — iPhone 14 Pro and iPhone 16 Pro — exhibited consistent, reproducible drift. A static node placed at the world origin visually shifted from its initial position as the user moved through the scene. The same dev
Replies
1
Boosts
0
Views
716
Activity
6d
In-App Purchases not attaching to app review submission / IAP section missing in App Store Connect
Hello, I am experiencing an App Store Connect issue where my In-App Purchases are not attaching to the app review submission. Current situation: The IAP products are fully configured. Status is currently Waiting for Review. Product IDs match the app code correctly. Sandbox testing works correctly. However, the app version page does not display the In-App Purchases and Subscriptions section at all. App Review repeatedly responds that they cannot locate the IAPs during review. It appears the IAP submission linkage between the binary and App Store Connect may be corrupted or missing. App: Phantom Spy I would appreciate any guidance or escalation assistance. Thank you.
Replies
3
Boosts
0
Views
215
Activity
6d
Organization Enrollment Stuck – Verification Call Never Connected – Enrollment ID 2556XS5J8X
Hello Apple Developer Support Team, I am writing to request assistance with my organization enrollment, which has been stuck in processing for over two weeks due to a circumstance outside my control. Enrollment ID: 2556XS5J8X Entity type: Organization (LLC) State of incorporation: Florida, USA Timeline of events: May 2, 2026 — Submitted all required organization documents for enrollment May 6, 2026 — Enrollment account was blocked May 7, 2026 — Requested unblock; account was successfully restored May 7–21, 2026 — Status has remained: Your enrollment is being processed with no payment option, no follow-up email, and no further communication The core issue — verification calls blocked as spam: Over the past several days, I received multiple calls from unknown numbers that my iPhone automatically flagged and silenced as spam. I did not realize at the time that these were Apple's organization verification calls. By the time I identified the pattern, the calls had already stopped. I have since di
Replies
1
Boosts
0
Views
115
Activity
6d
Reply to Zooming in Storyboards/XIBs for macOS App?
I don't see how you could ever do pixel-perfect layouts in storyboard in the first place. It's extremely buggy. I generally have a lot of constraints that I configure to be removed at build. I just need them in IB to keep the size greater than zero and less than 7000. Then I set accurate constraints in code. That's really the only option. What you see in IB is just a very rough facsimile of what it will look like when running. And many Mac controls don't support constraints at all.
Replies
Boosts
Views
Activity
6d
NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
Hello, I'm developing a gambling blocker app that uses NEFilterDataProvider. My app was approved on the App Store, but the core feature doesn't work for end users. I have the content-filter-provider entitlement. Issue 1 — saveToPreferences() fails in distribution builds In dev builds (Xcode direct install), NEFilterManager.saveToPreferences() works fine — iOS shows a permission dialog and the filter is registered. In distribution builds (TestFlight/App Store), it fails immediately: NEFilterErrorDomain code 5 — Operation not permitted Console log from nehelper: Creating a content filter configuration is only allowed through profile in production version Issue 2 — .mobileconfig profile requires MDM Following the Console hint, I tried a .mobileconfig profile with com.apple.webcontent-filter payload (ContentFilterUUID, FilterType: Plugin, PluginBundleID). On an unsupervised consumer iPhone (iOS 18.5), installation fails: Profile Installation Failed — MDM required Question: What is the correct me
Replies
3
Boosts
0
Views
181
Activity
6d
Reply to APNs VoiP Push Delivery Speed
Sorry for the delay. A bug on the forums prevented me from replying. That seems to be fixed now, so here are some examples: So, before I comment on your two examples, there are a few things I want to make clear: These issues cannot be properly investigated by simply looking at your app’s own logging or even the full system log. The actual behavior here is determined not just by the software environment, but the network the device is operating on and the physical environment the device is active in. Your app and server have no real role in any of this, and, ignoring obvious failures like app crashes or server failures, nothing you can do will have any effect on this. There is value in understanding how your pushes are generally behaving, but many developers come into these issues with the assumption that there is some kind of fix that they need to find and apply, after which their app will work great. Nothing like this actually exists. Looking at your two examples: APNs response time: 2026-05
Replies
Boosts
Views
Activity
6d
Enrollment stuck on "Pending" for 96+ hours after successful payment - No support response (Case #102893928841)
I am writing to seek help with my Apple Developer Program enrollment, which has been stuck on Pending status for more than 96 hours after a successful payment. My support case has also not received any reply within the promised 2 business days. Enrollment Details: Region: Turkey Payment date/time: May 17, 2026, 19:03 (GMT+3 / Turkey Time) Time elapsed since payment: 96+ hours Enrollment type: [Individual / Organization] Order Number: W1801866909 Current Status: My account still shows Pending Dashboard continues to display: Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process. The 48-hour processing window has been exceeded twice over I have NOT clicked complete your purchase again, to avoid a duplicate charge Support Case: Case Number: 102893928841 & #102896148475 Response received: None, despite the promised 2 business day response window What I have already verified: Two-Factor Authentication is ena
Replies
1
Boosts
0
Views
158
Activity
6d
Reply to watchOS-Only App First Submission — IAP Rejected Multiple Times, Works in TestFlight Sandbox but Not in Review
@wodiuleliangpro Please file a code-level support ticket so we can assist you with this issue.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
6d