Search results for

İOS 26 beta battery %1

253,799 results found

Post

Replies

Boosts

Views

Activity

Reply to Core Bluetooth and app background launch
You seem to have misunderstood. That note, Note 5, only pertains to the specific cases where Note 5 is referred to, namely: if the app Force Quit by the user Control Center Bluetooth button toggled An app that was force quit was never able to be relaunched before. iOS 26 actually adds the capability for such apps to be launched if they opt in to use AccessorySetupKit. So, this is not a case of apps losing the capability to relaunch, but a case of apps gaining the capability to relaunch in cases where they weren't able to before, if they use AccessorySetupKit.
Topic: App & System Services SubTopic: Core OS Tags:
6d
Crash when removing network extension
Our application uses NEFilterPacketProvider to filter network traffic and we sometimes get a wired crash when removing/updating the network extension. It only happens on MacOS 11-12 . The crashing thread is always this one and it shows up after I call the completionHandler from the stopFilter func Application Specific Information: BUG IN CLIENT OF LIBDISPATCH: Release of a suspended object Thread 6 Crashed:: Dispatch queue: com.apple.network.connections 0 libdispatch.dylib 0x00007fff2039cc35 _dispatch_queue_xref_dispose.cold.1 + 24 1 libdispatch.dylib 0x00007fff20373808 _dispatch_queue_xref_dispose + 50 2 libdispatch.dylib 0x00007fff2036e2eb -[OS_dispatch_source _xref_dispose] + 17 3 libnetwork.dylib 0x00007fff242b5999 __nw_queue_context_create_source_block_invoke + 41 4 libdispatch.dylib 0x00007fff2036d623 _dispatch_call_block_and_release + 12 5 libdispatch.dylib 0x00007fff2036e806 _dispatch_client_callout + 8 6 libdispatch.dylib 0x00007fff203711b0 _dispatch_continuation_pop + 423
3
0
55
6d
How Australian Developers Can Balance Privacy and Personalization in AI-Driven iOS Apps
As AI continues to reshape mobile experiences in Australia, developers are increasingly integrating intelligent features into iOS applications. Yet one of the most important challenges is achieving effective personalization while maintaining compliance with Apple’s strong privacy and security standards. Australian users value transparency and data protection, which makes it essential for iOS app developers in Australia to create experiences that respect user consent while still offering relevant, context-aware functionality. Tools such as on-device machine learning, Core ML, and Apple’s differential privacy frameworks allow teams to deliver adaptive app behavior without transferring sensitive data off the device. As a recognized leader among iOS app developers in Australia, Dev Story follows a privacy-focused approach that aligns with both Apple’s best practices and Australian data protection principles. Through responsible AI design, edge computing, and secure local data p
0
0
34
6d
Core Bluetooth and app background launch
TN 3115 states that apps that do not use AccessorySetupKit will loose the ability to launch into the background to service bluetooth in iOS26. Starting in iOS 26 and iPadOS 26, only apps that use AccessorySetupKit to setup Bluetooth accessories will be relaunched. Is there any more information regarding this? Will it affect any app under iOS26 or only those build against the iOS26 SDK? My app (dev build) is still relaunched, even though I'm running iOS26, so I wonder if there are any more conditions checked.
1
0
42
6d
Simulators (iOS 26.1) clean takes up to 15min every time
We have the following step before running any tests on CI machine: xcrun simctl shutdown all && xcrun simctl erase all It was working perfectly before Xcode 26.1. On Beta 3 it was doing it for 15 min every time. When updated to RC1, the tests with cached build are fast (clean goes up to 10 sec), but the package tests clean is still going up to 15 min every time. We did xcrun simctl runtime dyld_shared_cache update --all as advised but it's helping only temporarily. Is this going to be fixed in the official release?
0
0
121
6d
Tab bar alignment issue from iOS 26
I have a tab bar with 4 tabs. Since iOS 26, I’m facing an issue with the tab alignment — the text automatically shrinks, and the tab icon shifts upward for some tabs. I am using UITab property for creating Tabs from os Version above 18 and UITabBar for os version below 18.
1
0
71
6d
Reply to TCC Permission Inheritance Failure: Swift Parent -> Python Child
Thanks for all the answers. What you’re dealing with here is the responsible code problem. When a process performs a privileged operation, macOS has to track down the responsible code so that it can check whether that code has TCC privileges or not. In general, macOS will follow the chain from child process to parent process to determine process responsibility. However, things are not that simple: The child process might be doing things to break the chain. There are also situations where macOS doesn’t follow the chain as you might expect. I have a test project that I use to exercise cases like this, and it seems to be working for me. Here’s what I did today: On macOS 15.7.1, I went to System Settings > Privacy & Security > Input Monitoring and confirmed that there’s no entry for my test app there. I used Xcode 26.0.1 to build and run the app. I started input monitoring within the app. The system presented the permissions alert. I clicked Open System Settings. And enabled Input Monitoring in System S
6d
Reply to SMAppService
[quote='864383022, spacecash21, /thread/804561?answerId=864383022#864383022, /profile/spacecash21'] it seems like macOS memory protection kicks in and does not allow starting/restarting different executable. [/quote] Hmmm, I’m not sure how memory protection is a factor here. The log snippet you posted suggests that your daemon is crashing. Does that generate a crash report? If so, please post it here. See Posting a Crash Report for advice on how to do that. Also, how are you updating your app? Make sure that you’re not hitting the problem described in Updating Mac Software. Specifically, use the instructions in Check Third-Party Software Updaters to verify that your new daemon was written to a new file with a new inode number. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
6d
Reply to Wi-Fi Raw Socket Disconnection Issue on iPhone 17 Series
Thanks for the clarifications. Just FYI, in networking, raw socket usually refers to raw IP sockets, hence my confusion. So, lemme summarise the issue: You have an iOS app. It talks to a Wi-Fi based accessory over TCP. With iPhone 16, this all works as expected. With iPhone 17, things go wrong, such that your TCP socket disconnects after 20 seconds. After that, your app is unable to reconnect. And the only way to resolve the issue is to restart the Wi-Fi subsystem on your accessory. Is that right? If so, this sounds eminently bugworthy. While there are lots of ways that local networking can go wrong, the fact that this fails when the only variable you change is moving from iPhone 16 to 17 suggests that it’s caused by a Wi-Fi level issue on iPhone 17. DevForums focuses on Apple APIs and tools, and isn’t really set up to help with Wi-Fi level issues. Given your description of the problem, I think it makes sense for you to file a bug so that our Wi-Fi engineering team can investigate. In your bug, make
6d
WiFi aware demo paring issue
I am developing a program on my chip and attempting to establish a connection with the WiFi Aware demo app launched by iOS 26. Currently, I am encountering an issue during the pairing phase. If I am the subscriber of the service and successfully complete the follow-up frame exchange of pairing bootstrapping, I see the PIN code displayed by iOS. Question 1: How should I use this PIN code? Question 2: Subsequently, I need to negotiate keys with iOS through PASN. What should I use as the password for the PASN SAE process? If I am the subscriber of the service and successfully complete the follow-up frame exchange of pairing bootstrapping, I should display the PIN code. Question 3: How do I generate this PIN code? Question 4: Subsequently, I need to negotiate keys with iOS through PASN. What should I use as the password for the PASN SAE process?
1
0
540
6d
Reply to XPC Service Installed Outside App Doesn't Set Responsible
[quote='864274022, TyngJJ, /thread/805696?answerId=864274022#864274022, /profile/TyngJJ'] I'm using the terminology from an older document [/quote] Yeah, the terminology here is confusing, which is why I’ve switch to named XPC endpoint. It’s long and clumsy [1], but it’s very clear. Unfortunately there’s no way to get that older doc fixed, because the Documentation Archive is a read-only snapshot. You can’t use the responsible process constraint on a launchd daemon or agent because its named XPC service is published to a Mach bootstrap namespace that allows multiple clients to connect. The first client starts your process and then subsequent clients trigger a new connection to that same process. Given that, the concept of responsible process doesn’t really make sense [2]. What you’re really trying to do here is to ensure that your agent only does work on behalf of your app, and that’s the problem that XPC peer constraints solve. In the case of an launchd agent, it’s best to apply XPC peer constraints
6d
Reply to VNDocumentCameraViewController UI issues in iOS 26
Following up on this issue, specifically - the edge correction screen top bar positioning issue is significantly impacting our app. To provide more context: The grey strip appearing beneath the status bar (instead of at the bottom) makes the UI appear broken to users. The issue is consistent across all iOS 26 devices we've tested. Custom styling or modifications are not possible to the VNDocumentCameraViewController as per my knowledge. Has anyone else encountered this? We'd greatly appreciate: Confirmation whether this is expected behaviour or a known issue. Any recommended workarounds or API changes we should implement Any guidance from Apple Engineering would be highly appreciated.
Topic: UI Frameworks SubTopic: UIKit Tags:
6d
Reply to WKWebView crashes in SSO App Extension on iOS 26 during loadRequest
Wow, that’s quite a coincidence. One gets no interesting App SSO questions for years, and then two come by that both mention SAML! Anyway, let’s dig into your issue. Earlier you wrote: [quote='805658021, sunil.jakhar, /thread/805658, /profile/sunil.jakhar'] the extension consistently crashes when calling WKWebView.load(_:) [/quote] Please post a full Apple crash report for this. See Posting a Crash Report for hints and tips on how to do that. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Safari & Web SubTopic: General Tags:
6d