I am building an app, its MVP is almost done. There are some features that I am planning to add for which I can use iOS 17 SDKs like SwiftData, MapKit etc or I can use existing APIs and GRDB for persistence. Should I wait for iOS 17 to release the app? #iosDev #buildinpublic
@simrandotdev If its a multi-platform app then existing APIs. People update their macOS less frequently than their iOS.
@sahilchaddha It is an iOS only app for right now. Not even iPad. So probably would go with the release in the first week of July. And seeing so many weird behaviours with SwiftData I am gonna stick with GRDB for next few years as well untill this whole context thing is thrown out of the picture.