Of the 3 betas I've tried thus far (I skipped 1) this is the worst of the lot for battery life. I did do the update and restored from previous, so could try a configuration as a new device. But haven't changed any operating parameter I'm aware of.Is it just me?
Search results for
İOS 26 beta battery %1
250,762 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I use .scaleEffect(x: 1, y: -1, anchor: .center) to reverse the messages list, so that the latest message always at the bottom. This is correct in ios18, but blurred the whole view in ios26. Complete code: ScrollView { Rectangle() .fill(.clear) .frame(height: 10) // if messages.isEmpty { // MessagesEmpty() // .padding(.horizontal, 10) // .scaleEffect(x: 1, y: -1, anchor: .center) // } MessageInput(chat: chat) .padding(.horizontal, 10) .scaleEffect(x: 1, y: -1, anchor: .center).id(#messag-input-identifier) LazyVStack(spacing: 10) { ForEach(messages) { (message: Message) in MessageItem(message: message, activation: $activeMessageId, audioAdapter: AudioAdapter.shared).id(message.id) } .padding(.horizontal, 10) .scaleEffect(x: 1, y: -1, anchor: .center) } Rectangle() .fill(.clear) .frame(height: 20) } .scaleEffect(x: 1, y: -1, anchor: .center) As shown in the screenshot WechatIMG49.jpg(using ios26beta which is incorrect), We
[quote='843791022, Leut, /thread/751785?answerId=843791022#843791022, /profile/Leut'] Do you think this will change with iOS 26? [/quote] Well, iOS 26 is still in beta right now, so things could change. However, the current beta does not contain any changes in this space. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Programming Languages
SubTopic:
Swift
Tags:
I recall Tuesdays as well. However and whenever I do hope it's soon as well because the battery life if iOS 9 beta 1 is a killer lol.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I have an app that uses CKShare to allow users to share CloudKit data with other users. With the first build of the iOS 26, I'm seeing a few issues: I'm not able to add myself as a participant anymore when I have the link to a document. Some participants names no longer show up in the app. Looking at the release notes for iOS & iPadOS 26 Beta, there is a CloudKit section with two bullets: CloudKit sharing URLs do not launch third-party apps. (151778655) The request access APIs, such as CKShareRequestAccessOperation, are available in the SDK but are currently nonfunctional. (151878020) It sounds like the first issue is addressed by the first bullet, although the error message makes me wonder if I need to make changes to my iCloud account permissions or something in order to open it. It works fine in iOS 18.5. This is the error I get when I try to open a link to a shared document (I blocked out my email address, which is what was in quotes): As far as th
Which “iOS Beta 2”? We’re currently iOS 26 beta 8; if you’re testing on beta 2 it’s long past time to upgrade. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Privacy & Security
SubTopic:
General
I'm in the process of updating an app for iOS 26 and I've run into some behavior that I don't quite understand. I have a view controller that is embedded in a navigation controller. That VC currently uses a UISegmentedControl (with 3 segments) for its navigation item title view. In iOS 17 and 18, this works well. There is one right bar button item when the first or second segment is selected and no bar button items at all when the third segment is selected. On iOS 17 and 18, the title view always appears centered. When I run this app on the iOS 26 beta 4 simulator, the title view appears to be left-aligned (instead of centered) when the first or second segment is selected (and the one right bar button item exists) but it is centered when the third segment is selected and there is no right bar button item. I thought maybe this was something related to a UISegmentedControl so I created a new custom view to use for the title view in
Topic:
UI Frameworks
SubTopic:
UIKit
I just find out there no option of removing duplicate photo on iOS 26 beta I was wondering if there is any other way to remove duplicate photo on my Photo gallery
Topic:
Community
SubTopic:
Apple Developers
beta 6 battery stinks 2.2 watch
Does the same issue occur when using Xcode 26 beta 4 and iOS 26 beta 4?
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
I updated today at 10 a.m. local time and by 17:00 i got like 29 percent battery life without using the phone . Next i am going to look into the Activity Monitor to see what is causing this battery drainage. Has anybody encountered the same problem? I got an Iphone 7 plus.
iOS 16 beta should of course be iOS 26 beta
Topic:
App & System Services
SubTopic:
Core OS
Tags:
HelloI have the 44mm series 5 apple watch. Beta 1 and 2 seemed to fix the battery drain issue for me when using the always on screen.However since the last few beta's it seems to be back draining the battery in under 12 hours.Anyone else seeing similar issues the last couple of betas?
Good day. Friends, please help. I installed iOS 26 Betta version. During the update, there was a power surge and the Internet went out. The download was difficult but it went through. Now I can't check for updates. Write connection error and checking for updates. I can't roll back to 18.5. It gives an error through the computer. Please help. Thank you in advance.
Topic:
Community
SubTopic:
Apple Developers
Yes and this is also not the first beta. We developer know this already from former iOS betas. After 1-2 betas the battery drain and performance is again like it should be.But nearly all of us use the devices also private. The battery of the watch was much better than older phones. Now it is so worse that you can use the watch only for development and put it then on the charger. And I am also a little bit worried if this is good for the battery also when it needs so much energy in such a short time. Maybe someone can give us some information why the watch needs now so much battery power even without using native apps.
Topic:
App & System Services
SubTopic:
Core OS
Tags: