There's a feature to hide sensitive data in complications on Apple Watch, but is this feature available for third-party complications in watchOS 7?
Thanks!
Thanks!
Code Block Swift func getPrivacyBehavior(for complication: CLKComplication, withHandler handler: @escaping (CLKComplicationPrivacyBehavior) -> Void) {`` handler(.showOnLockScreen) }