Context
On the Android SDK, each field has an unique Id, example :
card_number_input
card_holder_name_input
expiry_date_input
cvv_input
but on the latest iOS SDK (2.1.0), those Ids do not exist, that make impossible to do automated testing
Could you please add an unique id to each field ?

Context
On the Android SDK, each field has an unique Id, example :
card_number_inputcard_holder_name_inputexpiry_date_inputcvv_inputbut on the latest iOS SDK (2.1.0), those Ids do not exist, that make impossible to do automated testing
Could you please add an unique
idto each field ?