Search results for

“file uri scheme”

81,711 results found

Post

Replies

Boosts

Views

Activity

Reply to Supported way to expose an iPhone+controller as a macOS gamepad without restricted entitlements?
I will go ahead and file a request for a Core HID development variant. Perfect, thank you. FYI, I can't guarantee anything will change, but I'd like to get this sorted out as soon as possible, so this might be working relatively soon (at least on paid accounts). One comment here: More broadly, I think it would be very valuable to have a simple user-space API for controller virtualization available to hobbyists and personal developers as well, even if limited to development builds. I've seen a few requests asking about providing this support to the free account tier, not just the paid tier. It's a reasonable suggestion, but I did want to explain that the main reason the development entitlements are restricted to paid accounts is as a form of practical security protection. The idea here is that the underlying details of development signing's limitations: Builds only run on the specific devices that were registered when the signing profile was generated. Registering a device requires extracting informat
Topic: App & System Services SubTopic: Drivers Tags:
2d
Reply to How to renew visionOS Enterprise API entitlement / license?
Hey @Jir_253, You can generate a new license file in the Developer portal. Please see this help article for additional details. If you have any issues, or would like to request enhancements, please provide feedback on the Enterprise APls for visionOS using Feedback Assistant. Feel free to post the feedback number here when you do. Bug Reporting: How and Why? has tips on creating your bug report. Thanks, Michael
Topic: Spatial Computing SubTopic: General Tags:
2d
Reply to [FB21797091] Regression: Universal Links/AASA Fetching Fails for IDN on iOS 16+
@catelinecz May I ask you 2 things if I may. Can you create a new thread and post your code there so can be a separate thread? Can you also create an enhancement request for the universal links team to take a look? If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Albert 
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
2d
Reply to Bug: Wi-Fi Aware (NAN) Subscriber Mode: nwPath.availableInterfaces Does Not Include nan0 Interface After Successful Peer Connection
Coming back to your throughput issue, let me start with a general comment and then return to the specifics of your case. In general, the on-the-wire behaviour is going to vary based on the performance mode: Realtime Bulk In the realtime mode (WAPerformanceMode.realtime), the behaviour is described by Figure 53-1 and its associated text in the Accessory Design Guidelines for Apple Devices, available from Developer > Accessories. In bulk mode (.bulk) the behaviour is adaptive, with allocations ramping up as there’s more traffic. Regarding your specific case, my understanding is that you’re in conversation with other folks at Apple about your product. I can’t discuss those details here on the forums, because this is a public environment. However, those folks asked me to remind you that the were hoping to get some logs from you. The best way to submit those is via Feedback Assistant. Once your done, post your bug number here and I’ll pass it along. Oh, and I also wanted to remind you about filing an E
2d
Reply to WKWebView could not access local javascript files
On my end, it was due to call [self.webView loadFileURL:fileURL allowingReadAccessToURL:accessURL]; multiple times, even though it was worked on earlier version. here is the response from Apple side The loadFileURL:allowingReadAccessToURL: call should be made only once, after all the resource files have been copied. The CSS and image files don't need to be loaded individually — they will be loaded automatically by the HTML when it references them, because your accessURL grants WKWebView read access to the entire cv_webroot directory. Here is what the corrected flow should look like: hope this helps.
Topic: Safari & Web SubTopic: General Tags:
2d
Reply to [FB21797091] Regression: Universal Links/AASA Fetching Fails for IDN on iOS 16+
I am having the same issue. We have multiple domains pointed to a single server. Plain domains are working, IDN domains are not working. Issue seems to be also present in macOS version of swcutil. When trying to download AASA file with it, command fails with error. See attached code block. (MacOS Tahoe 26.3.1) user@user--MacBook-Air NewFolder% sudo swcutil dl -d xn--pckua2a7gp15o89zb.com --verbose SWCErrorDomain 8 { Domain: <_SWCDomain 0x102b51540> 求人ボックス.com, Line: 532, Function: -[SWCDownloader(Private) _downloadAASAFileForDomain:applicationIdentifier:downloadRoute:discretionary:completionHandlers:]_block_invoke }
Topic: App & System Services SubTopic: General Tags:
2d
Reply to My macOS app is unable to read a Managed Preferences plist unless the App Sandbox is disabled. Is there any solution to read the MDM plist file while the sandbox is still enabled?
Could you please suggest the recommended approach? In this scenario, the user should not be required to select a file manually (such as through drag-and-drop), since the file must be accessed and read automatically without user interaction. However, I am facing the same issue even when attempting direct access.
Topic: App & System Services SubTopic: Core OS Tags:
2d
Reply to Unauthorized: Access to this place or content is restricted
Unfortunately it’s hard to offer advice without being able to reproduce the problem. FWIW, I’ve seen issues like this a bunch of times )-: In some cases they are transitory. I go back and repeat my actions and things just work. But in the cases where the problem is reproducible, I’m able to file an actionable bug report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to App Crash with mxSignpost function not found
Consider this: % swift demangle _$s9MetricKit10mxSignpost_3dso3log4name10signpostID__ySo03os_H7_type_ta_SVSo03OS_j1_F0Cs12StaticStringV0J0010OSSignpostI0VALSays7CVarArg_pGtF MetricKit.mxSignpost(_: __C.os_signpost_type_t, dso: Swift.UnsafeRawPointer, log: __C.OS_os_log, name: Swift.StaticString, signpostID: os.OSSignpostID, _: Swift.StaticString, _: [Swift.CVarArg]) -> () So, the problematic symbol is mxSignpost(…). According to the documentation, that’s available on iOS 13 and later. However, that’s clearly not the case O-: I see two possibilities here: The availability annotation is just wrong. The symbol is available on older system, but it moved, and the corresponding .tbd file doesn’t record that move. I suspect that it’s the latter [1] but, either way, it’s a bug in the MetricKit framework interface and you should file it as such. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @
Topic: App & System Services SubTopic: General Tags:
2d
Reply to As of macOS 26.4, WKWebView content disappears after 3 seconds when part of a legacy ScreenSaver view hierarchy.
[quote='820860021, pabugeater2, /thread/820860, /profile/pabugeater2'] I've filed FB FB22353950 [/quote] Thanks. That’s the best path forward here. Oh, except that you should file an ER for a better screen saver API, one based on app extension technology. Normally I’d include my standard spiel on that topic, but I believe that you’ve seen already. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Safari & Web SubTopic: General Tags:
2d
Reply to Localization in Swift macOS console Apps.
These two statements are at odds: [quote='882101022, Arebus, /thread/820871?answerId=882101022#882101022, /profile/Arebus'] there is nothing special here [/quote] [quote='882101022, Arebus, /thread/820871?answerId=882101022#882101022, /profile/Arebus'] just a command line tool with a Localization.xcstrings file [/quote] Doing this is special because, in general, we don’t localise command-line tools on the Mac. Specifically, the traditional Unix-y way of localising command-line tools [1] is not standard practice on Apple platforms. Rather, Apple platforms use their own mechanism, based on the bundle structure. This mechanism is intended for GUI apps, and you have to jump through hoops to get it to work from the command line [2]. If you’re doing this just for testing, I recommend that you use Xcode’s testing infrastructure. It has options for overriding the language and region. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Roote
Topic: UI Frameworks SubTopic: SwiftUI Tags:
2d
Reply to DHCP broken when device wakeup
Is any of your code involved here? Reading your description it doesn’t look like that’s the case, in which case the best place for this report is Feedback Assistant. See Bug Reporting: How and Why? for lots of hints and tips on how to file a bug. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to iCloud Sync not working with iPhone, works fine for Mac.
Thank you all for filing the feedback reports, which do help. If possible, would you please verify with iOS 26.5 beta (23F5043g) to see if the issue goes away, and update the status here? Thanks again! Best, —— Ziqiao Chen  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
1d
Reply to Supported way to expose an iPhone+controller as a macOS gamepad without restricted entitlements?
I will go ahead and file a request for a Core HID development variant. Perfect, thank you. FYI, I can't guarantee anything will change, but I'd like to get this sorted out as soon as possible, so this might be working relatively soon (at least on paid accounts). One comment here: More broadly, I think it would be very valuable to have a simple user-space API for controller virtualization available to hobbyists and personal developers as well, even if limited to development builds. I've seen a few requests asking about providing this support to the free account tier, not just the paid tier. It's a reasonable suggestion, but I did want to explain that the main reason the development entitlements are restricted to paid accounts is as a form of practical security protection. The idea here is that the underlying details of development signing's limitations: Builds only run on the specific devices that were registered when the signing profile was generated. Registering a device requires extracting informat
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
2d
Reply to How to renew visionOS Enterprise API entitlement / license?
Hey @Jir_253, You can generate a new license file in the Developer portal. Please see this help article for additional details. If you have any issues, or would like to request enhancements, please provide feedback on the Enterprise APls for visionOS using Feedback Assistant. Feel free to post the feedback number here when you do. Bug Reporting: How and Why? has tips on creating your bug report. Thanks, Michael
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to [FB21797091] Regression: Universal Links/AASA Fetching Fails for IDN on iOS 16+
@catelinecz May I ask you 2 things if I may. Can you create a new thread and post your code there so can be a separate thread? Can you also create an enhancement request for the universal links team to take a look? If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Albert 
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to Clipboard issues with simulators
@Alonso- Thanks for you post, have you file a bug and do you have the FB number: https://developer.apple.com/forums/thread/820393?answerId=881554022#881554022 Albert 
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
2d
Reply to Xcode_26 not compiling Metal project
@JMDelh Thanks for providing this and marking as an answer for other people to find about Metal. If you filed a bug as requested can you mark it as well as resolved with Xcode 26.4? Thanks Albert 
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
2d
Reply to Bug: Wi-Fi Aware (NAN) Subscriber Mode: nwPath.availableInterfaces Does Not Include nan0 Interface After Successful Peer Connection
Coming back to your throughput issue, let me start with a general comment and then return to the specifics of your case. In general, the on-the-wire behaviour is going to vary based on the performance mode: Realtime Bulk In the realtime mode (WAPerformanceMode.realtime), the behaviour is described by Figure 53-1 and its associated text in the Accessory Design Guidelines for Apple Devices, available from Developer > Accessories. In bulk mode (.bulk) the behaviour is adaptive, with allocations ramping up as there’s more traffic. Regarding your specific case, my understanding is that you’re in conversation with other folks at Apple about your product. I can’t discuss those details here on the forums, because this is a public environment. However, those folks asked me to remind you that the were hoping to get some logs from you. The best way to submit those is via Feedback Assistant. Once your done, post your bug number here and I’ll pass it along. Oh, and I also wanted to remind you about filing an E
Replies
Boosts
Views
Activity
2d
Reply to WKWebView could not access local javascript files
On my end, it was due to call [self.webView loadFileURL:fileURL allowingReadAccessToURL:accessURL]; multiple times, even though it was worked on earlier version. here is the response from Apple side The loadFileURL:allowingReadAccessToURL: call should be made only once, after all the resource files have been copied. The CSS and image files don't need to be loaded individually — they will be loaded automatically by the HTML when it references them, because your accessURL grants WKWebView read access to the entire cv_webroot directory. Here is what the corrected flow should look like: hope this helps.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to [FB21797091] Regression: Universal Links/AASA Fetching Fails for IDN on iOS 16+
I am having the same issue. We have multiple domains pointed to a single server. Plain domains are working, IDN domains are not working. Issue seems to be also present in macOS version of swcutil. When trying to download AASA file with it, command fails with error. See attached code block. (MacOS Tahoe 26.3.1) user@user--MacBook-Air NewFolder% sudo swcutil dl -d xn--pckua2a7gp15o89zb.com --verbose SWCErrorDomain 8 { Domain: <_SWCDomain 0x102b51540> 求人ボックス.com, Line: 532, Function: -[SWCDownloader(Private) _downloadAASAFileForDomain:applicationIdentifier:downloadRoute:discretionary:completionHandlers:]_block_invoke }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to My macOS app is unable to read a Managed Preferences plist unless the App Sandbox is disabled. Is there any solution to read the MDM plist file while the sandbox is still enabled?
Could you please suggest the recommended approach? In this scenario, the user should not be required to select a file manually (such as through drag-and-drop), since the file must be accessed and read automatically without user interaction. However, I am facing the same issue even when attempting direct access.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2d
Reply to Unauthorized: Access to this place or content is restricted
Unfortunately it’s hard to offer advice without being able to reproduce the problem. FWIW, I’ve seen issues like this a bunch of times )-: In some cases they are transitory. I go back and repeat my actions and things just work. But in the cases where the problem is reproducible, I’m able to file an actionable bug report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
2d
Reply to App Crash with mxSignpost function not found
Consider this: % swift demangle _$s9MetricKit10mxSignpost_3dso3log4name10signpostID__ySo03os_H7_type_ta_SVSo03OS_j1_F0Cs12StaticStringV0J0010OSSignpostI0VALSays7CVarArg_pGtF MetricKit.mxSignpost(_: __C.os_signpost_type_t, dso: Swift.UnsafeRawPointer, log: __C.OS_os_log, name: Swift.StaticString, signpostID: os.OSSignpostID, _: Swift.StaticString, _: [Swift.CVarArg]) -> () So, the problematic symbol is mxSignpost(…). According to the documentation, that’s available on iOS 13 and later. However, that’s clearly not the case O-: I see two possibilities here: The availability annotation is just wrong. The symbol is available on older system, but it moved, and the corresponding .tbd file doesn’t record that move. I suspect that it’s the latter [1] but, either way, it’s a bug in the MetricKit framework interface and you should file it as such. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to As of macOS 26.4, WKWebView content disappears after 3 seconds when part of a legacy ScreenSaver view hierarchy.
[quote='820860021, pabugeater2, /thread/820860, /profile/pabugeater2'] I've filed FB FB22353950 [/quote] Thanks. That’s the best path forward here. Oh, except that you should file an ER for a better screen saver API, one based on app extension technology. Normally I’d include my standard spiel on that topic, but I believe that you’ve seen already. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to Localization in Swift macOS console Apps.
These two statements are at odds: [quote='882101022, Arebus, /thread/820871?answerId=882101022#882101022, /profile/Arebus'] there is nothing special here [/quote] [quote='882101022, Arebus, /thread/820871?answerId=882101022#882101022, /profile/Arebus'] just a command line tool with a Localization.xcstrings file [/quote] Doing this is special because, in general, we don’t localise command-line tools on the Mac. Specifically, the traditional Unix-y way of localising command-line tools [1] is not standard practice on Apple platforms. Rather, Apple platforms use their own mechanism, based on the bundle structure. This mechanism is intended for GUI apps, and you have to jump through hoops to get it to work from the command line [2]. If you’re doing this just for testing, I recommend that you use Xcode’s testing infrastructure. It has options for overriding the language and region. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Roote
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
2d
Reply to DHCP broken when device wakeup
Is any of your code involved here? Reading your description it doesn’t look like that’s the case, in which case the best place for this report is Feedback Assistant. See Bug Reporting: How and Why? for lots of hints and tips on how to file a bug. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
2d