Finding watchOS version programmatically
You can use the below code to get watch kit details
[[WKInterfaceDevice currentDevice] systemVersion]
The details can be found in the docs.
You can use the below code to get watch kit details
[[WKInterfaceDevice currentDevice] systemVersion]
The details can be found in the docs.