0

Data provisioning to my app using Laravel api Everything works as expected when you open the app from within Android Studio The problem occurs after publishing the application on the Google Play Store The problem is (not calling data from hosting)

The app is built with Flutter and Laravel

I had this problem in one of my applications I was using firebase I copied sha1 and added it in firebase

But now I don't know what to do I searched a lot and never found anything

Maybe I don't know what I'm looking for

Mustafa Max
  • 59
  • 2
  • 9

1 Answers1

2

Do you have <uses-permission android:name="android.permission.INTERNET"/> in AndroidManifest.xml?

Check also release mode run in Android Studio

wonpyohong
  • 344
  • 4
  • 7
  • I deleted some permissions and deleted the internet permission by mistake, I will add it and upload the app to the store – Mustafa Max Mar 28 '22 at 13:08
  • The problem, as I mentioned, is that the manifest file is free of internet permission. After adding the permission and publishing the application on the store, it works as expected. Thank you – Mustafa Max Mar 28 '22 at 18:01