Post

Replies

Boosts

Views

Activity

Reply to Specify WiFi password for ASDiscoveryDescriptor?
Thanks for the additional details. I guess my imagined use case is really outside the intended ones. My app connects to Nintendo Switch game console, which requires the user to initiate the connection on the Switch. The console then presents a QR code with WiFi network info (including the password which is different each time). So my app scans the code and uses the NEHotspotConfigurationManager to initiate the connection. My idea was to present the new "picker" after the QR code is scanned.
Jul ’24
Reply to Specify WiFi password for ASDiscoveryDescriptor?
Okay, thanks. Guess I will have to stay with my current solution. My use case is that I am temporarily connecting to accessory which has different WiFi password each time that gets generated once the user initiates the setup on the accessory. My hope was that this picker would give me "completion" so I would know for sure when accessory is connected...
Jul ’24
Reply to iOS 26.2 RC DeviceActivityMonitor.eventDidReachThreshold regression?
We are also noticing issues with this, very likely since iOS 26.0. It seems to be connected to device being on charger - happened on my device two times already. My guess is that the charger makes the system run some background tasks for Screen Time and they incorrectly call that eventDidReachThreshold method.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to UIHostingController adds extra backgrounds on iOS 26.1, breaks Liquid Glass effect
Here it is side by side. Not sure why one simulator shows different time.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to iOS 26 regression: `DeviceActivityEvent`: `eventDidReachThreshold` called immediately (instead of waiting till threshold is reached)
Hi, this seems to happen to our app also. We get lots of support messages from our users saying that their device activity threshold is reached before they spend the "allowed time" in the apps. Did Apple respond to any of the feedbacks? Is there any change in iOS 26.1?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to Safari Content Blocker fails to reload with large amount of rules (but under limit)
Thanks! Just submitted - FB16477099.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Any workaround for expanding a large category in FamilyActivityPicker?
This exists since iOS 16, I don't have any hopes of it being fixed... From what I managed to uncover it is memory issue since the picker runs in special extension and apparently has just handful of memory. I am not sure why Apple yet hasn't "simply" increase the memory limit. The Photos picker works fine without issues.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Widget link broken by `.desaturated` image rendering mode
I have the same issue. Seems to be related to any widgetAccentedRenderingMode. Thanks for the workarounds! In my case Color.clear did not work, so I had to do: Link(destination: launchUrl(for: game)) { Color.black.opacity(0.001) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Text view with .timer style expands too much in Live Activity
Same issue with iOS 17... No matter whether it is the expanded view or compact, the Text with timer is too wide and I cannot do anything about it.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Weird UI glitch in horizontal Collection View section
I can try prepare the project, but this issue seems to be around 1 in 10 or 1 in 20, it does not reliably appear in the main app.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Cannot confirm my trader info - apps removed soon in the EU?
Tried the phone support today and it is sorted 🙏 My trader info has been verified. So if anyone is in the same boat, I would recommend using the support page to request phone support during the day.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Cannot confirm my trader info - apps removed soon in the EU?
I know and I selected so 🤷🏻‍♂️
Replies
Boosts
Views
Activity
Jul ’24
Reply to Cannot confirm my trader info - apps removed soon in the EU?
The "Resubmit" just points to - https://appstoreconnect.apple.com/business I am an individual.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Cannot confirm my trader info - apps removed soon in the EU?
How does "In Review" mean waiting for the information? I already submitted the info in March and currently have o options to submit any additional info nor revise the submitted info.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Specify WiFi password for ASDiscoveryDescriptor?
Thanks for the additional details. I guess my imagined use case is really outside the intended ones. My app connects to Nintendo Switch game console, which requires the user to initiate the connection on the Switch. The console then presents a QR code with WiFi network info (including the password which is different each time). So my app scans the code and uses the NEHotspotConfigurationManager to initiate the connection. My idea was to present the new "picker" after the QR code is scanned.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Specify WiFi password for ASDiscoveryDescriptor?
Okay, thanks. Guess I will have to stay with my current solution. My use case is that I am temporarily connecting to accessory which has different WiFi password each time that gets generated once the user initiates the setup on the accessory. My hope was that this picker would give me "completion" so I would know for sure when accessory is connected...
Replies
Boosts
Views
Activity
Jul ’24
Reply to Specify WiFi password for ASDiscoveryDescriptor?
I read that, but my understanding was that this API is supposed to replace the entire pairing process and connecting to WiFi network with password is (at least in my opinion) part of the initial process.
Replies
Boosts
Views
Activity
Jun ’24