Post

Replies

Boosts

Views

Activity

Reply to TaskGroup Crash
So if I'm ready this correctly the TooltipView view's observableObject Model is placing a call to a generic Store find method using a dynamic key path lookup. What's going on in Store.find<A>(:) ?
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’22
Reply to Is it posible to reuse bundle id on the same account?
No bundle ids are unique identifiers per app.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Segue is not working
data3 is a collection type of Datums. result?.data3[index].actions[(tableView.indexPathForSelectedRow?.row)!]
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Xcode fails to build because of a bogus development team not selected
And you were building these for years and Apple is no help. Might be best to reach out to Apple developer support if disabling and re-enabling auto code signing doesn't work. Just upgrade your OS and Xcode and move on given a bunch of issues were fixed in Xcode 13.3.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to TaskGroup Crash
So if I'm ready this correctly the TooltipView view's observableObject Model is placing a call to a generic Store find method using a dynamic key path lookup. What's going on in Store.find<A>(:) ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Logi MX Keys keyboard is not completely compatible with Monterey 12.3
Follow the instructions on the big blue banner!
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to I can't use the word "*****", but adverts for prostitutes are OK?
Encode the word skrew as hex and decode it at run time.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Cookie not loading in WKWebView
Sandbox.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Problems Notifications Firebase
Apple will never suggest the use of firebase for push notifications. Firebase is a google product and as such you will better luck over at Google ask this question to the google developers.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Monteray 12.2.1 - Consistently Dropping Network Connection
Upgrade to 12.3.1
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Biometric Authentication
The API works as expected. If It is not setup by the user then there is nothing to evaluate.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to My App gets rejected Guideline 1.4.1 - Safety - Physical Harm
Information from the internet on medical information is not a reliable source when it comes to the FDA, Health Canada and other respective health regulatory bodies. Citations from a reputable scholarly sources is what you're being asked to provide unless you're medical doctor yourself license to provide medical advice.
Replies
Boosts
Views
Activity
Apr ’22
Reply to TaskGroup Crash
Just means something meant to only work on the main thread was being called on the background since it no longer crashes after bringing the task group back onto the main thread.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to PHP on Mac OS Monterey, M1 Macbook Pro
Go to the PHP developer site and look there.
Replies
Boosts
Views
Activity
Apr ’22
Reply to WKInterfaceController page layout init and awake are not called until user swipes pages
The most recent documentation updates suggest moving to and using SwiftUI for any watch development, that is something to consider given there is much more flexibility.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Silent notification appears on home screen when app not open
Watch the following video: https://developer.apple.com/videos/play/wwdc2020/10095/ Alert Push Notifications Implementing Background Push Notifications This one doesn't use UNUserNotificationCenter and could be your issue if used.
Replies
Boosts
Views
Activity
Apr ’22