Search results for

İOS 26 beta battery %1

250,968 results found

Post

Replies

Boosts

Views

Activity

Battery....Battery...
Hi I was using android for a long period of time however now am using iphone its newone one and its security, camera and others are good enough but the major problem of iphone is battefy especially when i use camera, phone call and wifi. Android is excellent in battery. So what do you think can you make some improvements while updating to ios 15.6 or somethig. Hope you will have some goodnews thank you.
1
0
722
Mar ’22
iOS 10 Public Beta 1 Not Installing
Did all the right steps to install the beta. Deleted iOS 9 profile. Installed new profile. Downloaded update two different times. Restarted and hard reset numorous times. Tried installing update countless times over the past 4 days. Every time it sits on the verifying update for a few minutes and then shows error while installing iOS public beta 1.I've run out of things to try. Anyone else having this???
13
0
1.2k
Jul ’16
GameKit Achievements, Leaderboards and Challenges not showing on iOS 26 beta 4 in the Game Center UI (opened from GKAccessPoint)
On an iPad running iPadOS 26 beta 4, when tapping the Game Center Access Point, the overlay doesn’t show the configured achievements, leaderboards or challenges. I should specify this is an in-development app and the achievements and leaderboards are in the “Not Live” state, however they show on other devices running iOS 18 in the Access Point UI. Anyone else having this issue? If so, how should I test achievements and leaderboards while iOS 26 beta is out? The UI looks like this on iPadOS 26:
2
0
216
Jul ’25
Reply to Ongoing Device Setup ios 18.4 beta
This is a good answer. So all the heavy processing had nothing to do with ios beta nor apple intelligence, rather the fact that I wiped and restored my iphone. now it finished and things look better, but I do believe that battery is getting drained faster on the beta. you also seem to believe that battery consuming processes wont harm the battery at all? You think this because they are infrequent or because it is other things that matter most, like staying in the 20-80 range?
Mar ’25
macOS 26 beta: No Fast User Switching?
I have installed the macOS 26 WWDC beta on a secondary volume, and set it up with two user accounts (both administrators). However, the options for switching users without fully logging out are nowhere to be found. The topic is still included in macOS Help and is shown when searching for “fast” in System Settings, however, the option is hidden/missing in the pref pane when selected. Filed FB18155517 (macOS 26 beta: No Fast User Switching?)
5
0
108
Jun ’25
'editButtonItem.title' Cannot Be Updated in iOS 26
In iOS 26, I found that editButtonItem.title cannot be programmatically updated as before. Even when explicitly setting the title in viewWillAppear or inside setEditing(_:animated:), the text remains the default “Edit” / “☑️”. Here is a minimal reproducible example: import UIKit class ViewController: UIViewController { private let infoLabel: UILabel = { let l = UILabel() l.text = uneditable l.font = .systemFont(ofSize: 28, weight: .medium) l.textAlignment = .center l.translatesAutoresizingMaskIntoConstraints = false return l }() private let textField: UITextField = { let tf = UITextField() tf.placeholder = This will become effective when you edit it. tf.borderStyle = .roundedRect tf.translatesAutoresizingMaskIntoConstraints = false tf.isEnabled = false return tf }() override func viewDidLoad() { super.viewDidLoad() view.backgroundColor = .systemBackground navigationItem.title = sample navigationItem.rightBarButtonItem = editButtonItem setupLayout() } override func viewWillAppear(_ animated:
Topic: UI Frameworks SubTopic: UIKit
1
0
63
Aug ’25