In iOS 26, I can check the notification that arrives to the user when the AirPods or Apple Watch is fully charged. When tap the notification, notification only expands and does not include actions such as moving to an app. I checked the documents of UserNotification and UNNotificationServiceExtension, but I couldn't find what I wanted. I can expand by long-tapping as default, but I'm looking for a way to expand it without entering the app when I tap the notification. I wonder if there is an API that I missed or if it's not publicly supported. thank you for your support.
Search results for
İOS 26 beta battery %1
250,969 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I ended up updating my CI nodes to run macOS 26 Tahoe, and this error doesn't occur anymore.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
It looks like Apple has added some new API(s) to SFSpeechRecognition My app, which is currently listed on App Store does feature speech recognition. Yet, trying to use it under iOS 18.0 throws errors: -[SFSpeechRecognitionTask localSpeechRecognitionClient:speechRecordingDidFail:]_block_invoke Ignoring subsequent local speech recording error: Error Domain=kAFAssistantErrorDomain Code=1101 (null) What happens is that after several words are transcribed and displayed, the next sentence results in previous words disappearance. That's probably what that portion of the error text - Ignoring subsequent local speech recording error: Error Domain=kAFAssistantErrorDomain Code=1101 (null) means. The problem occurs ONLY when the app is running under iOS 18.0 Even when it's compiled in Xcode 16.0 using iOS 17.5 everything works fine. Any suggestions?
Alas, my enthusiasm was a little bit premature. While my iPhone running iOS 26 proves that the problem has been fixed, somebody's iPad (though running at the moment iPadOS 18), despite getting the app being compiled and installed from Xcode 26, shows the bug being still there. How come that iOS 26 does have a fix, but iPadOS 26 does not (I checked on Simulater as well).
Topic:
App & System Services
SubTopic:
General
Tags:
Is there any way to stop Xcode from randomly re-using a tab when you click on a file in the project treeview? I never, never, NEVER want the file in the current tab replaced. If the clicked-on file is not already open in a tab, I want a new one. Every time. But in Xcode, you sometimes get a new tab, and sometimes don't. I can't find any pattern to this absurd behavior. Even double-clicking doesn't produce a new tab, even though the Navigation settings say, Double-click: Opens tab in focused editor. WTH is this thing doing, and how do we stop it? This is Xcode 16.4.
Topic:
Developer Tools & Services
SubTopic:
Xcode
I get the same issue with my store kit configuration file. interestingly It still works on iOS in a simulation, but it does not work on macOS in a simulation. macOS always returns no products when I call the API. Here’s a post where I’m looking for an answer to that issue as well. https://www.reddit.com/r/SwiftUI/s/64xfCfbIPM
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
One can remove a language from the .xcstrings file through the .xcodeproj file, under Localization → (-) [Language]. The .xcstrings file seems to lack a minus (-) Button. However, in my project I could remove a language like this: I added the language (L) in the .xcstrings file to test it. After some time, the language L showed up in .xcodeproj file, under Localization. ❗️3. Here, there is a (+) and a (-) button, I selected the language L and removed it using the (-) button.❗️ After some time again, the language L did not appear in the .xcstrings file anymore. I assume it takes some time to synchronize between .xcstrings and .xcodeproj. Best, Tim :)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
No idea if this pending authorization disposition is relevant or not, but I do not know what else I as a user can possibly authorize beyond flipping the switch in System Settings. #9: UUID: 0C6D2CA3-9BAF-45D8-819B-604F52203F56 Name: SMAppServiceSampleCode Developer Name: ABCDEFG Team Identifier: *****437 Type: app (0x2) Disposition: [disabled, allowed, visible, not notified] (2) Identifier: identifier com.example.apple-samplecode.SMAppServiceSampleCode8B59GX9437 and anchor apple generic and certificate leaf[subject.CN] = Apple Development: user@host.com (XXXXXXX) and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */ URL: file:///Applications/SMAppServiceSampleCode.app/ Generation: 0 Bundle Identifier: com.example.apple-samplecode.SMAppServiceSampleCode8B59GX9437 Embedded Item Identifiers: #1: com.xpc.example.agent #10: UUID: F8746E58-2ADA-4840-82E7-9DCC1F77FD72 Name: SampleLaunchAgent Developer Name: (null) Type: daemon (0x10) Disposition: [enabled, allowed, visible, notified] (pend
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags:
Hello In my app code (in flutter) but you can remain if you code in other langages, maybe you can help in other ways, I have a file called: project.pbxproj I am wondering about this line: ARGETED_DEVICE_FAMILY = 1,2; Is it true that the 1 is for Iphone and 2 for Ipad? Would that mean that if I wrote 1 and removed 2, then in my app page in developer store side I would not see a tab for Ipad where the store requires from me to post screenshots for ipad? For instance (see image below) I know you guys use XCODE and it handels it itself, but can you open your .ipa files and check project.pbxproj to confirm differences between these files when the app is targeting Iphone Vs targeting Ipad? Thanks
ASWebAuth + Universal link issue -In login iOS application we are launching the Login URL in the ASWebAuth to support the auto-saving of the username and password. -It enables the passkey options seamlessly. When user enters into the Native app using the passkey or saved credentials, we send an Auth-Return URL to Login system -login in response of successful authentication redirect user to the Auth-Return URL along with an authenticated Auth-Code value. -When the Auth-Return URL is evaluated, it is expected that we should redirect user back the Native application and proceed with the session of the user along with the Auth-Code received. Problem is ASWebAuth not dismissing and handover to app
Topic:
Privacy & Security
SubTopic:
General
Tags:
OK, that’s definitely a sysex. Thanks for confirming. Given that, you should be able to export it for direct distribution with Developer ID signing. You’ll have to carefully work through the steps in Exporting a Developer ID Network Extension. Make sure that: The code is signed with the Developer ID variants of the com.apple.developer.networking.networkextension entitlement values. That entitlement claim is authorised by a Developer ID provisioning profile. Make sure to check both the container app and the embedded sysex. I also recommend that you add a ‘first light’ log point to your sysex so you can see whether it’s code runs at all. See Debugging a Network Extension Provider for more about that. And if you don’t get that log point, make sure to check for crash reports. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
App & System Services
SubTopic:
Networking
Tags:
I have an Xcode project setup as follows: 3 static libraries 1 framework target, whose Mach-O type is set to Dynamic Library main app target (iOS app) The target dependencies are as follows: In framework's build phase [Link with libraries], I have the 3 libs statically linked. In the main app's build phase [Link with libraries], I have only the framework, which is dynamically linked. As per my understanding: The libs are statically linked to the framework. So, the framework binary would contain code from all the libs. The framework is dynamically linked to the main app (iOS app in this case). So, the main app's binary only has a reference to the framework's binary, which would be loaded in the memory at runtime. Assuming my understanding is correct, I'm stuck with the following problem: All 3 libs build successfully The framework builds successfully The main app target doesn't build. The compilation is successful, but the build fails with linker errors. Please let me know if I am do
Again, I recommend that you use a .exp file so you have direct control over what gets exported. If you don’t want to do that, you’ll have to combine information about how the symbols are exported from the static library with information about how the framework is linked. For the former, see An Apple Library Primer and the Understanding Mach-O Symbols post it links to. For the latter, see Command [something] failed with a nonzero exit code for the commands passed to the linker, cross referencing that with the help in the ld man page. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
[quote='857868022, ski4funSonoma, /thread/799933?answerId=857868022#857868022, /profile/ski4funSonoma'] it seems to be the remedy to the helper/daemon crash. [/quote] That’s unlikely. Launch contraints typically cause things to fail rather than make things work. Hence the constraint. My advice here is that you remove anything you’ve done with regards launch constraints and then debug the original problem you were seeing. If that’s a crash and you post a crash report, I’d be happy to take a look. See Posting a Crash Report for advice on how to post a crash report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Code Signing
SubTopic:
General
Tags:
The answer here is… well… fuzzy. I’m gonna recommend that you file a bug about the weird behaviour you’re seeing, so we can use that to investigate further. IMPORTANT Make sure to include information about why you’re accessing ARP, that is, what high-level goal you’re trying to achieve this way. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
App & System Services
SubTopic:
Networking
Tags: