Hello everyone,
I am creating a macOS and iOS application in SwiftUI.
I finally found an idea π ! This one is rather developer oriented.
I'm interested in new SwiftUI features compatible only with macOS 13 and iOS 16
Being a developer, I always have my devices updated to the latest versions for security (and curiosity!).
Do you think it's better to be careful and target iOS 14 and macOS 11 rather than the latest versions?
I just released my first iOS app and was targeting iOS 14 until I got to the part where I had to handle In-app Purchases. StoreKit 1 would have required compiling openssl for the device and running a server to talk to apple about purchases. This was made easier in StoreKit 2 (iOS 15) so I upgraded to that to make my life easier. Just my 2 cents.
I think starting with ios 15 and macOS 13 is a good choice. it's has a lot of significant changes in SwiftUI API.