Supabase not connecting in final production

I build a simple flutter app using supabase as my backend. It worked completely fine when i was running it before building my app bundle but after publishing it on closed beta on Google Play Store it stopped working. The version on my pc when i run it on my android phone still works but the google play version doesnt. How do i fix this? EDIT: It doesnt work either if i build and apk and install it on my phone with that
2 Replies
silentworks
silentworks2mo ago
It will be difficult to say what’s going wrong without seeing any code or without you expanding on what it stopped working means?
AbigDAMNHerO
AbigDAMNHerOOP2mo ago
its okay i found the fix. If anyone found this, you have to include the allow internet access in the 'androidManifest.xml' file: <uses-permission android:name="android.permission.INTERNET" /> basically my app was working fine in 'debug' but not in 'release' Thanks for the reply tho @silentworks .

Did you find this page helpful?