Search results for

İOS 26 beta battery %1

250,801 results found

Post

Replies

Boosts

Views

Activity

storefront.countryCode is fixed to USA in iOS 26 beta
Whether using Storefront.current?.countryCode or SKPaymentQueue.default().storefront?.countryCode, both are returning USA only. (It used to return the correct country code before the update.) In the sandbox environment, the country code is returned correctly, but in the TestFlight environment, it always returns USA. There's no mention of this behavior in the beta release notes, so I'm posting it here for visibility.
1
0
83
Jul ’25
Reply to How to fetch battery voltage and current capacity of battery for iOS 12 using iOKIt
I am curious about the answer too. Do you have any information?For instance, Apps Like Battery Life or Battery Care are still on the App Store (and accepted by the Apple Review team). They both show the same Battery Wear rate. The only solution is to use the IOKit private framework or have the app compiled with SDK 10 or 11 max. If not, I'm wondering how they can get battery information without private APIs.To go further, because battery information decrease on each iOS version, I think the Apple Review team will refuse Battery apps shortly. Why? Apple provides battery health status in the iOS settings since iOS 11.3. With iOS 12, this feature is not in beta anymore. Apple users who will come to an Apple Store by saying Your battery health status is wrong, here what Battery Life is saying will be one situation that Apple will try to avoid the most.
Sep ’18
Beta 6 battery drain
Since upgrading my Series 3 watch to beta 6, I am experiencing around half (or less) of the battery life in prior betas. I normally drop less than 10% overnight (I sleep with my watch on) and this morning I had dropped over 20%.I may file a bug report, but was curious if others were experiencing the same.
8
0
1.9k
Aug ’18
[iOS 26 beta] Unexpected Behavior: didRegisterForRemoteNotificationsWithDeviceToken Invoked Before User Notification Authorization on iOS 26 Beta
I'm encountering an issue with our legacy Objective-C codebase that uses UIApplicationDelegate. Here are the steps to reproduce the issue: Uninstall the application from the device. Install and launch the application. As part of the launch event, the client requests notification permission. The permission prompt is still displayed, even though the client receives a remote notification token (which appears to be a cached one). I followed the same steps with a sample app built with Swift (SwiftUI), and this issue did not occur. In the Swift app, I consistently received a delegate call after the user allowed the notification permission. Could you please provide some insights into why this might be happening with only our client?
5
0
174
Jul ’25
[iOS 26 Beta] event.target.value is always empty — only from specific script domains
Hey everyone, After installing iOS 26 beta, I started noticing unexpected behavior in our input event handlers. Specifically, when users type into an field, event.target.value is always an empty string — but only when the JS file is loaded from a specific domain (e.g., t1.daumcdn.net). The exact same code works perfectly when hosted on other domains like t2.daumcdn.net or search1.daumcdn.net. 👉 I created a demo here: 🔗 CodePen Demo The scripts loaded from each domain are 100% identical (apart from the top-level selector). Before iOS 26 beta, this worked fine. I suspect this is related to ITP or some new cross-origin behavior in Safari, but I’d love to know if anyone else is running into this — or if someone knows a workaround. Thanks!
1
0
80
Jun ’25
Reply to UISegmentedControl Not Switching Segments on iOS Beta 26
I encountered the same issue with a UISegmentedControl in IB using Xcode 26 beta 1, but this is mostly fixed in a simple test app I created when using Xcode 26 beta 2. The first tap on an unselected segment has no effect, but thereafter the control works. However, the title of the manually selected segment is still obscured as it was with Xcode 26 beta 1.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’25
Update to IOS 26
Today I updated to iOS 26 and after changing to clear mode nothing happens, the icons remain a solid color, everything remains a solid color, nothing is transparent.
1
0
86
Jun ’25