Search results for

İOS 26 beta battery %1

253,807 results found

Post

Replies

Boosts

Views

Activity

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
249
Jul ’15
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
54k
Jun ’17
iOS 26 issues
Pls does anyone know how to downgrad from iOS 26 back to 18, I also don’t have a MacBook, If theres a way to downgrade without it let me know pls and if I have to use a MacBook I’ll get a friends macbook but I need to how to downgrade and if it’s possible to downgrade
0
0
106
Jun ’25
iOS 26 didRegisterForRemoteNotificationsWithDeviceToken is not being called
We have an app in Swift that uses push notifications. It has a deployment target of iOS 15.0 I originally audited our app for iOS 26 by building it with Xcode 26 beta 3. At that point, all was well. Our implementation of application:didRegisterForRemoteNotificationsWithDeviceToken was called. But when rebuilding the app with beta 4, 5 and now 6, that function is no longer being called. I created a simple test case by creating a default iOS app project, then performing these additional steps: Set bundle ID to our app's ID Add the Push Notifications capability Add in application:didRegisterForRemoteNotificationsWithDeviceToken: with a print(HERE) just to set a breakpoint. Added the following code inside application:didFinishLaunchingWithOptions: along with setting a breakpoint on the registerForRemoteNotifications line: UNUserNotificationCenter.current().requestAuthorization(options: [.badge, .alert, .sound]) { granted, _ in DispatchQueue.main.async
5
0
713
Aug ’25
Battery health dropping daily by 1% everyday
Currently i am using an iphone 15 pro which is just 7 months old but it was good till this month it was at 97% even after using more than 6 months, but in recent fews days it is regularly dropping by 1% every day and now it is at 89% only with 10 to 12 days it dropped by 8% . Is my battery defective or something is wrong with my phone . bcoz of this i am very upset because of this bad decrease of battery health . i have heard it is normal to degrade by 1% monthly but mine is dropping daily its soo frustrating. and if my battery reaches under 80% within the warrenty period? will get a free battery replacement from apple or not ? I don’t have apple care+ . But its under 1 year standard warrenty . please reply apple as its soo frustrating
1
0
360
Feb ’25
iOS 26 BUG
I have an iPhone 14 Pro, after downloading and installing the new iOS 26, I can’t make any calls, it instantly says “Call Failed”, my cellular data is also not working, however I can still receive calls. This bug needs to be fixed ASAP…
1
0
360
Sep ’25
Change to safe area logic on iOS 26
I have a few view controllers in a large UIKit application that previously started showing content right below the bottom of the top navigation toolbar. When testing the same code on iOS 26, these same views have their content extend under the navigation bar and toolbar. I was able to fix it with: if #available(iOS 26, *, *) { self.edgesForExtendedLayout = [.bottom] } when running on iOS 26. I also fixed one or two places where the main view was anchored to self.view.topAnchor instead of self.view.safeAreaLayoutGuide.topAnchor. Although this seems to work, I wonder if this was an intended change in iOS 26 or just a temporary bug in the beta that will be resolved. Were changes made to the safe area and edgesForExtendedLayout logic in iOS 26? If so, is there a place I can see what the specific changes were, so I know my code is handling it properly? Thanks!
Topic: UI Frameworks SubTopic: UIKit
7
0
1k
Aug ’25
Battery drain iOS 14.2
I have an iPhone 7, was working just fine before updating to iOS 14.2, now battery drain is awful! Is there a bug in the update? A way to fix it? Or just want us with “old” iPhone models to be forced into buying a new one..... Thanks for your help!
5
0
892
Nov ’20
iOS 26 CarPlay Widgets
My company's app has a few widgets and a couple of them we do not want to show up on CarPlay due to safety concerns when iOS 26 releases. I understand Apple's recommended way to prevent users from using your widget in CarPlay is to use the .disfavoredLocations([.carPlay], for: [.systemSmall]), and this puts your widget in the 'Other' section of the widgets. https://developer.apple.com/download/files/CarPlay-Developer-Guide.pdf However, this .carPlay widget location is only available in Xcode 26, and our app cannot be built on Xcode 26 yet due to some build errors. We are able to fix those build errors in a separate branch, but we won't be doing our official release builds on Xcode 26 until it is out of beta, which is usually right before iOS 26 officially releases to general audiences. We release our app versions on a monthly cadence, so the version that will be out when iOS 26 comes out is already in testing. Is there a
0
0
250
Aug ’25
iOS 9 battery life
Anybody else experiencing short battery life with IOS 9? My iphone 6 will not last 4 hours without a charger on it. I was getting great battery life with 8.4, it was even charging more than I was using with maps on and driving. IOS 9 will not last 4 hours with maps on and driving, even with the charger plugged in, that was the same with 8.3, not sure what happen but 9.0 went backward on battery life.
18
0
2.9k
Jun ’15