Post

Replies

Boosts

Views

Activity

Comment on SwiftUI .task does not update its references on view update
I'm not entirely sure what you are saying, but I am just surprised because for api such as onChange the reference to sequence would update. I could have used onChange with @Published property for the double instead which would have expressed what I am trying to achieve the same. It seems like using .task is less convenient as I would need to mark the property as State; although now I am wondering if all properties of a type that contains state need to be marked as such.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’26
Comment on How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
thats what i expected too. however yesterday we submit a build and we did not get any email regarding the firebase sdks that we used, even though they are listed under the list of privacy impacting sdks, and we were using a version of firebase sdk that did not have the privacy manifest: because of this, we were concerned that apple was not doing their job to scan all of our sdks for privacy issues, and that we have to do it ourselves.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’24
Comment on SwiftUI .task does not update its references on view update
I'm not entirely sure what you are saying, but I am just surprised because for api such as onChange the reference to sequence would update. I could have used onChange with @Published property for the double instead which would have expressed what I am trying to achieve the same. It seems like using .task is less convenient as I would need to mark the property as State; although now I am wondering if all properties of a type that contains state need to be marked as such.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on Can iOS simulators simulate device pixel density?
oh i need to read more on these. im just looking to see how an image would look in the ui if it were displaying on a real device.
Replies
Boosts
Views
Activity
Jun ’25
Comment on FileAttributeKey.protectionKey's value is always nil in Simulator
and yes before i was using the filemanager api not the url one
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on FileAttributeKey.protectionKey's value is always nil in Simulator
in my case when i use this api, it's ALWAYS returning completeFileProtectionUntilFirstUserAuthentication. no matter what I set. Could you try setting something else in your test code?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on Sdk access to filemanager documents directory
did I reply correctly?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
Im just wondering about potential for the sdk to accidentally overwrite your files or delete them. afterall , we share the same file system right
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
I feel like we should try to at least self sandbox by creating separate sub folders under the shared directory so that theres less chance the host and sdks clash.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
Im just wondering about potential for the sdk to accidentally overwrite your files or delete them. afterall , we share the same file system right
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
I meant NSDocumentsDirectory not cache
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
we're using 10.21.0. the privacy stuff i added in 10.22.0. thats why we were concerned why there was no notification from apple...
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
thats what i expected too. however yesterday we submit a build and we did not get any email regarding the firebase sdks that we used, even though they are listed under the list of privacy impacting sdks, and we were using a version of firebase sdk that did not have the privacy manifest: because of this, we were concerned that apple was not doing their job to scan all of our sdks for privacy issues, and that we have to do it ourselves.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Is it possible to make a swiftUI preview for a specified iOS version
I am not seeing how to set the ios version of simulator in xcode 15 in the canvas. see img below
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on where can someone find what hardware the iphone, ipad, and ipod touch has relative to one another
what i would prefer is an official source like apple
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on Does the Apple App Store Review Guildelines permit one company to produce multiples apps with similar UI
thanks, but the marketing direction does not agree with this concept of one app, multiple setups..
Replies
Boosts
Views
Activity
Jan ’23