I am new in Android development. I have create xamarin android application in visual studio. i am using MVVMValidation v3.1 with MVVMCROSS v6.1 .Validation works in debug mode but not working in Release APK file.
Issues is TextEdit filed in layout is not showing error message .However it doesn't let me go without filling TextEdit field that is correct.
Do i need to register or setup MVVMValidation in code.
Please guide me in this scenario what i have to do.
Hi
I am new in Android development. I have create xamarin android application in visual studio. i am using MVVMValidation v3.1 with MVVMCROSS v6.1 .Validation works in debug mode but not working in Release APK file. Issues is TextEdit filed in layout is not showing error message .However it doesn't let me go without filling TextEdit field that is correct. Do i need to register or setup MVVMValidation in code. Please guide me in this scenario what i have to do.