android-mvp-architecture icon indicating copy to clipboard operation
android-mvp-architecture copied to clipboard

Login not working on android 10

Open rishab247 opened this issue 6 years ago • 2 comments

I am Unable to login phone Nokia 8.1 android version 10

device-2019-11-09-184154

rishab247 avatar Nov 09 '19 13:11 rishab247

provide more info !

shareefhiasat avatar Mar 17 '20 09:03 shareefhiasat

This is because it has "http" protocol used. Open module gradle file and set "https" instead. From Android 9 and onwards, plaintext communication is prevented.

ChintanRathod avatar Jan 12 '21 04:01 ChintanRathod