I have a problem. I have my mobile app in android studio. The APK generated in DEBUG mode works correctly consuming web services and performing operations on the local database on android. All permissions are correctly configured. But when the APK Release is generated, the consumption of the web services and the operations on the database do not work. I could not detect the problem. Someone who can help me?
Thank you very much!