Wednesday, April 20, 2022

[FIXED] When the application is published on the Google Play Store, the data from the API is not fetched from the hosting

Issue

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


Solution

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

Check also release mode run in Android Studio



Answered By - wonpyohong
Answer Checked By - Senaida (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.