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

Where is the data being saved? Is it on the phone, or on the web, Also how does the .csv export work? #7

Open
rajeshjnu2006 opened this issue Feb 6, 2019 · 2 comments

Comments

@rajeshjnu2006
Copy link

Thank you and congratulations for the great app production.

Just wanted to ask, Where is the data being saved? Is it on the phone, or on the web, Also how does the .csv export work?

@rajeshjnu2006
Copy link
Author

The app does not allow export on the Android version higher than 6.0. Providing direct permission from the phone for accessing the Storage Device helped. Maybe the app needs to be updated for dynamic permission so it can get access to the SDcard or share resources easily.

@evilfer
Copy link
Contributor

evilfer commented Feb 12, 2019

Just wanted to ask, Where is the data being saved? Is it on the phone, or on the web, Also how does the .csv export work?

By default, data is only saved in the phone, and it's not automacally sent anywhere.

If you log in to the remote server in the app (connected to http://www.nquire-it.org/), AND collect data for an existing remote project, AND touch the "upload" button, then the data is shared in the web server.

Data uploaded to the webserver would be linked with your accound, so you'd still have control over it (eg to delete it).

The app does not allow export on the Android version higher than 6.0. Providing direct permission from the phone for accessing the Storage Device helped. Maybe the app needs to be updated for dynamic permission so it can get access to the SDcard or share resources easily.

I think you're right, the permissions system changed considerably, need to look into that.

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