Getting error while try to use retro fit and volley in android Instant apps I used convert my previous android app instant app previously volley working good after converting to instant app volley throws error response and I tried retro fit also throws same error can antly body tell me the solution
Asked
Active
Viewed 34 times
0
-
It would be helpful to share the error that you're getting. – Niellles Jul 08 '18 at 00:32
-
can you share error log to understand issues. – Prags Jul 09 '18 at 11:07
-
Without providing any further information, the only obvious issue I can guess is that your calls were probably HTTP, but now that you're in the IA area, HTTP calls won't work because of security restrictions, so you'll need to go to HTTPS. – TWL Jul 19 '18 at 15:46
-
Https is working – Pratheep Kanati Aug 15 '18 at 07:05