-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Could not get the time on production #12
Comments
Give internet access in manifest file and it will run |
Hi as AdiTya-Dev31 said, you just need to give your application permission to use the internet on the device in release mode. |
👍 thanks
…On Fri, May 22, 2020, 5:52 AM ishitb ***@***.***> wrote:
Hi as AdiTya-Dev31 said, you just need to give your application permission
to use the internet on the device in release mode.
Just open the manifest from
(your_app_directory)/android/src/main/AndroidManifest.xml and just after
the after the application tag closes add this
and the run "flutter build"
This should make your app use the internet and get the time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMPDOMZZQJEQM7UINZYY5PDRSXATBANCNFSM4MH4ECQQ>
.
|
Hi,
Thanks for this tutorial.
I have tested the application on my device and it works fine , but when I deploy it in install it in my mobile phone I can navigate to locations interface but when I choose a location I get this error "Could not get the time", why ?
The text was updated successfully, but these errors were encountered: