Simon SeyerforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Nov 11, 2024The retain cycle of Swift async/awaitIn a recent project, we observed one of those bugs that lets every developer jubilate. It was only happening rarely and seemed to manifest in varying ways. But first, some context: We were running a Swift/Vapor server which controls a generic Zühlke...Discuss·1 like·421 readsApple
Nettribe MediaforNettribe Medianettribe.hashnode.dev·Sep 10, 2024Apple Enhances watchOS with AI Translation and More Advanced FeaturesImage credit: Apple Apple’s watchOS has received a significant upgrade with the introduction of AI-powered features in its latest version, watchOS 11. A standout addition is the new Translate app, which brings real-time language translation directly ...Discussinnovation
Saif Ullah SajidforSaifcodessaifsajid.hashnode.dev·Aug 6, 2023Fall Detection API in Swift for watchOSI was recently implementing the Fall Detection API in Swift/SwiftUI for watchOS, and I had a lot of trouble getting it working. The documentation was very sparse, and I ended up wasting a lot of hours trying to figure out how to use the API. I was fi...Discuss·20 likes·84 readsSwift
Steve NosseforSteve Nosseblog.stevenosse.com·Jan 31, 2023Add Crashlytics to your WatchOS appIntroduction I've been working on a WatchKit extension for an existing iOS application recently and I went through a problem: Firebase Crashlytics integration on WatchOS. Since it was quite difficult for me to find clear documentation about this on t...Discuss·161 readswatchOS
Steve NosseforSteve Nosseblog.stevenosse.com·Jan 31, 2023How to use WKCrownDelegate in WatchOS DevelopmentHi everyone. While working on a WatchOS application recently I needed to perform some operations in the application when the user rotated the digital crown; I had difficulties finding the solution because there were very few resources on the subject,...Discuss·300 readswatchOS
SkylerforApple Infoskylermedia.hashnode.dev·Jan 24, 2023WatchOS 9.3 Released – Wallpaper and OptimizationsApple today released watchOS 9.3, the third major update to watchOS 9. watchOS 9.3 came just over a month after watchOS 9.2. Changes This update adds the Unity Mosaic watch face that was announced last week in celebration of Black History Month (Febr...DiscussApple WatchApple
Rohit RajendranforRohit Rajendran's blogblog.rohitrajendran.com·Apr 28, 2021Get Started with Firebase Realtime Database and watchOSFirebase Realtime Database is a NoSQL database that lets you store and sync data between your users in realtime. I loved how easy and simple it made it to integrate to my apps and websites without the need of APIs or servers but was disappointed when...DiscussFirebase