Post

Replies

Boosts

Views

Activity

Comment on Hide & Disable TabBar when in NavigationDestination Subview - Apple Watch
After wrapping the whole thing in one navigationStack, have you encountered any issues presenting a ActionSheet or .sheet with a view on the navigation stack? In my case, when the ActionSheet was dismissed, its parent view (presenting view) is also dismissed (i.e. pop out the navigation stack). (See my question here: https://developer.apple.com/forums/thread/745733 ) Don't know if it only happens to iOS 15, which I have to support at the moment.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’24
Comment on Background URLSession http/3 URLSessionUploadTask not started in real device
Thanks for your suggestion of testing iOS 16. Long story short, I was able to find a real device with iOS 16.2 and the same code works. So it seems likely a bug in iOS 15, namely a background URLSession does not try http/3 first when assumesHTTP3Capable = true. (I had to debug with iOS 15 as I need to support it.) . Is there any chance for such bugs get fixed in iOS 15 future releases?
Topic: App & System Services SubTopic: General Tags:
Aug ’23
Comment on TLS For Accessory Developers: does it work for non-local network?
Thanks! Just to confirm, adding NSAppTransportSecurity group then add NSAllowsArbitraryLoads=YES key to property list helped!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on Hide & Disable TabBar when in NavigationDestination Subview - Apple Watch
After wrapping the whole thing in one navigationStack, have you encountered any issues presenting a ActionSheet or .sheet with a view on the navigation stack? In my case, when the ActionSheet was dismissed, its parent view (presenting view) is also dismissed (i.e. pop out the navigation stack). (See my question here: https://developer.apple.com/forums/thread/745733 ) Don't know if it only happens to iOS 15, which I have to support at the moment.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Background URLSession http/3 URLSessionUploadTask not started in real device
Thanks for your suggestion of testing iOS 16. Long story short, I was able to find a real device with iOS 16.2 and the same code works. So it seems likely a bug in iOS 15, namely a background URLSession does not try http/3 first when assumesHTTP3Capable = true. (I had to debug with iOS 15 as I need to support it.) . Is there any chance for such bugs get fixed in iOS 15 future releases?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Background URLSession http/3 URLSessionUploadTask not started in real device
It seems that App Transport Security only allows specifying domain names for exceptions, while in my case the server only has IP address(es), without domain names. In addition, the server IP address is not static, it's learned via discovery. Thanks for the pointer though.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on How to import an objective-c framework into a SwiftUI app in Xcode 13?
Is this required only for Swift apps? I have another (older) version of the same app that is written in Objective-C, and XCode allows me to specify different versions of the framework for the different platforms.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on Cannot set constraints for an image view inside a scroll view
My problem is that for some reason Xcode does not allow me to "added constraints for the image size". Please see the screen shot I am attaching in the next post.
Replies
Boosts
Views
Activity
Feb ’22
Comment on does iPhone support Wi-Fi TDLS?
"other devices" include Apple devices and non-Apple devices.
Replies
Boosts
Views
Activity
Dec ’21