Search results for

file uri scheme

78,515 results found

Post

Replies

Boosts

Views

Activity

Reply to Guidance / Documentation on iOS 18.6.1 Blood Oxygen Saturation
@DTS Engineer this is helpful thank you. Are you able to verify that doing this does not breach App Review or other terms as seemingly it's bypassing the same restrictions Apple has themselves had to implement? Finally this does result in a poor user experience: I don't know which user's Watches are affected, there's no API to query this? It's not actually region specific. Does the HealthKit source differ maybe such that I can observe that? A separate syncing system is inefficient, less likely to be accurate and has all the limitations mentioned previously re. access to iPhone Health Store when device is locked I presume there's not much to add on these points so I'll file a feedback but I do think this is confusing/misleading for users who otherwise presumably expect the SPO2 data to behave like any other.
2w
NVMe External Disk working in MacOS Sequoia But not in Tahoe
Hi, I have been using external NVMe disk since March 2025 with my Mac M1 1TB until recently couple of days agao I updated Mac OS to Tahoe from Sequpoia 15.6. Now Mac OS Tahoe is disconnecting my NVMe automatically saying please eject the disc before disconnecting and suddenly after an hour it reconnects. Right now I have reinstall Mac OS Sequoia and My external NVMe disk is working again. This post is for Mac OS developers to check for APFS drivers on Mac Tahoe as they are messing up with external NVMe SSD. I dont know about others brand of NVMe I am using Transcend inclosure with transcend NVMe 2TB SSD hard disk. Kindly please check as its not NVMe issue its and OS issue. If it was NVMe issue my SSD should also not work with Sequoia but as it is working with Sequoia so it has to be something with Tahoe OS. Kindly review your code about APFS drivers or thunderbold USB C drivers or may be something else linked to APFS file system. I hope this post reaches you and you guys can consider it as help ful.
1
0
171
2w
Reply to iPadOS 26 - Status bar overlaps with navigation bar
I think I'm experiencing a version of this issue as well. The difference is that “Hide during application launch” is not checked, and the issue appears after hiding the status bar when rotating to landscape and then unhiding it again when rotating back to portrait. Here's a minimal reproduction (since you can't upload zip files): class ViewController: UIViewController { var statusBarHidden = false override var prefersStatusBarHidden: Bool { return statusBarHidden } override func viewDidLoad() { super.viewDidLoad() title = This navigation bar will overflow after rotating to landscape and back navigationController?.navigationBar.isTranslucent = true navigationController?.navigationBar.backgroundColor = .systemBlue } override func viewWillTransition( to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator ) { super.viewWillTransition(to: size, with: coordinator) let isLandscape = size.height < size.width self.statusBarHidden = isLandscape self.setNeedsStatusBarAppearanceUpdate() } }
Topic: UI Frameworks SubTopic: UIKit Tags:
2w
Reply to Local Hotspot
[quote='802003021, nundu, /thread/802003, /profile/nundu'] Personal Hotspot must be manually enabled from the system settings [/quote] Correct. [quote='802003021, nundu, /thread/802003, /profile/nundu'] Is there a workaround … ? [/quote] No. [quote='802003021, nundu, /thread/802003, /profile/nundu'] Is there [an] unofficial method, or private API … ? [/quote] The Apple Developer Forums are not the right place for questions like that. What I can say is that, if you find a way around this limitation, please do file a bug about it because the iOS sandbox should prevent apps from changing the user’s Personal Hotspot configuration. To address your remaining questions I need to clarify this: [quote='802003021, nundu, /thread/802003, /profile/nundu'] we are developing hardware that needs to connect to an iPhone via Wi-Fi to send requests to a server. [/quote] Where is this server running? On the iPhone itself? Or on the wider Internet? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Ap
2w
Reply to iPhone 17(iOS26) Unable to join the Wi-Fi(TKIP)
It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. You wrote: this error occurred when iPhone17Pro connecting to our Wi-Fi device OK. I can’t do much to help you with on-the-wire Wi-Fi problems here on the forums. My general advice is that you file a bug report about such issues. In the case of Wi-Fi issues specifically, follow the Wi-Fi for iOS/iPadOS instructions on our Bug Reporting > Profiles and Logs. 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
2w
VisionPro Enterprise.license file
I have read in the apple documentation and on forums that in order to access the camera and capture images on VisionPro, both an Entitlement and an Enterprise.license are required. I already have the Entitlement, but I don’t yet have the Enterprise.license. I would like to ask: is the Enterprise.license strictly required to gain camera access for capturing images? How can I obtain this file, and does it require an Enterprise account? Currently, my developer account is a regular Developer 99$, not an Enterprise account.
1
0
319
2w
iPAD: achieve UserClient's privileges in background to have robust IOServiceAddMatchingNotification(...) as if ~[Background modes][Enable external communications].
1) The circumstances: iPADOS~>18, USB still-imaging-gadget, 1-3 gadgets might connect simultaneously via USB-hub, proprietary DExt, UserClient App in developers' iPADs or in TestFlight. = 1 variation A) UserClientApp has attribute [Background modes][Enable external communications]. = 1 variation B) active USB-hub vs passive. = 1 variation C) ConsoleApp logs iPAD vs ConsoleApp is not started. = 1 the term zombie below assume issue: == after plug-in ConsoleApp logs IOUsbUserInterface::init, ::start; == UserClient never receives respective callback from IOServiceAddMatchingNotification == further IOKit APIs teardown, restart and re-enumeration of connected gadgets doesn't reveal the zombie (while it sees another simultaneous gadget); == unplug of the gadget logs IOUsbUserInterface::stop. =2) The situation when UserClient is in foreground: ~ everything is fine. Note in MAC OS everything (same DExt and UserClient-code) works fine in background and in foreground. =3) The situation when UserClient is in backgroun
5
0
247
2w
Windows Apple Music: how to enumerate the local library or export it? Is Library.musicdb documented / API available?
Environment Windows 11 [edition/build]: [e.g., 23H2, 22631.x] Apple Music for Windows version: [e.g., 1.x.x from Microsoft Store] Library folder: C:UsersMusicApple MusicApple Music Library.musiclibrary Summary I need a supported way to programmatically enumerate the local Apple Music library on Windows (track file paths, playlists, etc.) for reconciliation with the on-disk Media folder. On macOS this used to be straightforward via scripting/export; on Windows I can’t find an equivalent. What I’m seeing in the library bundle Library.musicdb → not SQLite. First 4 bytes: 68 66 6D 61 (hfma). Library Preferences.musicdb → also starts with hfma. artwork.sqlite → SQLite but appears to be artwork cache only (no track file paths). Extras.itdb → has SQLite format 3 header but (from a quick scan) not seeing track locations. Genius.itdb → not a SQLite database on this machine. What I’ve tried Attempted to open Library.musicdb with SQLite providers → error: “file is not a database.” Binary/strin
0
0
142
2w
Reply to Nearby Interactions, wih camera assistance
so the BluetoothManager.scan... was a hardware problem. now I see {msg:#Warning Error reading file, file://private/var/Managed Preferences/mobile/com.apple.CoreMotion.plist, error:Error Domain=NSCocoaErrorDomain Code=257 The file “com.apple.CoreMotion.plist” couldn’t be opened because you don’t have permission to view it. UserInfo={NSFilePath=//private/var/Managed Preferences/mobile/com.apple.CoreMotion.plist, NSURL=file:////private/var/Managed%20Preferences/mobile/com.apple.CoreMotion.plist, NSUnderlyingError=0x14cc64ea0 {Error Domain=NSPOSIXErrorDomain Code=1 Operation not permitted}}} I have the motion privacy tag in the plist for the code doing request camera assistance in the connect handler for the nearby operation.. in setup accessory dump of capabilities direction = false device does not support direction measurement device DOES support camera assistance here is the code logger.info(dump of capabilities direction = (NISession.deviceCapabilities.supportsDirectionMeas
2w
ShazamKit for Android and 16 KB native library alignment
Hello, I'm working on a Flutter app targeting both Android and iOS, where I implemented ShazamKit. In order to achieve that, I first tried with the flutter_shazam_kit package, but since it's not maintained anymore, I forked it here, and tried to update it to meet the Google Play Store requirements, as you can see here: https://github.com/mregnauld/flutter_shazam_kit/tree/fix-16k Unfortunately, after trying everything, my app still doesn't meet the (not so) new 16 KB native library alignment. Also, I'm 100% sure it comes from that because the error message disappears if I remove that package from my app. So after investigating, it seems that the problem comes from the ShazamKit for Android (that you can find here: https://developer.apple.com/download/all/?q=Android%20ShazamKit), and especially the .so files in the .aar file. Is there anything I can do to fix that, or should I wait before the ShazamKit team fix that? I'm totally stuck with that so any help is highly appreciated. Thanks.
3
0
449
2w
Reply to Calling webViewWebContentProcessDidTerminate on FOREGROUND and Safari and other browser. That happens only real iPhone
Through additional page modifications, we've confirmed that the volume of font files linked within CSS also affects the crash. While the site currently loads without errors when scheduled for live service, this means the issue could reoccur if the volume is increased at any point in the future. Furthermore, page load failures are also affected by the native volume of the app loading the page. Our own WebView app for the App Store, in previous versions (version 2.0.1 on TestFlight), was able to load pages before the workaround was applied with a very high probability. However, even if the source code was maintained, simply updating the included libraries to the latest version resulted in unconditional load failures. Our current, upcoming release version of the app has increased the volume even further, resulting in a lower page volume limit than the maximum page volume allowed in Safari on iOS 26. (The amount of CSS used during the initial load must be reduced to a very extreme level.) We sincerely ho
Topic: Safari & Web SubTopic: General
2w
How to Handle IME Not Generating Receipt in Sandbox IAP
Question: In the sandbox environment, I attempted to perform an In-App Purchase within an IME (Input Method Extension) using a sandbox test account. The purchase flow completed successfully, and I received the success callback. However, I encountered an issue: no receipt file is generated. I tried checking with both the main app’s bundle and the IME’s bundle, but the receipt file was not found in either case. When I attempted to refresh the receipt using SKReceiptRefreshRequest, it failed with an exception (error code: 0). I would appreciate any guidance on how to resolve this issue.
1
0
97
2w