Search results for

İOS 26 beta battery %1

253,699 results found

Post

Replies

Boosts

Views

Activity

iPad Pro 12,9 first gen with iOS 11 beta 1 with no battery doesn’t charge at all
iPad Pro 12,9 first gen with iOS 11 beta 1 with no battery doesn’t charge at all. Whenever I plug it it shows for a few seconds the “no-battery-charging symbol” and it immediately shuts down.I have tried with every apple charger (for iPhone, for iPad) with many cables (they all of course work with iPhone 7, iPad mini 4) I tried charging from MacBook Pro 15” with Touch Bar with cable usb-c to lightning, with adaptor and usb cable, I tried from Mac -mini and of course I tried every suggestion in this forum.Any fix?
1
0
498
Jul ’17
SwiftUI window top left aligned on macOS 26 beta 1
We ran into a bug with our app Bezel (https://getbezel.app). When running on macOS Tahoe, windows would get partially clipped. This is because we have SwiftUI views that are larger than the window size, our SwiftUI views are supposed to be centered, which they are on macOS 13, 14, 15. But on macOS 26 (beta 1), the window contents are top-left aligned. This seems to be a bug, I have submitted FB18201269. This is my code: WindowGroup { ZStack { Color.green ZStack { Color.yellow Text(Hi) } .aspectRatio(1, contentMode: .fill) .border(.red) } } This first screenshot shows the old behavior on macOS 15: This second screenshot shows the new behavior on macOS 26 (beta 1) Can anyone confirm if this is indeed a bug, or if this an intended change in behavior?
1
0
77
Jun ’25
Reply to Example default dialer project
[quote='799514021, dutt, /thread/799514, /profile/dutt'] As I understood it I should be able to use these from iOS 18.2 [/quote] I don’t know much about this framework, but the docs for TelephonyConversationManager make it clear that it’s new in iOS 26 beta. That means: You need to build with Xcode 26 beta. Your app will either need to require iOS 26… Or you’ll have to conditionalise this code so that it only runs on iOS 26 (Claude31’s snippet shows one approach for that). Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Sep ’25
Greyed out app icon on iOS 26 beta
On iOS 26 beta 3, my app and some other apps got greyed out app icon. It only happens in Default (Light) appearance. Apple automatically converts third-party app icons to support Liquid Glass, but is there any specific requirement with third-party icons to avoid above greyed out app icon issue?
0
0
207
Jul ’25
ExtensionKit and iOS 26
It looks like ExtensionKit (and ExtensionFoundation) is fully available on iOS 26 but there is no mention about this in WWDC. From my testing, it seems as of beta 1, ExtensionKit allows the app from one dev team to launch extension provided by another dev team. Before we start building on this, can someone from Apple help confirm this is the intentional behavior and not just beta 1 thing?
1
0
196
Jun ’25
Apple Intelligence stuck at 100% on macOS 26 Beta 1
Hello, I'm unable to develop for Apple Intelligence on my Mac Studio, M1 Max running macOS 26 beta 1. The models get downloaded and I can also verify that they exist in /System/Library/AssetsV2/ however the download progress remains stuck at 100%. Checking console logs shows the process generativeexperiencesd reporting the following: My device region and language is set to English (India). Things I've already tried: Changing language and region to English (US) Reinstalling macOS Trying with a different ISP via hotspot.
6
0
450
Jun ’25
Iphone 6 plus battery on IOS 9 beta 2
Hi guys, just thought i'd share this one to see if any of you are experiencing the same weird issue. I wouldn't call it a problem at all to be honest, quite the opposite. Since updating to IOS 9 beta 2 my iphone 6 plus has suddenly developed amazing battery stamina!I charged my phone when it reached around 40 per cent the other night and took it off charge at 7:30am yesterday morning and it remained at 100 per cent all day yesterday, even with moderate to heavy usage. Last night it was still showing 100 per cent so I didn't put on charge, fearing that I might cause damage to the battery. This morning I woke up to find....... guess what...... still 100 per cent! I have used it all morning and it is still showing 100 per cent! (it is now 31 hrs after being removed from charge) I'm wondering if the phone is suddenly going to take a nose dive in the battery power department, or if something in IOS 9 beta 2 has created some weird battery
2
0
688
Jun ’15
iOS 26 Beta 9 Purchase Issues
Hello all, Posting here before I put in a support ticket to see if there are any ideas. The previous beta issues seem to have been resolved, but now we are having intermittent problems with sandbox purchases. We do not know if this will affect real purchases. This is happening on beta 9 in both public and dev channels for us, most often on iPad Pro 4th. gen (Though idk if that is relevant). Sometimes running TestFlight builds on iOS 26 beta 9 devices we will have attempts to make sandbox purchases just go into a black hole. We do not get a Do you want to buy this popup, or the credentials screen. It just pauses for a bit in the section of our code that would be akin to: let result = try await product.purchase( options: [.appAccountToken(accountUUID) ] ) Then wait a couple seconds, and then nothing. The game returns to normal flow as if it was a pending purchase, but nothing more ever happens. We have not been able to get a local debug build to do this, so it's hard
2
0
240
Sep ’25
How to report Xcode 26 / iOS 26 bugs with Feedback Assistant?
I'm running macOS 15.5. I now have Xcode 26 and I'm testing my iOS app against iOS 26. I've encountered several UIKit / iOS 26 bugs I'd like to report. In Feedback Assistant I choose Developer Technologies & SDKs. Eventually I get asked What build does the issue occur on?. The list of choices is: iOS 18.2 Seed 4 iOS 18.1.1 iOS 17.7.2 An earlier iOS build I'm not sure So how to I report this as an iOS 26 beta 1 issue?
2
0
294
Jun ’25
IOS 26`
Anyone else's phone die after installed iOS 26 beta? I'm not happy at all. shows that my phone is charging but will not turn on. have tried hard resetting it 50+ times, 5 different chargers.. nothing.
2
0
261
Jun ’25
Ios 26 public beta 2 CarPlay glitch
Both Apple and third-party apps in CarPlay are not displaying properly after updating to iOS 26 public beta two. I submitted feedback, wondering if anybody else had this problem and have solved it. The only apps that appear to be working normally are map apps like Apple Maps, Google Maps and Waze. The others show only background, but if you tap on the touchscreen it will perform an action as if the tile/link is there, but invisible
7
0
200
Aug ’25