1
Views
1
Comments
Remember device specific data on mobile app
Question
Hi there,

We want to develop the following ;

An anonymous user logs in on his mobile device ( phone, tablet ) and is asked to enter some data during his first visit. The data should be remembered for that specific device, so if he returns a second time, it is no longer necessary to enter these data.

How can we identify the specific mobile device so we can store the data entered by the user.

Thanks in advance.

Edwin
2016-04-21 20-09-55
J.
 
MVP
the requirement is a bit strange.
you want an anonymous user staying anonymous, but you want to know some data.
Imho, he/she is not anonymous anymore.

anyways,

cookies?
fingerprint his browser and store that in your database.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.