iOS Accessibility ID versus Label detection

Hello all,

Recently ran into a problem hoping to find some answers.

Our iOS app is set up to use Accessibility ID for detection. it is mostly being based off of the label. However, at some point a dev added a Accessibility ID on top of the label.

on Appium 1.18.1 the element can be found using either the Label or the accessibility ID. using Python (MobileBy.ACCESSIBILITY_ID, ‘{label or Accessibility ID}’)

And on Appium 1.19.1 this remains the case.

However, on saucelabs which we are using to run concurrent devices. on Appium 1.19.1 Only the Accessibility ID is working. Appium 1.18.1 continues to work with both.

Has anyone ran into something similar to this? any help is appreciated.