Search results for

İOS 26 beta battery %1

250,842 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 Beta battery life
Have you ever done a iOS beta before? These are very much to be expected.1. The claims they make will be what they are expecting for the final release2. iOS 6 beta was significantly worse.3. If you think this is bad... just wait, in the past the betas have gone from bad battery life to good, to bad again. They are working out the issues, you cannot expect this to work like a final product... because well, it is far from it.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to CKShare in iOS 26
I have filed FB18191886 about a related issue. The biggest unaddressed issue that I am seeing here is that owner.userIdentity.nameComponents on a CKShare that a participant has already joined is always appearing empty in iOS 26 Seed 1 (23A5260n). This is critical information that breaks my app in iOS 26 beta, since a user may be a participant on multiple records owned by multiple different users that can only be differentiated by the owner's name.
Jun ’25
Reply to ELBA-APP doesnt work!!!
You've installed a beta version of iOS 26 on your primary device. There are going to be issues with third-party apps, like your banking app, because they were written to work with iOS 18, not iOS 26. Most apps work fine, but some apps need updating to implement new features, or to address bugs that the newer version of iOS uncovers. You should never install a beta OS on your primary device, for exactly the reason you've discovered. Apple cannot fix your banking app unless it is a bug in iOS that's causing the issue. The developer of the app will have to update their app to work with iOS 26, but they cannot release it until iOS 26 is released around September. I suggest, if the banking app is important to you, that you downgrade to iOS 18.5, and I really hope you took a backup before you installed iOS 26 beta...
Jul ’25
BATTERY DRAiN in 14.3 IOS
Let me share my story, I'm FELIX - from Indonesia. Now: - My Iphone X 256GB, need to restart 2-3 times a day to know my actual real battery. My iphone suddently restart/shutdown by it selfs, once a day while i'm using it. (While i was making a call or i was chatting in whats app). After I charged my iphoneX to 100%, and i keep using it for 2-3 hours, suddently the battery indicator showed it was 10% (battery draining), and keep less in 10% for along time. I need to restart the iphone regularly, to know the real percentage, OCT 2020: my battery health was 84% 1 nov 2020: i change the original Iphone battery and become 100% (battery health). 3 NOV 2020: i installed the 14.2 IOS. starting that my iphone has the trouble. it happens with the 2 devices. (Mine and my Wife's iphone). We have the same problem now. Dear apple support, please help my iphone IOS. I am the loyal Iphone Fans. (I'm using Ipad Pro, Macbook Pro). i have upgrade i
3
0
1.4k
Dec ’20
;unable to install iOS 26 beta on my iPhone 16 Pro (iPadOS 26 beta installs just fine on my iPad mini 6 however).
The Apple logo and progress bar appear, and the progress bar gets about halfway through when the screen disappears, then reappears with the Apple logo and progress bar, and then eventually the progress bar just disappears, and only the Apple logo appears. After staring at that for an hour, I gave up and restored iOS 18.5. I made three attempts with Beta 1 and one attempt with Beta 2 and had the same results.
0
0
209
Jun ’25
Revert device to iOS 9 beta 1
Hi there,is it possible to reset a device to iOS 9 beta 1, even through beta 3 is currently available?We are testing the new ScheduleOSUpdate MDM command, which is rather odd if you are not able to revert the test device to an earlier version of iOS 9.Even setting the device to DFU mode, reinstalling iOS 8.4 did not allow to install 9.0 beta 1 afterwards.We are getting a This device isn’t eligible for the requested build error in iTunes.Is there another viable option?Thanks, Ulrich
2
0
248
Jul ’15
iOS 26 beta: Section headers no longer show translucent background when pinned with .listStyle(.plain)
Hi everyone, I've noticed a significant change in the visual behavior of List section headers between iOS 18 and iOS 26 beta that I'd like to clarify. Current Behavior: iOS 18 and earlier: Section headers with .listStyle(.plain) display with a translucent material background (regular material with blur effect) when pinned to the top during scrolling iOS 26 beta: Section headers with .listStyle(.plain) appear with a transparent/clear background even when pinned to the top Sample Code: struct ContentView: View { var body: some View { NavigationStack { List(1 ..< 5) { headerIndex in Section { ForEach(1...5, id: .self) { rowIndex in HStack { Text(Row (rowIndex)) .frame(height: 40) .padding(.horizontal) .background(Color.blue) Spacer() Image(systemName: chevron.right) .foregroundStyle(.secondary) .font(.title3) } } } header: { Text(Header (headerIndex)) .frame(height: 44) } .listRowSeparator(.hidden) } .listStyle(.plain) .
2
0
162
Jul ’25
iOS 26 Beta 3, UIGlassEffect corner radius
In beta 2 using layer.cornerRadius on a UIEffectView with the UIGlassEffect allowed you to change the corner radius of the view. In beta 3, this no longer works. WWDC videos indicate the right way to do this is to set the cornerConfiguration on the UIEffectView, but that API doesn't seem to be available yet. At this time it doesn't seem like theres a way to have a glass view that isn't pill shaped.
Topic: UI Frameworks SubTopic: UIKit Tags:
9
0
489
Jul ’25
iOS 11 Battery Life
I just noticed that the beta is hammering my battery on my 7 plus. I started about 4 hours ago with a full charged battery. Normal day to day functions dropped me to 40% in about 3 hours. Definitly more taxing than IOS10 at this point. It is something that they will need to address fairly soon I imagine.
67
0
53k
Jun ’17
iOS 26 beta: infinite loop in UISplitViewController logging
In the Console, when presenting my view in a horizontally compact environment, I see: UINavigationController for collapsing UISplitViewController about to push view controller This message repeats infinitely, until the Xcode debugger eventually says: QUARANTINED DUE TO HIGH LOGGING VOLUME Of note is that this only occurs in the beta, does not occur when using the iOS 18.x SDK, and only occurs in a compact environment. EDIT: This occurs only when setting the secondary column of a doubleColumn UISplitViewController: splitVC.setViewController(secondary, for: .secondary) EDIT 2 and WORKAROUND: If this action is deferred until after viewDidAppear, it self-resolves: public override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) if let deferredSecondaryViewController { splitVC.showDetailViewController(deferredSecondaryViewController, sender: nil) } }
Topic: UI Frameworks SubTopic: UIKit
0
0
154
Jul ’25