Android Resource Name From Xamarin Forms Button

Viewed 1022

The Play Store now allows you to specify credentials for the Pre-launch Report emulator to use. In order for the emulators to know which text field to add the credentials to and which button to click to login, it asks for the text field and button's Resource Name.

Do any of the Xamarin Form's properties translate into a Resource name? I tried looking in the /obj/ and /bin/ folders after building my app to see if one of the files had anything like this but I did not find anything.

Possible properties that I can think of that might map to a Resource Name:

StyleId
AutomationId
ClassId
AutomationProperties.Name (in XF 2.3.5)

If nothing maps over, would you know of a way to use a custom renderer to make this work?

1 Answers
Related