Home > Back-end >  When the application is published on the Google Play Store, the data from the API is not fetched fro
When the application is published on the Google Play Store, the data from the API is not fetched fro

Time:03-29

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

CodePudding user response:

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

Check also release mode run in Android Studio

  • Related