Post

Replies

Boosts

Views

Activity

Comment on Combine AnyCancellable.store(in:) EXC_BAD_ACCESS
Bug 1. Based on your original code the async request function is not using any form of a wait or suspension point to signal when the dataTask call completes. You should consider fixing that. If request returns void then continuation.resume(returning: ()) will also work informing the caller of the request function that the suspension point can resume from the current await request call.
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’23
Comment on Combine AnyCancellable.store(in:) EXC_BAD_ACCESS
Bug 1. Based on your original code the async request function is not using any form of a wait or suspension point to signal when the dataTask call completes. You should consider fixing that. If request returns void then continuation.resume(returning: ()) will also work informing the caller of the request function that the suspension point can resume from the current await request call.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’23
Comment on App Store rejected my app 5.1.1 Guidelines, However live apps has similar case.
I'm not Apple nor a Lawyer.
Replies
Boosts
Views
Activity
Mar ’23
Comment on iOS 16 CTCarrier deprecation
The product has been built and in use for many years now.
Replies
Boosts
Views
Activity
Mar ’23
Comment on Is Xcode 14.3 Apple Silicon Only - It won't start on my Intel anymore
I’m not doing anything special other than trying to launch Xcode and it opens sometimes and other times it doesn’t on my intel cpu. So somewhere during launch on the intel the wrong architecture is being automatically selected.
Replies
Boosts
Views
Activity
Mar ’23
Comment on Product unavailable unity ios
For support on any Unity plugins go to the unity developer forums and post your issues there and unity or the unity 3rd party developer can fix it for you. The plugins used in unity are in no way supported by Apple. Or contact the developer of the unity plugin.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on What return code is returned by APNS when a user indicates they no longer wish to receive push notifications
Read the documentation.
Replies
Boosts
Views
Activity
Jan ’23
Comment on Background video recording
Something like this will never fly for privacy reasons. Also, don't compare Apples to Robots. One is more organic than the other.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on SwiftUI Material appearance is different on iOS and MacOS?
Desktops and mobile devices do not use the same colour profiles.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Swift Protocol Constraint Required - Advanced
See the use cases on how and when it should be used.https://github.com/apple/swift-evolution/blob/main/proposals/0335-existential-any.md
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Swift Protocol Constraint Required - Advanced
Let me take a look and get back to you ...
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Xcode 14 - WatchKit App - Unable to install "App"
I was never given any option to convert to a single target watch app the extra target just went away. No reversions of any kind were attempted. So somewhere in the Xcode.project schema, as you have mentioned, there is a reference to a WKExtension or something.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Xcode 14 - WatchKit App - Unable to install "App"
The app no longer runs after launching on any of the destinations - sim & phone. An Xcode alert with the verbiage provided above is shown instead.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Access other app notifications
You just can't do what you're thinking
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on Xcode 14 Donut App Sample Code
Thank you Kyra
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22