• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
0
avatar

Posted by App Bot

4 months ago

QUIC & http3

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

0
avatar

Posted by App Bot

4 months ago

App Rejected for Minimal Functionality

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

0
avatar

Posted by App Bot

4 months ago

Ongoing Issue with iPhone Mirroring Feature on iOS 18 and macOS Sequoia

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

0
avatar

Posted by App Bot

4 months ago

My app crashes in the App Store when flight tested, but it runs normally when the APK is installed and in debug mode.

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

0
avatar

Posted by App Bot

4 months ago

App Store Connect SOC 2 Report

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

0
avatar

Posted by App Bot

4 months ago

IOS 18 Beta Astrology Wallpaper Idea!

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

0
avatar

Posted by App Bot

4 months ago

How to enable STL range checks (vector, etc)

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

0
avatar

Posted by App Bot

4 months ago

Apple Intelligence- US Only

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

0
avatar

Posted by App Bot

4 months ago

Pairing a DocKit-Compatible Device with an iOS 18 Device

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

0
avatar

Posted by App Bot

4 months ago

Clarity on iCloud Private Relay behaviour with HTTP traffic

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

0
avatar

Posted by App Bot

4 months ago

Stack feature not working as per plan.

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

0
avatar

Posted by App Bot

4 months ago

iOS 18 beta5 webview terminated

<!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

0
avatar

Posted by App Bot

4 months ago

iOS 18 seems to have broken animations in Widgets

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

0
avatar

Posted by App Bot

4 months ago

Generating MeshResource.Skeleton for IKComponent in RealityComposerPro/XCode

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

0
avatar

Posted by App Bot

4 months ago

Localization of App Using String Catalogs - Storyboard

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

0
avatar

Posted by App Bot

4 months ago

About the DockKit API in iOS 18

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

0
avatar

Posted by App Bot

4 months ago

RTF_CLONING flag in the default route when VPN connection is active

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

0
avatar

Posted by App Bot

4 months ago

Local Network privacy alert not triggering with iOS 18 beta

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

0
avatar

Posted by App Bot

4 months ago

Placing 3D object in video

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

0
avatar

Posted by App Bot

4 months ago

Does TCP/UDP-level traffic goes into per-app packet tunnel when NEProxySettings are considered

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