Search results for

İOS 26 beta battery %1

253,874 results found

Post

Replies

Boosts

Views

Activity

Reply to iMessages Deeplink App Switching for iOS 26.0
[quote='864143022, richy6, /thread/805639?answerId=864143022#864143022, /profile/richy6'] using iChat:// results in the behavior we want. [/quote] You seem to have missed the point of my response. Unless you can find Apple documentation for the iChat URL scheme, it could well suffer the same fate as the messages URL scheme. Do not build a product that relies on implementation details. Doing so causes maintenance grief — like this very thread — and could potentially paint you into a corner such that you have to remove features that your users are relying on. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
1w
Reply to Thread safety of os_activity_t
[quote='864082022, Jnosh, /thread/805582?answerId=864082022#864082022, /profile/Jnosh'] Hopefully we get Swift-native and Swift Concurrency compatible support for creating OS activities at some point [/quote] I recommend that you file an enhancement request for that specifically. Please post your bug number, just for the record. As to your comments about how to mix activities and Swift concurrency, I don’t know enough about those interactions to offer an informed opinion. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to Unable to submit my macOS window‑manager app
I can’t speak to App Store policy issues. My advice is that you start a new thread about the policy side of this in App Store Distribution & Marketing > App Review. Feel free to reference this thread for the technical background to your concern. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Remove wifi password
Thanks for submitting FB20876956. Reading that through, it explains what you want but gives not details as to why you want it. I recommend that you add that context. My experience is that details like that help ERs get more traction. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Xcode 26 crash upon dealloc of `WKNavigationResponse` on Main Thread
Well, it’s hard to say for sure whether the fix for this will come from Xcode or from WebKit. Given the possibility of the latter, you could try engaging with the WebKit open source effort. Honestly, I’m not sure whether that’d help or not. It’s not a sandbox that I play in. You could also change your testing approach. I’ve never been a huge fan of mocking via a subclass, partly based on similar experiences to this with the Foundation URL loading system types. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Safari & Web SubTopic: General Tags:
1w
Reply to App occasionally fails to connect to Access Point (iPhone17 / iOS26)
[quote='864098022, Pasjonsfrukt, /thread/803580?answerId=864098022#864098022, /profile/Pasjonsfrukt'] Sorry for the late response! [/quote] No worries. I have plenty of other things to do (-: [quote='864098022, Pasjonsfrukt, /thread/803580?answerId=864098022#864098022, /profile/Pasjonsfrukt'] We have not seen the issue when we connect to the AP through Settings > Wi-Fi. [/quote] OK. The reason I asked is that here on the Apple Developer Forums our primary focus is on APIs. If you were able to reproduce the problem in Settings then that’d eliminate any possibility that your iOS code is incorrect. Without being able to reproduce it in Settings, it’s possible that this is a bug in your app (you occasionally pass in the wrong Wi-Fi details) or in the Network Extension layer that you’re calling (as opposed to the core Wi-FI layer that does all the heavy lifting here). However, the actual error you’re seeing here, failed to association error 1, is a strong indication of an issue in the core Wi-
1w
Help: Recover Photos from iPhone XS Max (A2101) After Updating from iOS 14.6 to 18.7.1
Help: Recover Photos from iPhone XS Max (A2101) After Updating from iOS 14.6 to 18.7.1 Hi everyone, I accidentally restored my iPhone XS Max (model A2101) while trying to update from iOS 14.6 to iOS 18.7.1 via iTunes on Windows, and now all my photos are gone. I didn’t have any backup and I’m looking for ways to recover my data. I’ve tried some recovery software, but they all ask for the encrypted iTunes backup password, which I don’t have. I want to scan the device directly without relying on a backup. Has anyone successfully recovered photos in a situation like this? Any tools, tips, or services that could help would be much appreciated. Thank you!
0
0
351
1w
Reply to How to retrieve the % of memory pressure using native libraries
[quote='805580021, hoppedevz, /thread/805580, /profile/hoppedevz'] Is there any way to retrieve the memory pressure percentage using native libraries? [/quote] Be careful here. In any non-trivial VM-based OS, free memory isn’t a useful statistic. I talk about this in On Free Memory. In most cases you want to respond to memory pressure notifications. You can get those via Dispatch; see the makeMemoryPressureSource(eventMask:queue:) function. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Content filter installed but not running
This seems like something that the NE team is going to have to investigate. [quote='805679021, davidsansom, /thread/805679, /profile/davidsansom'] I have raised a FB ticket, FB20866080. [/quote] Thanks. That’s the best path forward here. My only other suggestion is that you add a ‘first light’ log point to your sysex and to your NE filter provider, as explained in Debugging a Network Extension Provider. That’ll tell you whether the sysex started and, if it did, when the NE filter provider started within that. If your code isn’t started at all in these failure cases, that’s more evidence that this is an issue on the OS side of things. Note The advantage of using the system for these ‘first light’ log points is that these log entries end up in the sysdiagnose log. You can then point to them, or the absence of them, in the sysdiagnose log that you attached to your bug. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w