Search results for

İOS 26 beta battery %1

253,802 results found

Post

Replies

Boosts

Views

Activity

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
App Extension Network Extension - failed to start, signature check failed
Howdy, I've been developing a packet tunnel extension meant to run on iOS and MacOS. For development I'm using xcodegen + xcodebuild to assemble a bunch of swift and rust code together. I'm moving from direct TUN device management on Mac to shipping a Network Extension (appex). With that move I noticed that on some mac laptops NE fails to start completely, whilst on others everything works fine. I'm using CODE_SIGN_STYLE: Automatic, Apple IDs are within the same team, all devices are registered as dev devices. Signing dev certificates, managed by xcode. Some suspicious logs: (NetworkExtension) [com.apple.networkextension:] Signature check failed: code failed to satisfy specified code requirement(s) ... (NetworkExtension) [com.apple.networkextension:] Provider is not signed with a Developer ID certificate What could be the issue? Where those inconsistencies across devices might come from?
7
0
104
6d
Training adapter, it won't call my tool
Hi all. My adapter model just won't invoke my tool. The problem I am having is covered in an older post: https://developer.apple.com/forums/thread/794839?answerId=852262022#852262022 Sadly the thread dies there and no resolution is seen in that thread. It's worth noting that I have developed an AI chatbot built around LanguageModelSession to which I feed the exact same system prompt that I feed to my training set (pasted further in this post). The AI chatbot works perfectly, the tool is invoked when needed. I am training the adapter model because the base model whilst capable doesn't produce the quality I'm looking for. So here's the template of an item in my training set: [ { 'role': 'system', 'content': systemPrompt, 'tools': [TOOL_DEFINITION] }, { 'role': 'user', 'content': entry['prompt'] }, { 'role': 'assistant', 'content': entry['code'] } ] where TOOL_DEFINITION = { 'type': 'function', 'function': { 'name': 'WriteUbersichtWidgetToFileSystem', 'description': 'Writes an Übersicht Widget to the file system
2
0
456
6d
Reply to NEHotspotNetwork headaches
[quote='864386022, mahboud, /thread/789321?answerId=864386022#864386022, /profile/mahboud'] I've since added the capability to use Bluetooth to configure the device [/quote] Cool. In your previous post you listed three issues. Do any of those still apply on the Bluetooth setup path? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
6d
Reply to How to use the WebAssembly (wasm) binary module in macos App
Thanks for bringing this to the forums. I’m pretty sure that’s a straightforward answer to this, but before I go into details I want to confirm one thing. When you do this: % file /path/to/module where /path/to/module is one of these WebAssembly binary modules, what does it report? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
6d
Reply to How to build a Help view with hierarchical table of contents ?
The Keynote/Numbers/Pages apps for iPhone have a Help modal view that is very neat. Firstly I would like to know the format in which the Help content is stored. The “Apple Help Book” format is used for the macOS apps, but which format is used for the iOS apps ? Secondly I would like to know which SwiftUI API is used to build such a Help modal view. Where to find a SwiftUI example that is based on the same storage format ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
6d
Reply to Xcode SPM (Swift Package Manager) Error
I’m confused. You wrote this: [quote='805779021, Kim Ju Young, /thread/805779, /profile/Kim+Ju+Young'] Both the project and target are set to iOS 14 or higher. [/quote] also this: [quote='805779021, Kim Ju Young, /thread/805779, /profile/Kim+Ju+Young'] I'm using Xcode 26.0.1. [/quote] The minimum deployment target for Xcode 26 is iOS 15. See the table in Developer > Support > Xcode. So, given that reality, I did the following: I used Xcode 26.0.1 to create a new project from the iOS > App template. I set the deployment target to iOS 15. I added the Apple App Store Server Swift Library package to my project. I tried to build it. That fails with various availability problems. They are all in the Apple App Store Server Swift Library package itself. Its deployment target is set to iOS 13: let package = Package( name: AppStoreServerLibrary, platforms: [ … .iOS(.v13), … ], … } but it’s using APIs that were introduced in iOS 14. To inve
6d
Reply to Control system video effects support for CMIO extension
Thank you for the quick response. It's not the answer I was hoping for, but one in line with what I expected. We consider the choice of turning on video effects a user decision, not an app decision. This is a decision I can understand being made by Apple which I don't necessarily disagree with. However, I believe there should be two improvements made: Allow users to grant entitlement-based permission to apps to make the right decision for them. This leaves the ultimate decision with the user, while the app can optimize for its specialized use case. Allow apps to opt out of system video effects. Any app that needs to be in complete control of any effects applied to its video input and output to deliver its core feature needs this. It can't be in Apple's interest to add to the frustration on user side and developer side with the current landscape of especially video call software where every party involved is able to apply their own video effects and mostly does so on an opt-out basis. It does not lead
Topic: Media Technologies SubTopic: Video Tags:
6d
Reply to Trying to remove app groups from my macOS app doesn't seem to work
[quote='805890021, carlos4242, /thread/805890, /profile/carlos4242'] what I'm trying to do is transfer my app to another developer [/quote] Right. You’ve misunderstand the relevant bit of App Store Connect > Transfer an app > App transfer criteria. It says: Mac apps that have used the sandbox environment and share the Application Group Container Directory with other Mac apps can't be transferred. That “have used” is important. It doesn’t mean “are currently using” but rather it means “have ever used”. If your Mac app has ever used an app group, you can’t transfer it )-: Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
6d
Referer not being sent by WKWebView when using a custom scheme
YouTube now requires a Referer to be sent to be able to embed Youtube videos, otherwise the videos won't work. But WKWebView doesn't send a Referer when using a custom scheme, so Youtube videos stopped working in that case. This affects Ionic apps, both using Cordova or Capacitor. There's an open issue for Cordova and another one for Capacitor. In these apps, the app is served using a custom scheme like capacitor://localhost or ionic://localhost. I tried modifying the Ionic WebView source code to force adding a referrer to the URL loaded using WKWebView's loadRequest: [request addValue:@https://my.test.app forHTTPHeaderField:@Referer]; [_engineWebView loadRequest:request] But the Referer is still not sent in the Requests, I guess because the app is using a custom scheme (e.g. capacitor://localhost). However, if I modify this code to force loading an online URL (using https) instead of capacitor://localhost, then the my.test.app Referer is sent to the requests. Is there any way to make WKWebView send
Topic: Safari & Web SubTopic: General Tags:
0
0
83
6d