Search results for

“show when run”

115,118 results found

Post

Replies

Boosts

Views

Activity

ScreenCaptureKit stops capturing after ~10–15 minutes unexpectedly
When using the built-in macOS screen recording feature, the recording stops automatically after approximately 10–15 minutes without any warning or error message. No manual stop action is performed. The recording simply ends silently. The same issue also occurs when using ScreenCaptureKit in a custom application, which suggests this may be a system-level issue related to screen capture rather than an app-specific problem. This issue is reproducible and happens consistently after running for a period of time.
0
0
148
2w
ScreenCaptureKit stops capturing after ~10–15 minutes unexpectedly
When using the built-in macOS screen recording feature, the recording stops automatically after approximately 10–15 minutes without any warning or error message. No manual stop action is performed. The recording simply ends silently. The same issue also occurs when using ScreenCaptureKit in a custom application, which suggests this may be a system-level issue related to screen capture rather than an app-specific problem. This issue is reproducible and happens consistently after running for a period of time.
0
0
163
2w
Apple Developer Program payment not linked to account (Apple ID mismatch, stuck in Pending)
Hello, I am experiencing an issue with my Apple Developer Program enrollment. Here is my situation: I enrolled using Apple ID A I completed the payment using Apple ID B (via iPhone) Both Apple IDs belong to me and have the same personal information However: My developer account still shows Pending It asks me to Complete your purchase The payment has been successfully charged No refund has been issued It has been over 80 hours Additionally, I currently see that both of my Apple IDs show Pending status, and the payment does not appear to be linked to either enrollment. I have already contacted Apple Developer Support and waiting for their response. My questions: Has anyone experienced a similar issue with Apple ID mismatch? How long did it take to resolve? Is there anything else I should do besides waiting for support?
0
0
64
2w
Apple Developer Program payment not linked to account (Apple ID mismatch, stuck in Pending)
Hello, I am experiencing an issue with my Apple Developer Program enrollment. Here is my situation: I enrolled using Apple ID A I completed the payment using Apple ID B (via iPhone) Both Apple IDs belong to me and have the same personal information However: My developer account still shows Pending It asks me to Complete your purchase The payment has been successfully charged No refund has been issued It has been over 80 hours Additionally, I currently see that both of my Apple IDs show Pending status, and the payment does not appear to be linked to either enrollment. I have already contacted Apple Developer Support and waiting for their response. My questions: Has anyone experienced a similar issue with Apple ID mismatch? How long did it take to resolve? Is there anything else I should do besides waiting for support?
0
0
62
2w
Understanding SwiftUI toolbars
I have two apps written in SwiftUI. Both use a NavigationSplitView as their primary content with a list-based sidebar. Both apps have a few toolbar items offering functionality relevant to the application purpose. Both sidebars have toolbar items, declared using the .toolbar view modifier, that add ToolbarItems to their view (a filter menu). Both the apps' main content view use .toolbar to add some ToolbarItems to the main content toolbar as well. Both also include the SidebarCommands() command group. My question is this: in one app, when I click the Hide Sidebar button, the toolbar items that were attached to the sidebar move to the main toolbar. In my second app, the toolbar items move to the More disclosure menu at the end of the toolbar. Video showing sidebar leading Video showing sidebar trailing I want behavior like the first app (where the toolbar items end up in the leading edge of the main toolbar) in the second app, but I've scrubbed through both applications' toolbar code, I've ha
Topic: UI Frameworks SubTopic: SwiftUI
4
0
116
2w
ARFaceTrackingConfiguration and AVCaptureMultiCamSession cannot run simultaneously?
This issue affects camera session behavior and UI integration. I would like to request improved support or clarification regarding the simultaneous use of ARFaceTrackingConfiguration and AVCaptureMultiCamSession. Currently, when attempting to use both: Front camera (TrueDepth) for gaze tracking using ARFaceTrackingConfiguration Rear camera for live preview using AVCaptureMultiCamSession the ARKit face tracking stops updating, or the application becomes unstable (e.g., camera preview turns white or the app crashes). Steps to Reproduce: Start ARSession using ARFaceTrackingConfiguration (front camera) Start AVCaptureMultiCamSession using rear camera Overlay both outputs in a single UI Observe that ARKit tracking stops or camera preview becomes invalid Expected Result: ARKit face tracking continues updating while the rear camera is active. Actual Result: ARKit tracking stops updating, and camera output may become unstable or crash. Use Case: This functionality is important for accessibility and educational applic
0
0
102
3w
Reply to NSWritingToolsCoordinator issue with text replacement
I've tried the sample code with the following steps and don't see the issue: Build and launch the sample code on my macOS 26.4.1 (25E253) with Xcode 26.4 (17E192). Select all the text and click the toolbar item on the top-right corner to show the Writing Tools UI. Click Professional to show the Writing Tools bar; observe that writingToolsCoordinator(_:replace:in:proposedText:reason:animationParameters:completion:) is called several times while the text is updated. Click Done and observe that writingToolsCoordinator(_:replace:in:proposedText:reason:animationParameters:completion:) is called again. So everything seems to work as expected for me. I don't see a “Replace” button in the Writing Tools UI. I don't quite remember if that was an element in an earlier version, but maybe you can check with the latest macOS version if you see the same thing, as described above? Best, —— Ziqiao Chen  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: AppKit Tags:
3w
WKWebsiteDataStore.httpCookieStore.deleteCookie() does no longer delete all cookies
Under iOS 26 or macOS 26 I experience some issues when trying to delete certain cookies via WKWebsiteDataStore.httpCookieStore.deleteCookie(). Most cookies can be deleted just fine, but a few simply can not be deleted anymore. Calling the deleteCookie() function with a valid cookie (retrieved via getAllCookies()) does nothing. This is not an issue under iOS 18.x or macOS 15.x or older. Looking at the exact cookie data does not show anything special which would explain why certain cookies can't be deleted anymore. It is still possible to delete cookies via WKWebsiteDataStore.removeData(ofTypes:, for:), but of course then much more data is deleted, not just individual cookies. So this is not a solution, because it is important to be able to delete individual cookies. Does anyone has a workaround or solution for this macOS/iOS bug?
Topic: Safari & Web SubTopic: General Tags:
0
0
417
3w
Live Activity works perfectly on Simulator but fails on physical device: "No asset provider bundle ID provided"
Hello community, I am implementing a Live Activity for my existing App Store app. The Live Activity works perfectly on the iOS Simulator, but it completely fails to appear on the physical device's lock screen. When I call Activity.request, it succeeds and returns a valid Activity ID, but the physical device's console immediately outputs the following errors from liveactivitiesd: liveactivitiesd is not entitled to specify a scene target. Defaulting containingProcess target to liveactivitiesd No asset provider bundle ID provided I have spent days debugging this and have tried every known workaround. Here is the comprehensive list of what I have already verified and attempted: Environment: Xcode: 16.4 iOS Device: iPhone 13 mini, iOS 26.3.1 macOS: Sequoia 15.6 What I have verified/tried (to avoid duplicate suggestions): NSSupportsLiveActivities: It is set to YES in the main app's Info.plist. I also tried adding it to the Widget Extension's Info.plist just in case. App Icons: The main app has a valid AppIcon set i
3
0
205
3w
How to disconnect my personal ID from Company ID
Hi, I had an LLC (which is not dissolved). I had created a developer account for the company which was tied to my personal ID. Now that the company no longer exists, I want to sign up for a developer account using my personal ID so that I can publish apps as an individual. The problem is, when I login to my personal account, it shows the same Team ID as my company account. Talking to support has not helped, so turning to the community for some guidance and help. What is one supposed to do when the company goes out of business or close doors? Is there no way to delete a company account and release your personal ID from it? If anyone here knows how to do this, that would be a great help. Thanks
3
0
126
3w
Reply to App is "Ready for Sale" but not showing up in App Store Search Results
I have the same issue - my app is ready for distribution since two days, but it does not show up in the app store
Replies
Boosts
Views
Activity
2w
Reply to Understanding SwiftUI toolbars
Can you show the relevant code for the toolbars? Are you missing something like: ToolbarItemGroup(placement: .primaryAction) { // toolbar items }
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
2w
ScreenCaptureKit stops capturing after ~10–15 minutes unexpectedly
When using the built-in macOS screen recording feature, the recording stops automatically after approximately 10–15 minutes without any warning or error message. No manual stop action is performed. The recording simply ends silently. The same issue also occurs when using ScreenCaptureKit in a custom application, which suggests this may be a system-level issue related to screen capture rather than an app-specific problem. This issue is reproducible and happens consistently after running for a period of time.
Replies
0
Boosts
0
Views
148
Activity
2w
ScreenCaptureKit stops capturing after ~10–15 minutes unexpectedly
When using the built-in macOS screen recording feature, the recording stops automatically after approximately 10–15 minutes without any warning or error message. No manual stop action is performed. The recording simply ends silently. The same issue also occurs when using ScreenCaptureKit in a custom application, which suggests this may be a system-level issue related to screen capture rather than an app-specific problem. This issue is reproducible and happens consistently after running for a period of time.
Replies
0
Boosts
0
Views
163
Activity
2w
Apple Developer Program payment not linked to account (Apple ID mismatch, stuck in Pending)
Hello, I am experiencing an issue with my Apple Developer Program enrollment. Here is my situation: I enrolled using Apple ID A I completed the payment using Apple ID B (via iPhone) Both Apple IDs belong to me and have the same personal information However: My developer account still shows Pending It asks me to Complete your purchase The payment has been successfully charged No refund has been issued It has been over 80 hours Additionally, I currently see that both of my Apple IDs show Pending status, and the payment does not appear to be linked to either enrollment. I have already contacted Apple Developer Support and waiting for their response. My questions: Has anyone experienced a similar issue with Apple ID mismatch? How long did it take to resolve? Is there anything else I should do besides waiting for support?
Replies
0
Boosts
0
Views
64
Activity
2w
Apple Developer Program payment not linked to account (Apple ID mismatch, stuck in Pending)
Hello, I am experiencing an issue with my Apple Developer Program enrollment. Here is my situation: I enrolled using Apple ID A I completed the payment using Apple ID B (via iPhone) Both Apple IDs belong to me and have the same personal information However: My developer account still shows Pending It asks me to Complete your purchase The payment has been successfully charged No refund has been issued It has been over 80 hours Additionally, I currently see that both of my Apple IDs show Pending status, and the payment does not appear to be linked to either enrollment. I have already contacted Apple Developer Support and waiting for their response. My questions: Has anyone experienced a similar issue with Apple ID mismatch? How long did it take to resolve? Is there anything else I should do besides waiting for support?
Replies
0
Boosts
0
Views
62
Activity
2w
Apple music replay monthly data
Hi everyone, I wonder if I can get apple music replay monthly data for my personal project? just mine. Just want to show it on my personal website
Replies
0
Boosts
0
Views
97
Activity
2w
Understanding SwiftUI toolbars
I have two apps written in SwiftUI. Both use a NavigationSplitView as their primary content with a list-based sidebar. Both apps have a few toolbar items offering functionality relevant to the application purpose. Both sidebars have toolbar items, declared using the .toolbar view modifier, that add ToolbarItems to their view (a filter menu). Both the apps' main content view use .toolbar to add some ToolbarItems to the main content toolbar as well. Both also include the SidebarCommands() command group. My question is this: in one app, when I click the Hide Sidebar button, the toolbar items that were attached to the sidebar move to the main toolbar. In my second app, the toolbar items move to the More disclosure menu at the end of the toolbar. Video showing sidebar leading Video showing sidebar trailing I want behavior like the first app (where the toolbar items end up in the leading edge of the main toolbar) in the second app, but I've scrubbed through both applications' toolbar code, I've ha
Topic: UI Frameworks SubTopic: SwiftUI
Replies
4
Boosts
0
Views
116
Activity
2w
Reply to CarPlay navigation guidance panel with red color in iOS 26.4
I'm seeing the same issue on an iPhone 13 Pro running iOS 26.4. It doesn't happen on a simulated device running iOS 26.0 or 26.2. Not sure when it started.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
2w
ARFaceTrackingConfiguration and AVCaptureMultiCamSession cannot run simultaneously?
This issue affects camera session behavior and UI integration. I would like to request improved support or clarification regarding the simultaneous use of ARFaceTrackingConfiguration and AVCaptureMultiCamSession. Currently, when attempting to use both: Front camera (TrueDepth) for gaze tracking using ARFaceTrackingConfiguration Rear camera for live preview using AVCaptureMultiCamSession the ARKit face tracking stops updating, or the application becomes unstable (e.g., camera preview turns white or the app crashes). Steps to Reproduce: Start ARSession using ARFaceTrackingConfiguration (front camera) Start AVCaptureMultiCamSession using rear camera Overlay both outputs in a single UI Observe that ARKit tracking stops or camera preview becomes invalid Expected Result: ARKit face tracking continues updating while the rear camera is active. Actual Result: ARKit tracking stops updating, and camera output may become unstable or crash. Use Case: This functionality is important for accessibility and educational applic
Replies
0
Boosts
0
Views
102
Activity
3w
Reply to NSWritingToolsCoordinator issue with text replacement
I've tried the sample code with the following steps and don't see the issue: Build and launch the sample code on my macOS 26.4.1 (25E253) with Xcode 26.4 (17E192). Select all the text and click the toolbar item on the top-right corner to show the Writing Tools UI. Click Professional to show the Writing Tools bar; observe that writingToolsCoordinator(_:replace:in:proposedText:reason:animationParameters:completion:) is called several times while the text is updated. Click Done and observe that writingToolsCoordinator(_:replace:in:proposedText:reason:animationParameters:completion:) is called again. So everything seems to work as expected for me. I don't see a “Replace” button in the Writing Tools UI. I don't quite remember if that was an element in an earlier version, but maybe you can check with the latest macOS version if you see the same thing, as described above? Best, —— Ziqiao Chen  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
3w
WKWebsiteDataStore.httpCookieStore.deleteCookie() does no longer delete all cookies
Under iOS 26 or macOS 26 I experience some issues when trying to delete certain cookies via WKWebsiteDataStore.httpCookieStore.deleteCookie(). Most cookies can be deleted just fine, but a few simply can not be deleted anymore. Calling the deleteCookie() function with a valid cookie (retrieved via getAllCookies()) does nothing. This is not an issue under iOS 18.x or macOS 15.x or older. Looking at the exact cookie data does not show anything special which would explain why certain cookies can't be deleted anymore. It is still possible to delete cookies via WKWebsiteDataStore.removeData(ofTypes:, for:), but of course then much more data is deleted, not just individual cookies. So this is not a solution, because it is important to be able to delete individual cookies. Does anyone has a workaround or solution for this macOS/iOS bug?
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
417
Activity
3w
Live Activity works perfectly on Simulator but fails on physical device: "No asset provider bundle ID provided"
Hello community, I am implementing a Live Activity for my existing App Store app. The Live Activity works perfectly on the iOS Simulator, but it completely fails to appear on the physical device's lock screen. When I call Activity.request, it succeeds and returns a valid Activity ID, but the physical device's console immediately outputs the following errors from liveactivitiesd: liveactivitiesd is not entitled to specify a scene target. Defaulting containingProcess target to liveactivitiesd No asset provider bundle ID provided I have spent days debugging this and have tried every known workaround. Here is the comprehensive list of what I have already verified and attempted: Environment: Xcode: 16.4 iOS Device: iPhone 13 mini, iOS 26.3.1 macOS: Sequoia 15.6 What I have verified/tried (to avoid duplicate suggestions): NSSupportsLiveActivities: It is set to YES in the main app's Info.plist. I also tried adding it to the Widget Extension's Info.plist just in case. App Icons: The main app has a valid AppIcon set i
Replies
3
Boosts
0
Views
205
Activity
3w
How to disconnect my personal ID from Company ID
Hi, I had an LLC (which is not dissolved). I had created a developer account for the company which was tied to my personal ID. Now that the company no longer exists, I want to sign up for a developer account using my personal ID so that I can publish apps as an individual. The problem is, when I login to my personal account, it shows the same Team ID as my company account. Talking to support has not helped, so turning to the community for some guidance and help. What is one supposed to do when the company goes out of business or close doors? Is there no way to delete a company account and release your personal ID from it? If anyone here knows how to do this, that would be a great help. Thanks
Replies
3
Boosts
0
Views
126
Activity
3w
Reply to reject: source=Unnotarized Developer ID
The app that includes the rejected Unix app still seems to pass notarization and the Unix app runs when my app runs it.
Replies
Boosts
Views
Activity
3w