Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,340 results found

Post

Replies

Boosts

Views

Activity

Reply to Sending screentime data to firebase then to accountability partner
[quote='825822021, aishahhamman, /thread/825822, /profile/aishahhamman'] accountability partner who will be able to see their total screentime [/quote] Hello @aishahhamman! I believe what you are describing is unfortunately not in conformance with Apple’s App Store guidelines: To use the Family Controls Framework, Your Application must have a primary purpose of (1) offering family controls for parents and guardians, through Family Sharing, to supervise their children’s app usage; and/or (2) offering individuals the ability to manage their devices to enable focus and productivity through focus controls, timers and task management, or personal device usage management. The Family Controls Framework may not be used for other purposes, such as ad blocking, in organizational settings, or for managing the device of another adult individual. Device or usage data received through the Family Controls Framework may only be used for providing family controls, or individual device management. You and Your Applica
Topic: App & System Services SubTopic: General Tags:
2d
Dev membership delay
Apple Developer Program Enrollment — Payment Processed, Account Still Pending After 3+ Days Hello Apple Developer Support and community, I enrolled in the Apple Developer Program as an individual and my payment of $99 was successfully processed several days ago. However, my account at developer.apple.com/account still shows my enrollment as pending with no activation. Enrollment details: • Enrollment type: Individual • Payment status: Successfully charged • Time since payment: 3+ days (well past the stated 48-hour processing window) • Two-Factor Authentication: Enabled • Follow-up communication received from Apple: None I am actively developing a cross-platform application that is already in internal testing on Google Play. I need access to App Store Connect and TestFlight to begin iOS beta testing with users who are waiting. This delay is directly impacting my development timeline and my ability to gather feedback from iOS testers. I have not received any emails requesting additional documentation o
1
0
64
2d
Reply to Enterprise WatchOS App Won't Install on WatchOS 26.5
I'm having the exact same issue, but after coming back to a project after awhile, so I wasn't sure it was related the the upgrade. Thanks for confirming. In my case, I am using OTA install from a companion iPhone app,. but using a normal developer acction (not enterprise) with develop provisioning profiles. Was working great before, but now when I try to install teh app from the phone it hangs for about a minute and displays the App cannot be installed at this time error. The Console shows: 0x16f1e3000 -[ACXCompanionSyncConnection _installQueuedOrCompletedForWatchBundleID:companionAppBundleID:withName:userInitiated:withError:withCompletion:]_block_invoke: Failed to install app com.parax.desek.watch : Error Domain=ACXErrorDomain Code=8 Failed to create socket UserInfo={NSUnderlyingError=0xa97209aa0 {Error Domain=com.apple.identityservices.error Code=20 Socket open timed out UserInfo={NSLocalizedDescription=Socket open timed out}}, FunctionName=-[ACXServerInstallOperation _onQueue_prepForTrans
Topic: Business & Education SubTopic: General Tags:
2d
Reply to [Bug] Cannot link In-App Purchases / Subscriptions to App Version in App Store Connect
Similar issue Submitted my app for review, got rejected due to a backend bug Fixed backend issue, resubmitted the app. During this step somehow the earlier linked subscription got removed. Review team rejected the app because subscriptions were missing causing UI issue I couldn't find a way to relink subscription so I created a new build and linked it in the review page The In-App Purchases and Subscriptions section is still not present anywhere on the page Subscription pages says Your first subscription must be submitted with a new app version. Create your subscription, then select it from the app’s In-App Purchases and Subscriptions section on the version page before submitting the version to App Review. Once your binary has been uploaded and your first subscription has been submitted for review, additional subscriptions can be submitted from the Subscriptions section. Learn More I don't want to delete my subscriptions because I can't recreated with same product IDs which are linked in my IAP code
2d
Reply to Crash in PDFView / PDFPageAnalyzerV2
I have a similar issue: Crashed: PDFKit.PDFDocument.formFillingQueue 0 CoreGraphics 0x32dc3c PageLayout::GetBoundsForRangeWithinLine(CFRange, std::__1::optional) const + 380 1 CoreGraphics 0x32dcf0 PageLayout::GetBoundsForTextRange(CFRange) const + 176 2 CoreGraphics 0x384ffc CGPDFTaggedNodeCreateCopyWithStringRange + 204 3 CoreGraphics 0x322fc0 invocation function for block in TaggedParser::InsertLinkAnnotationsIntoStructureTree(CGPDFTaggedNode*, CGPDFPage*, PageLayout&) + 476 4 CoreGraphics 0x14b788 CGPDFPageEnumerateAnnotations + 152 5 CoreGraphics 0x14d2a0 CGPDFPageCopyRootTaggedNode + 580 6 CoreGraphics 0x14d028 CGPDFPageInsertTableDescriptions + 196 7 PDFKit 0x6cfc +[PDFPageAnalyzerV2 addTablesFromVisionDocument:documentImage:toPage:withBox:] + 1752 8 PDFKit 0x35b4 +[PDFPageAnalyzerV2 analyzePage:withBox:requestTypes:] + 1284 9 PDFKit 0xb638c __31-[PDFView visiblePagesChanged:]_block_invoke + 64 10 libdispatch.dylib 0x19a8 _dispatch_call_block_and_release + 32 11 libdispatch.dylib 0x1b1e4 _
Topic: UI Frameworks SubTopic: General Tags:
3d
Crash in PDFView / PDFPageAnalyzerV2
Hello. Some users of my app experience crashes that mention PDFKit. I managed to find out what specific PDF file caused the crash and created a sample that demonstrates the issue and created a bug report in Feedback Assistant (FB22409977). Unfortunately I didn't get any answer for over a month, hence I'm writing it here so others can see that this is a known issue. The crash repro sample is very simple, it's just a PDFView that opens a bundled PDF file upon application lanunch. To cause the crash it is only needed to zoom-in and move around the page that has a table. The crash happens when the system tries to do some sort of OCR. The original crash report came from iPhone 11 user running iOS 26.3.1. Recently another user with iPhone 16 Pro Max running 26.5 experienced the same crash. Thread 12 Queue : PDFKWit.PDFDocument.formFillingQueue (serial) #0 0x000000018d320bd8 in PageLayout::GetBoundsForRangeWithinLine () #1 0x000000018d320c88 in PageLayout::GetBoundsForTextRange () #2 0x000000018d393028 in C
2
0
260
3d
xcodebuild test (CLI) does not sync .storekit to storekitd on iOS 26.5 — SKTestSession unusable in CI
On iOS 26.5 simulator runtime, running UI tests via xcodebuild test from the command line does not push the scheme's StoreKitConfigurationFileReference to the destination simulator's storekitd AppGroup Octane container. As a consequence, SKTestSession(configurationFileNamed:) either silently falls through to the production App Store (surfacing a Sign in to Apple Account SpringBoard alert during paywall tests), or throws SKInternalErrorDomain Code=3 Error saving configuration file if you call any SKTestSession instance method. The same project, same scheme, same .storekit file works correctly when launched via Xcode IDE (Cmd+R / Cmd+U) — which uses DVTDevice.handleStoreKitConfigurationSyncForBundleID:configurationFilePath: via an internal IDELaunchSession XPC path that the public xcodebuild CLI does not invoke. This regression makes StoreKit Test unusable in CI for any project using xcodebuild test or xcodebuild test-without-building against an iOS 26.5 simulator. Environment macOS: 26.x Xcode: 26.4.1
2
0
152
3d
In App Provisioning PKErrorHTTPResponseStatusCodeKey=500
Hello, we are developing in app provisioning of our American Express network cards. After clicking add to apple wallet in our app, I launch the PKAddPaymentPassViewController and click next. It loads for a few seconds and then I get: [] ProvisioningOperationComposer: Step '' failed with error Error Domain=PKProvisioningErrorDomain Code=5 UserInfo={PKErrorHTTPResponseStatusCodeKey=500} Does anyone have any insight on what this error means?
4
0
1.1k
3d
Reply to Notarization submissions stuck "In Progress"
Folks, I’m gonna lock this thread. It’s clear that people are finding the thread and piling on to it, without really grokking my earlier response. That’s not helpful, because the exact evolution of this process varies for each team. So, if you find yourself here: Please read this reply and this reply. My experience is that this “in-depth analysis” usually clears after a few days. If your requests have been stuck in the In Progress state for more than a week, please start a new thread in the Code Signing > Notarization subtopic and I’ll respond there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3d
NEFilterDataProvider development-signed bypass no longer working on iOS 26.4.2 — regression or intentional?
Hi, Has the get-task-allow development bypass for NEFilterDataProvider been intentionally removed or changed in iOS 26? Previous DTS guidance in thread/31109 confirmed this bypass existed. I note that WWDC 2025 Session 234 states iOS system-wide content filter is supported on supervised devices only without mentioning it. My production deployment is supervised MDM devices — I am purely asking about the development testing path, which is not working for me on iOS 26.4.2. All I get is NEConfigurationErrorDomain Code=10 permission denied before my app code even runs. Thank you!
1
0
103
3d
Reply to NEFilterDataProvider development-signed bypass no longer working on iOS 26.4.2 — regression or intentional?
AFAIK there’s been no change of policy on this front. That WWDC session, and for that matter TN3134, don’t discuss this debugging affordance because they’re focused on deployment, not development. [quote='827318021, Colin_newbie, /thread/827318, /profile/Colin_newbie'] All I get is NEConfigurationErrorDomain Code=10 permission denied before my app code even runs. [/quote] I don’t understand this comment. This affordance affects your ability to save a configuration. That is, with this affordance your container app can successfully save a configuration using NEFilterManager.saveToPreferences() under circumstances where it would not normally be allowed to do that. So I’m struggling to see how you could get into this situation “before my app code even runs”. Please clarify. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3d
Reply to NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
[quote='888791022, RomainDropB, /thread/827228?answerId=888791022#888791022, /profile/RomainDropB'] The url-filter-provider capability does not appear in the Capability Requests tab of my developer portal. [/quote] This isn’t a standalone capability. Rather, this feature is gated by the url-filter-provider element of the com.apple.developer.networking.networkextension entitlement. And that entitlement is available all paid developers. To activate it: In Signing & Capabilities, make sure you have automatic code signing enabled [1] and select a paid team from the Team popu. Click the add (+) capability button and choose Network Extensions. Enable URL Filter. Do this for both your container app target and the URL filter provider target. [quote='888791022, RomainDropB, /thread/827228?answerId=888791022#888791022, /profile/RomainDropB'] does the full PIR server + Privacy Pass infrastructure need to be deployed and running before submitting the form, [/quote] Yes. Part of the approval process checks th
3d
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
180
3d
Reply to Sending screentime data to firebase then to accountability partner
[quote='825822021, aishahhamman, /thread/825822, /profile/aishahhamman'] accountability partner who will be able to see their total screentime [/quote] Hello @aishahhamman! I believe what you are describing is unfortunately not in conformance with Apple’s App Store guidelines: To use the Family Controls Framework, Your Application must have a primary purpose of (1) offering family controls for parents and guardians, through Family Sharing, to supervise their children’s app usage; and/or (2) offering individuals the ability to manage their devices to enable focus and productivity through focus controls, timers and task management, or personal device usage management. The Family Controls Framework may not be used for other purposes, such as ad blocking, in organizational settings, or for managing the device of another adult individual. Device or usage data received through the Family Controls Framework may only be used for providing family controls, or individual device management. You and Your Applica
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Dev membership delay
Apple Developer Program Enrollment — Payment Processed, Account Still Pending After 3+ Days Hello Apple Developer Support and community, I enrolled in the Apple Developer Program as an individual and my payment of $99 was successfully processed several days ago. However, my account at developer.apple.com/account still shows my enrollment as pending with no activation. Enrollment details: • Enrollment type: Individual • Payment status: Successfully charged • Time since payment: 3+ days (well past the stated 48-hour processing window) • Two-Factor Authentication: Enabled • Follow-up communication received from Apple: None I am actively developing a cross-platform application that is already in internal testing on Google Play. I need access to App Store Connect and TestFlight to begin iOS beta testing with users who are waiting. This delay is directly impacting my development timeline and my ability to gather feedback from iOS testers. I have not received any emails requesting additional documentation o
Replies
1
Boosts
0
Views
64
Activity
2d
Reply to Enterprise WatchOS App Won't Install on WatchOS 26.5
I'm having the exact same issue, but after coming back to a project after awhile, so I wasn't sure it was related the the upgrade. Thanks for confirming. In my case, I am using OTA install from a companion iPhone app,. but using a normal developer acction (not enterprise) with develop provisioning profiles. Was working great before, but now when I try to install teh app from the phone it hangs for about a minute and displays the App cannot be installed at this time error. The Console shows: 0x16f1e3000 -[ACXCompanionSyncConnection _installQueuedOrCompletedForWatchBundleID:companionAppBundleID:withName:userInitiated:withError:withCompletion:]_block_invoke: Failed to install app com.parax.desek.watch : Error Domain=ACXErrorDomain Code=8 Failed to create socket UserInfo={NSUnderlyingError=0xa97209aa0 {Error Domain=com.apple.identityservices.error Code=20 Socket open timed out UserInfo={NSLocalizedDescription=Socket open timed out}}, FunctionName=-[ACXServerInstallOperation _onQueue_prepForTrans
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to [Bug] Cannot link In-App Purchases / Subscriptions to App Version in App Store Connect
Similar issue Submitted my app for review, got rejected due to a backend bug Fixed backend issue, resubmitted the app. During this step somehow the earlier linked subscription got removed. Review team rejected the app because subscriptions were missing causing UI issue I couldn't find a way to relink subscription so I created a new build and linked it in the review page The In-App Purchases and Subscriptions section is still not present anywhere on the page Subscription pages says Your first subscription must be submitted with a new app version. Create your subscription, then select it from the app’s In-App Purchases and Subscriptions section on the version page before submitting the version to App Review. Once your binary has been uploaded and your first subscription has been submitted for review, additional subscriptions can be submitted from the Subscriptions section. Learn More I don't want to delete my subscriptions because I can't recreated with same product IDs which are linked in my IAP code
Replies
Boosts
Views
Activity
2d
Reply to Crash in PDFView / PDFPageAnalyzerV2
I have a similar issue: Crashed: PDFKit.PDFDocument.formFillingQueue 0 CoreGraphics 0x32dc3c PageLayout::GetBoundsForRangeWithinLine(CFRange, std::__1::optional) const + 380 1 CoreGraphics 0x32dcf0 PageLayout::GetBoundsForTextRange(CFRange) const + 176 2 CoreGraphics 0x384ffc CGPDFTaggedNodeCreateCopyWithStringRange + 204 3 CoreGraphics 0x322fc0 invocation function for block in TaggedParser::InsertLinkAnnotationsIntoStructureTree(CGPDFTaggedNode*, CGPDFPage*, PageLayout&) + 476 4 CoreGraphics 0x14b788 CGPDFPageEnumerateAnnotations + 152 5 CoreGraphics 0x14d2a0 CGPDFPageCopyRootTaggedNode + 580 6 CoreGraphics 0x14d028 CGPDFPageInsertTableDescriptions + 196 7 PDFKit 0x6cfc +[PDFPageAnalyzerV2 addTablesFromVisionDocument:documentImage:toPage:withBox:] + 1752 8 PDFKit 0x35b4 +[PDFPageAnalyzerV2 analyzePage:withBox:requestTypes:] + 1284 9 PDFKit 0xb638c __31-[PDFView visiblePagesChanged:]_block_invoke + 64 10 libdispatch.dylib 0x19a8 _dispatch_call_block_and_release + 32 11 libdispatch.dylib 0x1b1e4 _
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
3d
Crash in PDFView / PDFPageAnalyzerV2
Hello. Some users of my app experience crashes that mention PDFKit. I managed to find out what specific PDF file caused the crash and created a sample that demonstrates the issue and created a bug report in Feedback Assistant (FB22409977). Unfortunately I didn't get any answer for over a month, hence I'm writing it here so others can see that this is a known issue. The crash repro sample is very simple, it's just a PDFView that opens a bundled PDF file upon application lanunch. To cause the crash it is only needed to zoom-in and move around the page that has a table. The crash happens when the system tries to do some sort of OCR. The original crash report came from iPhone 11 user running iOS 26.3.1. Recently another user with iPhone 16 Pro Max running 26.5 experienced the same crash. Thread 12 Queue : PDFKWit.PDFDocument.formFillingQueue (serial) #0 0x000000018d320bd8 in PageLayout::GetBoundsForRangeWithinLine () #1 0x000000018d320c88 in PageLayout::GetBoundsForTextRange () #2 0x000000018d393028 in C
Replies
2
Boosts
0
Views
260
Activity
3d
Reply to Apple Developer Program Enrollment Keeps Failing – Payment Charged but Enrollment Withdrawn (3 Months)
I have done 2 enrollment to subscribe on on 23 of May and the other is today I am getting a confirmation email but nothing is changed to my card I need to know what is going on
Replies
Boosts
Views
Activity
3d
xcodebuild test (CLI) does not sync .storekit to storekitd on iOS 26.5 — SKTestSession unusable in CI
On iOS 26.5 simulator runtime, running UI tests via xcodebuild test from the command line does not push the scheme's StoreKitConfigurationFileReference to the destination simulator's storekitd AppGroup Octane container. As a consequence, SKTestSession(configurationFileNamed:) either silently falls through to the production App Store (surfacing a Sign in to Apple Account SpringBoard alert during paywall tests), or throws SKInternalErrorDomain Code=3 Error saving configuration file if you call any SKTestSession instance method. The same project, same scheme, same .storekit file works correctly when launched via Xcode IDE (Cmd+R / Cmd+U) — which uses DVTDevice.handleStoreKitConfigurationSyncForBundleID:configurationFilePath: via an internal IDELaunchSession XPC path that the public xcodebuild CLI does not invoke. This regression makes StoreKit Test unusable in CI for any project using xcodebuild test or xcodebuild test-without-building against an iOS 26.5 simulator. Environment macOS: 26.x Xcode: 26.4.1
Replies
2
Boosts
0
Views
152
Activity
3d
In App Provisioning PKErrorHTTPResponseStatusCodeKey=500
Hello, we are developing in app provisioning of our American Express network cards. After clicking add to apple wallet in our app, I launch the PKAddPaymentPassViewController and click next. It loads for a few seconds and then I get: [] ProvisioningOperationComposer: Step '' failed with error Error Domain=PKProvisioningErrorDomain Code=5 UserInfo={PKErrorHTTPResponseStatusCodeKey=500} Does anyone have any insight on what this error means?
Replies
4
Boosts
0
Views
1.1k
Activity
3d
Reply to In App Provisioning PKErrorHTTPResponseStatusCodeKey=500
@DTS Engineer Hello, we have the same issue and have opened both feedback and another thread, but it's been 2 weeks since. Could somebody from your end please look into this for us? https://developer.apple.com/forums/thread/826094 Thanks
Replies
Boosts
Views
Activity
3d
Reply to Notarization submissions stuck "In Progress"
Folks, I’m gonna lock this thread. It’s clear that people are finding the thread and piling on to it, without really grokking my earlier response. That’s not helpful, because the exact evolution of this process varies for each team. So, if you find yourself here: Please read this reply and this reply. My experience is that this “in-depth analysis” usually clears after a few days. If your requests have been stuck in the In Progress state for more than a week, please start a new thread in the Code Signing > Notarization subtopic and I’ll respond there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3d
NEFilterDataProvider development-signed bypass no longer working on iOS 26.4.2 — regression or intentional?
Hi, Has the get-task-allow development bypass for NEFilterDataProvider been intentionally removed or changed in iOS 26? Previous DTS guidance in thread/31109 confirmed this bypass existed. I note that WWDC 2025 Session 234 states iOS system-wide content filter is supported on supervised devices only without mentioning it. My production deployment is supervised MDM devices — I am purely asking about the development testing path, which is not working for me on iOS 26.4.2. All I get is NEConfigurationErrorDomain Code=10 permission denied before my app code even runs. Thank you!
Replies
1
Boosts
0
Views
103
Activity
3d
Reply to NEFilterDataProvider development-signed bypass no longer working on iOS 26.4.2 — regression or intentional?
AFAIK there’s been no change of policy on this front. That WWDC session, and for that matter TN3134, don’t discuss this debugging affordance because they’re focused on deployment, not development. [quote='827318021, Colin_newbie, /thread/827318, /profile/Colin_newbie'] All I get is NEConfigurationErrorDomain Code=10 permission denied before my app code even runs. [/quote] I don’t understand this comment. This affordance affects your ability to save a configuration. That is, with this affordance your container app can successfully save a configuration using NEFilterManager.saveToPreferences() under circumstances where it would not normally be allowed to do that. So I’m struggling to see how you could get into this situation “before my app code even runs”. Please clarify. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3d
Reply to NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
[quote='888791022, RomainDropB, /thread/827228?answerId=888791022#888791022, /profile/RomainDropB'] The url-filter-provider capability does not appear in the Capability Requests tab of my developer portal. [/quote] This isn’t a standalone capability. Rather, this feature is gated by the url-filter-provider element of the com.apple.developer.networking.networkextension entitlement. And that entitlement is available all paid developers. To activate it: In Signing & Capabilities, make sure you have automatic code signing enabled [1] and select a paid team from the Team popu. Click the add (+) capability button and choose Network Extensions. Enable URL Filter. Do this for both your container app target and the URL filter provider target. [quote='888791022, RomainDropB, /thread/827228?answerId=888791022#888791022, /profile/RomainDropB'] does the full PIR server + Privacy Pass infrastructure need to be deployed and running before submitting the form, [/quote] Yes. Part of the approval process checks th
Replies
Boosts
Views
Activity
3d
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
180
Activity
3d