Search results for

“file uri scheme”

81,703 results found

Post

Replies

Boosts

Views

Activity

Transaction.currentEntitlements returning all transactions
[EDIT: Please ignore. Will delete in a second] Transaction.currentEntitlements is returning the complete history of transactions on a subscription product. I have a program with an In-App Purchase for a monthly subscription. I am testing with a local StoreKit file in Xcode. I configured the StoreKit test file to update every minute. When the program starts, I retrieve the current transactions from StoreKit to see if there is an active subscription. for await verificationResult in Transaction.currentEntitlements { guard case .verified(let transaction) = verificationResult else { continue } // update status for subscriptions This morning's testing is showing transactions for all transactions, both current and past. The current subscription renewal is sent plus all the past renewals that have expired. I thought in my previous testing that only one transaction (i.e., the latest/current) was sent per Product ID. Is this (all subscription transactions) the expected behavior, or should I file
1
0
32
5d
Made for Kids flag stuck — cannot update my app
Dear Apple team, I am a developer who has been unable to update my app Mon Pain Quotidien for several months due to a stuck Made for Kids flag that I cannot remove. My app is a Bible study platform for all ages — it was never intended for children specifically. The flag was set by mistake. Every submission is rejected with error: Guideline 1.3 - Safety - Kids Category We noticed you selected the Kids Category for your app, but your app does not appear to be designed for kids aged 11 and under. Specifically, we noticed that your app is a educational app, which is not appropriate for use by children. Since apps in the Kids Category should be designed specifically for children, apps submitted to this category must be appropriate for kids aged 11 and under. Next Steps To resolve this issue, please resubmit your app without the Kids category designation. Resources See how to change your app's age rating, including the Made for Kids setting, on App Store Connect Help. Learn more about requirements for apps in the K
1
0
35
5d
Reply to Why don't my os_log entries show up until the second time my driver loads?
...and Quinn's answer is... but I'm going to run this by Quinn to see what he thinks. ...no idea. If you have a moment, please file a bug on this and post the bug number back here. As part of the bug, please reproduce the issue, noting the times you: Initially install the driver First load (when logging fails) Unload Second load (when logging succeeds) Unload Third load (when logging succeeds) ...then collect a sysdiagnose and upload it to the bug. As you go through that process, try to go relatively slowly, pausing between each step, and then wait a minute or two before triggering the sysdiagnose. That helps disperse the logging data over time, which makes it easier to understand follow the process. __ Kevin Elliott DST Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Drivers Tags:
5d
Reply to CKQuerySubscription on public database never triggers APNS push in Production environment
Thanks for confirming that the subscriptions are there, which helps rule out the technical issue on the app side. I believe that the issue is a regression in iOS 26.4, and I just replied the other thread here. Do you have a feedback report yet? If not, would you mind to file one and share your report ID? You don't need to capture a sysdiagnose for your report, but mentioning the user impact in your report will be great. Thanks again. Best, —— Ziqiao Chen  Worldwide Developer Relations.
5d
Reply to iCloud Sync not working with iPhone, works fine for Mac.
Thank you for reporting the issue, which does seem like a regression in iOS 26.4. Given the extensive impact of the issue, I’d suggest that you file a feedback report, if not yet, to attract more attention from the relevant engineering team. Specific to the issue, you don't need to capture a sysdiagnose to file a feedback report, but please mention the user impact in your report, if you don't mind. Please share your feedback report ID here. Thanks again. Best, —— Ziqiao Chen  Worldwide Developer Relations.
5d
Reply to Zoom navigation transitions for tabViewBottomAccessory are not working in SwiftUI with ObservableObject or Observable
Thank you for the update Damian, however the report listed on this thread appears to be closed. Can you file a new report for this issue and share a minimal code a reproduces this issue? If it's the same code as above feel free to link to this thread. I would like to confirm if this is the same issue or not, and want to share these details with the relevant engineering team. File your report here https://developer.apple.com/feedback-assistant/ Once complete reply with the FB number.  Travis
Topic: UI Frameworks SubTopic: SwiftUI Tags:
5d
Reply to Bottom toolbar Button truncated on Mac Catalyst 26
Hello cht1995, [quote='881559022, cht1995, /thread/804585?answerId=881559022#881559022, /profile/cht1995'] It's been more than 6 months and this problem still persists in Xcode 26.3. Bump for visibility.[/quote] Did you file a bug report about this issue in Feedback Assistant? If so, please post the FB number here so we can investigate further. Thanks in advance, Richard Yeh  Developer Technical Support
Topic: UI Frameworks SubTopic: SwiftUI Tags:
5d
Reply to Text alignment issue in iOS 26.4
Hello RolfS, I haven't come across this issue before. This might have to do with the specifics of your implementation. Glad to hear that you have a usable workaround. Please file a bug report and include a focused sample project (feel free to reuse your code snippet) that replicates this issue. Once you open the bug report, please post the FB number here for my reference. If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why? If you're not familiar with preparing a test project, take a look at Creating a test project. Thank you for reporting, Richard Yeh  Developer Technical Support
Topic: UI Frameworks SubTopic: UIKit
5d
Reply to test NEAppProxyProvider without MDM?
Actually, the document you referred to isn’t so daunting. It’s the PDF about configurations which is overwhelming. That said, there is no place that I know of that documents how to set up the dictionary with NETestpAppMapping nor where it should go (the main app’s info file I assume). If there’s any documentation, or one can spell out exactly how you’re supposed to use an NEAppProxyProviderManager in dev to get going, that’d be great. I tried to create one but the console printed an error message that “must be MDM blah blah.” Presumably that’s because my attempt at providing the app mapping was flawed. I hope. This stuff is all so hard when there’s basically no good documents telling you how to start (without MDM) to even test. thanks again, you’re a life saver.
5d
Reply to test NEAppProxyProvider without MDM?
Assume the target devices are managed and the app is installed by MDM. My question of is an app proxy the right tool is really: Will an app proxy let me split the traffic in the way I envision? I have zero experience in this area. Can you suggest an easier way of getting this done. As always, thanks for your attention. Could you perhaps give a simple explanation of what a minimal configuration file would be, and how, simply for testing in dev, I can install it? I’ve looked at the reference document and it is a bit… daunting. I know what MDM is, I have a vague idea about configurations, and absolutely no experience here.
5d
NSWorkspace - macOS Tahoe 26.4 -activateFileViewerSelectingURLs: Crashes When Called Off The Main Thread
So I just installed the 26.4 update and unfortunately I have to debug this newly introduced issue (that may work its way into a separate thread). In my debugging steps I'm testing something related to files and I used -activateFileViewerSelectingURLs: to show the file in Finder. Now I am off the main thread. I added this line for testing purposes and I get a crash: NSWindow should only be instantiated on the main thread!' terminating due to uncaught exception of type NSException. So apparently - NSWorkspace is calling through to NSServices APIs and for some reason the system wants to present an NSError, which is a subtopic and other bug on its own because the 'Show in Finder functionality actually WORKS but it crashed my app! #22in +[NSAlert alertWithError:] () #23in -[NSApplication(NSErrorPresentation) presentError:] () #24 +[NSServicesMenuHandler _performServiceFromEntry:withPasteboard:withRequestor:withInvocationSourceType:withCarbonFocus:withSendTypes:withReturnTypes:canReleasePasteboard
3
0
66
5d
Xcode fails to compile Blender-exported USDZ in .rkassets with misleading "permission" error — Xcode 26.3
The error: When building a RealityKitContent package that contains a USDZ file exported from Blender, Xcode throws the following error: error: [xrsimulator] Exception thrown during compile: Cannot get rkassets content for path .../RealityKitContent.rkassets because 'The file RealityKitContent.rkassets couldn't be opened because you don't have permission to view it.' error: Tool exited with code 1 The error message mentions permission — but permissions are not the issue. This appears to be a misleading error from realitytool masking a USD validation failure. What I've ruled out File permissions — all files are -rw-r--r--, user has Read & Write on the folder Extended attributes / quarantine flag — other files with the same @ flag work fine Corrupted archive — unzip -t confirms the USDZ is valid (board.usdc + textures) Stale build cache — deleted DerivedData and com.apple.DeveloperTools cache, no change Key observations The same file builds successfully o
1
0
537
5d
Transaction.currentEntitlements returning all transactions
[EDIT: Please ignore. Will delete in a second] Transaction.currentEntitlements is returning the complete history of transactions on a subscription product. I have a program with an In-App Purchase for a monthly subscription. I am testing with a local StoreKit file in Xcode. I configured the StoreKit test file to update every minute. When the program starts, I retrieve the current transactions from StoreKit to see if there is an active subscription. for await verificationResult in Transaction.currentEntitlements { guard case .verified(let transaction) = verificationResult else { continue } // update status for subscriptions This morning's testing is showing transactions for all transactions, both current and past. The current subscription renewal is sent plus all the past renewals that have expired. I thought in my previous testing that only one transaction (i.e., the latest/current) was sent per Product ID. Is this (all subscription transactions) the expected behavior, or should I file
Replies
1
Boosts
0
Views
32
Activity
5d
Made for Kids flag stuck — cannot update my app
Dear Apple team, I am a developer who has been unable to update my app Mon Pain Quotidien for several months due to a stuck Made for Kids flag that I cannot remove. My app is a Bible study platform for all ages — it was never intended for children specifically. The flag was set by mistake. Every submission is rejected with error: Guideline 1.3 - Safety - Kids Category We noticed you selected the Kids Category for your app, but your app does not appear to be designed for kids aged 11 and under. Specifically, we noticed that your app is a educational app, which is not appropriate for use by children. Since apps in the Kids Category should be designed specifically for children, apps submitted to this category must be appropriate for kids aged 11 and under. Next Steps To resolve this issue, please resubmit your app without the Kids category designation. Resources See how to change your app's age rating, including the Made for Kids setting, on App Store Connect Help. Learn more about requirements for apps in the K
Replies
1
Boosts
0
Views
35
Activity
5d
Reply to Why don't my os_log entries show up until the second time my driver loads?
...and Quinn's answer is... but I'm going to run this by Quinn to see what he thinks. ...no idea. If you have a moment, please file a bug on this and post the bug number back here. As part of the bug, please reproduce the issue, noting the times you: Initially install the driver First load (when logging fails) Unload Second load (when logging succeeds) Unload Third load (when logging succeeds) ...then collect a sysdiagnose and upload it to the bug. As you go through that process, try to go relatively slowly, pausing between each step, and then wait a minute or two before triggering the sysdiagnose. That helps disperse the logging data over time, which makes it easier to understand follow the process. __ Kevin Elliott DST Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
5d
Reply to CKQuerySubscription on public database never triggers APNS push in Production environment
Thanks for confirming that the subscriptions are there, which helps rule out the technical issue on the app side. I believe that the issue is a regression in iOS 26.4, and I just replied the other thread here. Do you have a feedback report yet? If not, would you mind to file one and share your report ID? You don't need to capture a sysdiagnose for your report, but mentioning the user impact in your report will be great. Thanks again. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
5d
Reply to iCloud Sync not working with iPhone, works fine for Mac.
Thank you for reporting the issue, which does seem like a regression in iOS 26.4. Given the extensive impact of the issue, I’d suggest that you file a feedback report, if not yet, to attract more attention from the relevant engineering team. Specific to the issue, you don't need to capture a sysdiagnose to file a feedback report, but please mention the user impact in your report, if you don't mind. Please share your feedback report ID here. Thanks again. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
5d
Reply to Zoom navigation transitions for tabViewBottomAccessory are not working in SwiftUI with ObservableObject or Observable
Thank you for the update Damian, however the report listed on this thread appears to be closed. Can you file a new report for this issue and share a minimal code a reproduces this issue? If it's the same code as above feel free to link to this thread. I would like to confirm if this is the same issue or not, and want to share these details with the relevant engineering team. File your report here https://developer.apple.com/feedback-assistant/ Once complete reply with the FB number.  Travis
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
5d
Reply to Bottom toolbar Button truncated on Mac Catalyst 26
Hello cht1995, [quote='881559022, cht1995, /thread/804585?answerId=881559022#881559022, /profile/cht1995'] It's been more than 6 months and this problem still persists in Xcode 26.3. Bump for visibility.[/quote] Did you file a bug report about this issue in Feedback Assistant? If so, please post the FB number here so we can investigate further. Thanks in advance, Richard Yeh  Developer Technical Support
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
5d
Reply to Text alignment issue in iOS 26.4
Hello RolfS, I haven't come across this issue before. This might have to do with the specifics of your implementation. Glad to hear that you have a usable workaround. Please file a bug report and include a focused sample project (feel free to reuse your code snippet) that replicates this issue. Once you open the bug report, please post the FB number here for my reference. If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why? If you're not familiar with preparing a test project, take a look at Creating a test project. Thank you for reporting, Richard Yeh  Developer Technical Support
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
5d
Reply to iOS 26.1 PHPickerConfiguration.preselectedAssetIdentifiers doesn't select previous pictures in the PHPickerViewController
This is still an issue for me on 26.3, I filed a feedback but any idea on when this might be fixed?
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
5d
Reply to Enrollment frustration
after speaking on the phone, a support guy manually kicked off the email that gave me a link to https://developer.apple.com/contact/file-upload/upload/select to upload my ID, which I think was the missing step in the process. dunno if it'll work after that or not, but
Replies
Boosts
Views
Activity
5d
Reply to test NEAppProxyProvider without MDM?
Actually, the document you referred to isn’t so daunting. It’s the PDF about configurations which is overwhelming. That said, there is no place that I know of that documents how to set up the dictionary with NETestpAppMapping nor where it should go (the main app’s info file I assume). If there’s any documentation, or one can spell out exactly how you’re supposed to use an NEAppProxyProviderManager in dev to get going, that’d be great. I tried to create one but the console printed an error message that “must be MDM blah blah.” Presumably that’s because my attempt at providing the app mapping was flawed. I hope. This stuff is all so hard when there’s basically no good documents telling you how to start (without MDM) to even test. thanks again, you’re a life saver.
Replies
Boosts
Views
Activity
5d
Reply to test NEAppProxyProvider without MDM?
Assume the target devices are managed and the app is installed by MDM. My question of is an app proxy the right tool is really: Will an app proxy let me split the traffic in the way I envision? I have zero experience in this area. Can you suggest an easier way of getting this done. As always, thanks for your attention. Could you perhaps give a simple explanation of what a minimal configuration file would be, and how, simply for testing in dev, I can install it? I’ve looked at the reference document and it is a bit… daunting. I know what MDM is, I have a vague idea about configurations, and absolutely no experience here.
Replies
Boosts
Views
Activity
5d
Reply to NSWorkspace - macOS Tahoe 26.4 -activateFileViewerSelectingURLs: Crashes When Called Off The Main Thread
I file FB 22340592 (space intentionally added because posting FB links seems to cause posts to be flagged until approved by a moderator, suddenly).
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
5d
NSWorkspace - macOS Tahoe 26.4 -activateFileViewerSelectingURLs: Crashes When Called Off The Main Thread
So I just installed the 26.4 update and unfortunately I have to debug this newly introduced issue (that may work its way into a separate thread). In my debugging steps I'm testing something related to files and I used -activateFileViewerSelectingURLs: to show the file in Finder. Now I am off the main thread. I added this line for testing purposes and I get a crash: NSWindow should only be instantiated on the main thread!' terminating due to uncaught exception of type NSException. So apparently - NSWorkspace is calling through to NSServices APIs and for some reason the system wants to present an NSError, which is a subtopic and other bug on its own because the 'Show in Finder functionality actually WORKS but it crashed my app! #22in +[NSAlert alertWithError:] () #23in -[NSApplication(NSErrorPresentation) presentError:] () #24 +[NSServicesMenuHandler _performServiceFromEntry:withPasteboard:withRequestor:withInvocationSourceType:withCarbonFocus:withSendTypes:withReturnTypes:canReleasePasteboard
Replies
3
Boosts
0
Views
66
Activity
5d
Xcode fails to compile Blender-exported USDZ in .rkassets with misleading "permission" error — Xcode 26.3
The error: When building a RealityKitContent package that contains a USDZ file exported from Blender, Xcode throws the following error: error: [xrsimulator] Exception thrown during compile: Cannot get rkassets content for path .../RealityKitContent.rkassets because 'The file RealityKitContent.rkassets couldn't be opened because you don't have permission to view it.' error: Tool exited with code 1 The error message mentions permission — but permissions are not the issue. This appears to be a misleading error from realitytool masking a USD validation failure. What I've ruled out File permissions — all files are -rw-r--r--, user has Read & Write on the folder Extended attributes / quarantine flag — other files with the same @ flag work fine Corrupted archive — unzip -t confirms the USDZ is valid (board.usdc + textures) Stale build cache — deleted DerivedData and com.apple.DeveloperTools cache, no change Key observations The same file builds successfully o
Replies
1
Boosts
0
Views
537
Activity
5d