Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,334 results found

Post

Replies

Boosts

Views

Activity

FamilyActivityPicker missing search bar when embedded inline on iPad
When FamilyActivityPicker is used as an embedded view (not via the .familyActivityPicker sheet modifier), the search bar that normally appears at the bottom is not rendered on iPad. The same code shows the search bar correctly on iPhone. Environment Frameworks: SwiftUI, FamilyControls Device: iPad (reproduces on multiple models / iPadOS versions — 26.2, 26.5) iPhone: search bar appears as expected Usage The picker is placed directly inside a SwiftUI view hierarchy: import SwiftUI import FamilyControls struct ContentView: View { @State private var selection = FamilyActivitySelection() var body: some View { FamilyActivityPicker(selection: $selection) } } Expected A search field is visible at the bottom of the sheet (same as iPhone), allowing the user to search for apps/categories/websites. Actual On iPad, no search field is rendered. The picker only shows the category/app list. There is no way to search. Notes I would like the embedded FamilyActivityPicker to show the same search affordance on iPad tha
1
0
130
2d
Reply to Sharing ScreenTime data to a custom server
[quote='756546021, shiatra, /thread/756546, /profile/shiatra'] With the ScreenTime API Apple talks a lot about their focus on privacy and the data not leaving the device. Does that mean there would be a problem with an app where the users ScreenTime data is shared to a custom backend? Could this potentially cause an app to be rejected from the AppStore? [/quote] I believe so, you would risk getting rejected / removed from sale. This is from the Apple Developer License Agreement: 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
Topic: Privacy & Security SubTopic: General Tags:
2d
iOS 26.4 asks for Face ID instead of Screen Time passcode when disabling Screen Time access for an app
On iOS 26.4, I set a Screen Time passcode. However, when I go to Settings > Apps > [Our App] and turn off Screen Time Access for the app, the system asks for Face ID instead of the Screen Time passcode. As a result, Screen Time access can be disabled without entering the Screen Time passcode. Steps to Reproduce 1. Set a Screen Time passcode on iOS 26.4. 2. Open Settings > Apps > [Our App]. 3. Turn off Screen Time Access for the app. Expected Result The system should require the Screen Time passcode before allowing Screen Time access to be disabled. Actual Result The system asks for Face ID instead of the Screen Time passcode, and Screen Time access is disabled.
7
0
490
2d
WebKit WKScreenTimeConfigurationObserver Crash in iOS26.2
Our app uses WKWebView to load web pages, and we're encountering a crash with WKScreenTimeConfigurationObserver on iOS 26.1 and above. However, there are no WKScreenTimeConfigurationObserver-related code calls in our project. The crash log is as follows: NSInternalInconsistencyException Cannot update for observer for the key path configuration.enforcesChildRestrictions from , most likely because the value for the key configuration has changed without an appropriate KVO notification being sent. Check the KVO compliance of the STScreenTimeConfigurationObserver class. We want to confirm if this is a system bug. How can we fix it?
1
0
1.5k
2d
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:
2d
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
2d
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
151
3d
Reply to App stuck in "Waiting for Review" for 60+ days (Case ID: 102836154889)
I'm facing exactly of what you have and I'm waiting for review from Mar 18 (over 2 months too) try everything and nothing change .
Replies
Boosts
Views
Activity
2d
Reply to App not reviewed even after over a month.
Waiting from Mar 18 (over 2 months) .
Replies
Boosts
Views
Activity
2d
Reply to Waiting for review
I'm waiting from Mar 18, 2026 (over 2 months ) .
Replies
Boosts
Views
Activity
2d
FamilyActivityPicker missing search bar when embedded inline on iPad
When FamilyActivityPicker is used as an embedded view (not via the .familyActivityPicker sheet modifier), the search bar that normally appears at the bottom is not rendered on iPad. The same code shows the search bar correctly on iPhone. Environment Frameworks: SwiftUI, FamilyControls Device: iPad (reproduces on multiple models / iPadOS versions — 26.2, 26.5) iPhone: search bar appears as expected Usage The picker is placed directly inside a SwiftUI view hierarchy: import SwiftUI import FamilyControls struct ContentView: View { @State private var selection = FamilyActivitySelection() var body: some View { FamilyActivityPicker(selection: $selection) } } Expected A search field is visible at the bottom of the sheet (same as iPhone), allowing the user to search for apps/categories/websites. Actual On iPad, no search field is rendered. The picker only shows the category/app list. There is no way to search. Notes I would like the embedded FamilyActivityPicker to show the same search affordance on iPad tha
Replies
1
Boosts
0
Views
130
Activity
2d
Reply to Sharing ScreenTime data to a custom server
[quote='756546021, shiatra, /thread/756546, /profile/shiatra'] With the ScreenTime API Apple talks a lot about their focus on privacy and the data not leaving the device. Does that mean there would be a problem with an app where the users ScreenTime data is shared to a custom backend? Could this potentially cause an app to be rejected from the AppStore? [/quote] I believe so, you would risk getting rejected / removed from sale. This is from the Apple Developer License Agreement: 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
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
iOS 26.4 asks for Face ID instead of Screen Time passcode when disabling Screen Time access for an app
On iOS 26.4, I set a Screen Time passcode. However, when I go to Settings > Apps > [Our App] and turn off Screen Time Access for the app, the system asks for Face ID instead of the Screen Time passcode. As a result, Screen Time access can be disabled without entering the Screen Time passcode. Steps to Reproduce 1. Set a Screen Time passcode on iOS 26.4. 2. Open Settings > Apps > [Our App]. 3. Turn off Screen Time Access for the app. Expected Result The system should require the Screen Time passcode before allowing Screen Time access to be disabled. Actual Result The system asks for Face ID instead of the Screen Time passcode, and Screen Time access is disabled.
Replies
7
Boosts
0
Views
490
Activity
2d
WebKit WKScreenTimeConfigurationObserver Crash in iOS26.2
Our app uses WKWebView to load web pages, and we're encountering a crash with WKScreenTimeConfigurationObserver on iOS 26.1 and above. However, there are no WKScreenTimeConfigurationObserver-related code calls in our project. The crash log is as follows: NSInternalInconsistencyException Cannot update for observer for the key path configuration.enforcesChildRestrictions from , most likely because the value for the key configuration has changed without an appropriate KVO notification being sent. Check the KVO compliance of the STScreenTimeConfigurationObserver class. We want to confirm if this is a system bug. How can we fix it?
Replies
1
Boosts
0
Views
1.5k
Activity
2d
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
2d
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
2d
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
151
Activity
3d