PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

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

 April 20, 2022     android, flutter, laravel     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing