Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release app crashes without permission #208

Closed
koteezy opened this issue Dec 3, 2019 · 1 comment
Closed

Release app crashes without permission #208

koteezy opened this issue Dec 3, 2019 · 1 comment

Comments

@koteezy
Copy link

koteezy commented Dec 3, 2019

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"/>

@pichillilorenzo
Copy link
Owner

I thought it was obvious to add this permission on Android.
So, I will add it to the documentation. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants