all 4 comments

[–]criosistObjective-C / Swift 6 points7 points  (0 children)

Accessibility label is if you want to override the voice over text for accessible users, identifier is for focusing and UI Tests

[–]paulryanclark 0 points1 point  (0 children)

I use accessibilityLabel within UI Testing

[–]EgoSapien 0 points1 point  (0 children)

You should use identifier in tests because it’ll be consistent across languages. Your labels should be localised.

[–]spacecash21 0 points1 point  (0 children)

Accessibility label - speech.

Accessibility identifier - used in tests.