Is it possible to change the accessibility label for UNUserNotificationContent?

Usual

let content = UNMutableNotificationContent()
content.body = “Apple stock $203.03 ↑”
content.accessibilityLabel = “Apple stock two hundered three dollars and three cents in green”
content.accessibilityHint = “I am an Hint”

did not work!

@palaniraja Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.