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)
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: