Search results for

İOS 26 beta battery %1

250,760 results found

Post

Replies

Boosts

Views

Activity

Reply to i cant pair my apple watch series 1 with my iphone 15 with the new ios 26
The Apple Watch Series 1 has a latest support version of watchOS 6 as can be seen on this Apple Support page. On the contrary, your iPhone is running iOS 26 beta. From investigated this a little, I think that there are a few reasons for why your Apple Watch might not be pairing: iOS 26 and watchOS 6 are too far apart. watchOS 6 was released in 2019, six years before iOS 26. I'm not absolutely sure but the versions may simply be too far apart to sync properly. It's a beta issue. Developer betas, especially the first one released the Monday of WWDC, are notorious for bugs and issues. It is possible that the pairing issue that you are experiencing is one of these quirks that will be ironed out before the public release this fall. I hope that this helps!
Jun ’25
Touch ID and Battery Issues ios 11.3 latest beta
I am really a diehard Apple user since 2008 from the cheapest to the latest model of iPhones... Now I have an Apple iPhone 6, 16GB and I was wondering why it happens to my mobile. When I update my Apple device to the Latest iOs Beta, an error was occur after updating.. My iPhone Touch ID won't activate. It always says Unable to activate Touch ID on this iPhone and the life of my battery gets shorter, even if the device is on standby, it drains faster than before i get updated to this ios beta. Please help me on this to resolve the problem.. THanks a Lot. Alvin
0
0
436
Feb ’18
Reply to Unable to Tint Custom View in UIBarButtonItem on iOS 26
This has been an issue since iOS 26 beta 1. I filed a bug report then. Please do the same using the Feedback Assistant app. There are actually quite a few issues related to tinting bar button items in iOS 26. I've filed 4 separate bug reports so far (just for different tinting issues). Apple just doesn't seem to care about fixing basic UIKit bugs in iOS 26. It's frustrating. And every beta update introduces new issues related to colors. (sorry for the rant).
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’25
Reply to Caution: watchOS 26 Beta 2 (may) brick Hermes variants
Exactly the same problem (Series 10). I updated the watchOS on Monday when it came out and noticed it won't charge anymore due to the heat, it discharges instead. Then the battery died few hours later and won't charge again. I couldn't reset nor unpair the watch as the Watch app won't even open. (16 Pro Max running iOS 26). When I tried to pair it with my 15 Pro Max (iOS 26) I noticed the OS became very leggy as soon as it's paired, just like my 16 Pro Max on iOS 26 beta since the beginning, perhaps there were some links there? The watch remains unusable, I had to erase and remove it from my iCloud as the Watch app won't even launch.
Topic: Community SubTopic: Apple Developers Tags:
Jun ’25
Battery health (beta)
Hi everyone, my iPhone X’s battery health (beta) stands at 95% after 2 months of purchase. I charge once daily and usually get about 4-5 hours of usage time and approximately 24 hrs of standby time. Looking at everyone’s posts, I seem to have realise that most iphone x battery health stands around 97-100%. Should I be concern with my situation ? Thanks !
4
0
3k
May ’18
iOS 26 Beta: UICollectionView estimatedDimension causes layout feedback loop (worked in iOS 18)
Issue Description We're experiencing a new recursive layout crash in UICollectionViewCompositionalLayout on iOS 26 Beta when using estimatedDimension. The same code works perfectly on iOS 18. Environment iOS 18.x: ✅ Works fine iOS 26 Beta: ❌ Crashes with layout feedback loop Crash Details Crash Report Console Log Code Question Is this an intentional change in iOS 26? Are there new best practices for using estimatedDimension in compositional layouts? Temporary Workaround Using absoluteDimension instead of estimatedDimension resolves the crash, but we lose dynamic sizing capabilities.
Topic: UI Frameworks SubTopic: UIKit
0
0
74
Jul ’25
iOS 9 Battery Life
The battery life on mine as many is terrible on this iOS 9 Beta 1. Though if you turn off location services completely it seems to increase. Still not great but its better.Hopefully with the feedback they have received we may se Beta 2 either Today or NEXT Monday.
5
0
865
Jun ’15
iOS 26 Beta - AppStore.showManageSubscriptions() Shows Empty View Before StoreKit Sheet
Environment iOS Version: iOS 26 Beta 8 Xcode Version: iOS 26 Beta 6 StoreKit: StoreKit 2 Description When calling AppStore.showManageSubscriptions(in:) on iOS 26 beta, I'm experiencing an unusual presentation behavior that wasn't present in earlier versions. An empty/blank view appears first Then the actual StoreKit manage subscriptions sheet appears on top When dismissing the StoreKit sheet, it closes properly But then I have to dismiss the empty view underneath as well This creates a poor user experience showing double sheets. Code Sample @MainActor func showManageSubscriptions() { guard let scene = UIApplication.shared.connectedScenes .first(where: { $0 is UIWindowScene }) as? UIWindowScene else { return } Task { do { try await AppStore.showManageSubscriptions(in: scene) } catch { // Handle error } } } Expected Behavior The StoreKit manage subscriptions sheet should present directly without any intermediate empty view
3
0
33
3w