Search results for

İOS 26 beta battery %1

253,877 results found

Post

Replies

Boosts

Views

Activity

How to enable Rosetta simulators on Xcode 26 Beta 3 under MacOS 26 Beta 3?
Using Xcode 26 Beta 3 on MacOS 26 Beta 3, I cannot see any Rosetta Simulators even though I've turned on: Xcode Product -> Destination -> Show All Run Destinations I suspected that there has been an issue with showing them on Xcode, then I used Terminal to verify: First I tried to run/build unit tests with an ARM64 simulator, of course, I got a failed result - Because my project hasn't fully supported ARM64 yet. xcodebuild test -scheme MyScheme -project MyProject.xcodeproj -destination platform=iOS Simulator,name=iPhone 16,arch=arm64 Output: Undefined symbol: _OBJC_CLASS_$_MTAmiVoice Then I tried with a Rosetta simulator: xcodebuild test -scheme MyScheme -project MyProject.xcodeproj -destination platform=iOS Simulator,name=iPhone 16,arch=x86_64 Output: xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:iOS Simulator, arch:x86_64, OS:latest, name:iPhone 16 } Available destinations for the MySc
0
0
515
Jul ’25
Reply to `onTapGesture` not triggered on `Map` views
FYI: I tested this using the new releases published today, and this issue still exists. Specifically, I observed the issue when: Developing in Xcode beta 6 (17A5305f) running iOS 26 SDK beta 6 (23A5324a) in the simulator Running the sample app on a physical iPhone running iOS 26 beta 7 (23A5326a)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’25
Dreadful battery performance Beta 5
I installed Apple Watch 2, Beta 5 last week. Since its installation, I'm getting an average of about 6 hours of battery life on my watch. I'm unable to install any non-Apple apps - they indicate they are installing but just die, and the watch eats up battery at a rate of about 10% or more per hour, while no apps are active except the normal watch face. I put my watch on at 10:30 a.m. today; it is now 2:30 p.m. and the watch has 44% charge left. I've activated nothing and have used the watch as solely a timepiece. This is not good news. What gives?
4
0
460
Aug ’15
PDF links in WKWebView not clickable on iOS 26 (working on pre-iOS 26)
Hello Apple Developer Community, I'm experiencing an issue with PDF link interaction in WKWebView that appears to be specific to iOS 26. Problem Description: I'm loading a PDF in WKWebView.The links may vary widely and are not necessarily DPF, so I need to load them using WKWebView. On iOS versions prior to 26, links within the PDF are clickable and work correctly. On iOS 26, the same links are not clickable (no response when tapped). Expected Behavior: PDF links should remain clickable and functional across all iOS versions. What I've Tried: Tested opening the PDF directly in Safari on iOS 26 - links still not clickable This suggests the issue might be related to changes in the system's PDF rendering engine Reproduction Steps: Load the PDF URL in WKWebView Navigate to page 12 Attempt to tap the link Environment: Test Devices: iPhone 15(26.0 ) / iPhone 16 Pro Max(18.0.1 ) Xcode: 16.2 Questions: Is this an intentional change in iOS
1
0
330
5d
Issues noticed with iOS 11.2 beta 1
iOS Version 11.2 (15C5092b)1. I keep getting a pop up saying A new iOS update is now available. Please update from iOS11 beta. When I go to software update it tells me I'm up to date. This pop up happens many times per day.2. I can connect to my iPhones personal hot spot, even when it is turned off in settings.Anyone else seeing these issues?
46
0
25k
Nov ’17
Reply to No New Beta This Week
There in an interesting explaination as to why there is a regular beta drought at around this time of year offered here: Re: iOS 9 beta 6. The meat of which is:For June and July, Apple develops their next major release via two forks- the beta fork and the secret fork. The secret fork includes support for the unreleased hardware. The last few secrets have been Siri for iOS 5, 4 support for iOS 6, Touch ID support for iOS 7, and large screen support for iOS 8. Now come August, Apple must begin the work of integrating the secret fork into the beta fork to create one release build. From the start of the integration until the iPhone September event, Apple is unable to release betas without disclosing secrets. For that reason, there are never any betas during that time. This takes about a month- 34 days for iOS 5, 37 days for iOS 6, 26 days for iOS 7, and 36 days for iOS
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
iOS 11.2 Beta 1 Call Issue
HiSince installing iOS 11.2 Beta 1 on my iPhone 7 Plus, I've noticed that when I receive an incoming call where I would normally select Speaker, I now have option of chosing Speaker, iPhone Speaker or iMac Speaker :-SAnyone else nogticed or getting the same issue?Thanks in AdvanceBarry
0
0
482
Nov ’17
iOS 26 share map location
I am having a problem with the following scenario. The user opens the Maps app, then selects a location like a store or restaurant, then tap on share and then on my app. On iOS 26, my app stopped showing altogether. After changing the NSExtensionActivationRule to TRUEPREDICATE to accept all, I see this difference between the OS versions. iOS 18.5 (lldb) po extensionContext?.inputItems ▿ Optional> ▿ some : 1 element - 0 : - userInfo: { NSExtensionItemAttachmentsKey = ( {types = (n public.plain-textn)}, {types = (n com.apple.mapkit.map-itemn)}, {types = (n public.urln)} ); NSExtensionItemAttributedContentTextKey = {length = 329, bytes = 0x7b5c7274 66315c61 6e73695c 616e7369 ... 656e7472 61616c7d }; com.apple.UIKit.NSExtensionItemUserInfoIsContentManagedKey = 0; } iOS 26 (lldb) po extensionContext?.inputItems ▿ Optional> ▿ some : 1 element - 0 : - userInfo: { NSExtensionItemAttachmentsKey = ( {types = (n public.urln)}, {types = (n public
0
0
72
Sep ’25