Hi, This is basically a fundamental question on the QUIC's implementation via the Network framework. We are using the NWMultiplexGroup object to deal with multiples streams over the wire, bu ... See More
Hey all, My app has been rejected for the cited reason of minimal functionality. The problem is that the minimalism of the functionality is the whole point of the app. It is a black screen w ... See More
After updating my iPhone 14 Pro Max to iOS 18 Developer Beta 6 and my iMac Retina 4K, 21.5-inch, 2019 to macOS Sequoia Developer Beta 6, I am still unable to utilize the iPhone Mirroring fea ... See More
My app crashes in the App Store when flight tested, but it runs normally when the APK is installed and in debug mode. Developed with flutter crashlog-753D22CE-AF0D-43C0-9765-00B20371D7A0 (1) ... See More
Does anyone know if App Store Connect (or any subset of Apple's toolsuite) has publicly available SOC 2 report? Or if there's a relevant email we can request that from. I tried security-cert ... See More
Okay so in one of the new IOS 18 Beta?s you can select a specific wallpaper genre that has to do with Planets (Earth, Mars, Saturn, ex.). There is one called ?Earth Detail? where it zooms in ... See More
The following generates a prior definition warning from #include <__config>. But that has an ifndef in it. I'm in C++17 on Xcode latest (14.5). Is this documented anywhere? -D_LIBC ... See More
Well, hello there. Correct me if I?m wrong: Apple Intelligence will be available only for US developers, and if you want to use it in your app you should immigrate to US? Because now not onl ... See More
Hello! We want to try the new features of DockKit on an iOS 18 device. However, I am unable to pair the DockKit-compatible device with my iOS 18 device. Is there a way to successfully pair t ... See More
While analyzing iCloud Private Relay traffic using my App's content filter (based on NEFilterDataProvider), I noticed a couple of items that piqued my curiosity and wanted to see if I could ... See More
Good Morning/Afternoon/Evening. I'm trying to build a code with a background bar (grey) and above it, we have a ProgressiveBar that starts full and empties as time passes. To be able to stac ... See More
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>D ... See More
In iOS 18 the same animations inside the main app and a widget behave very differently. This was not the case in iOS 17 and it seems like a regression. Bellow I described the full source cod ... See More
I'm building a VisionOS 2.0 app where the AVP user can change the position of the end effector of a robot model, which was generated in Reality Composer Pro (RCP) from Primitive Shapes. I'd ... See More
Hi everyone! I want to localize my swift application, which uses Storyboard, using String Catalogs. I have watched several tutorial videos about localization, however, it uses SwiftUI. I hav ... See More
We are experimenting with the DockKit API in iOS 18. However, we are unable to retrieve the speakingConfidence, lookingAtCameraConfidence, and saliencyRank for the person being tracked. We a ... See More
Hey! We are investigating a problem with routes when the VPN is active on macOS, and I wonder if this is expected behavior or a bug that should be registered. I tested six different VPN prov ... See More
Hello, I have been testing my app with iOS 18 beta and noticing an issue with the triggering of Local Network privacy prompt. My app uses this permission to make a request to a local network ... See More
Is there any way to place 3D objects, maybe using ARKit or Metalkit in the video. I have tried to extract frames from video, then draw a cube using SCNNode and then render it into UIImage, t ... See More
Hi! I am building a simple per-app VPN application. I want the traffic from the certain appRules-specified application to go to the HTTP/HTTPS proxy server. I am lacking the following pieces ... See More