You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we compile an application with a production (release ) mode, it crashes, and immediately closes.
This happens only in the release version!
When we began to study the logs, we realized that the application does not have access to the Internet, maybe we should add some description in the documentation?
Decision, add new settings line in AndroidManifest.xml (android/app/src/main)
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Hello!
When we compile an application with a production (release ) mode, it crashes, and immediately closes.
This happens only in the release version!
When we began to study the logs, we realized that the application does not have access to the Internet, maybe we should add some description in the documentation?
Decision, add new settings line in AndroidManifest.xml (android/app/src/main)
<uses-permission android:name="android.permission.INTERNET"/>
The text was updated successfully, but these errors were encountered: