0

I need some help with my android app.
My app uses a php file to connect to MySQL database and do some CRUD operations. It was working fine on all mobile phones but suddenely it stoped working on some phones. After searching for the problem reasons I noticed that all phones not working updated to android 9 and I tested my app on new phones with android 9 and the same problem found.

My app is connecting to php file and MySQL database on wampserver on my lap.

I have updated android studio build tools to android 9.

Any suggestions to solve this problem?

YakovL
  • 7,557
  • 12
  • 62
  • 102
  • link contains https:// ? – Abhinav Gupta Mar 23 '19 at 08:36
  • have a look at [this answer](https://stackoverflow.com/a/54720414/6880611) – Tejas Pandya Mar 23 '19 at 08:42
  • 4
    You need to give us more info. Have you done any debugging? When you say "stopped working", what actually happens? Errors? Start by doing some proper debugging (check for errors, check if the request reaches the server and so on) and update your question to include that info together with the relevant code. – M. Eriksson Mar 23 '19 at 08:42
  • Check if your link is implementing http:// or https://. Android security for clear text traffic is updated from Android 9 – Masoom Badi Mar 23 '19 at 09:59
  • please add more details like Magnus has suggested. See also [mcve] – what you describe is impossible to reproduce since you gave us almost no details and literaly no code – YakovL Mar 23 '19 at 13:03

0 Answers0