Is the data stored in database handled per device?
Posted: Sun Jan 06, 2013 10:24 am
by Renjith V
I was reading this tutorial, I wanted to know whether the data handling automatically takes care to ensure that REST call gives the data inserted by that device only.
http://docs.tiggzi.com/tutorials/buil...
Is the data stored in database handled per device?
Posted: Sun Jan 06, 2013 6:04 pm
by maxkatz
No, unless you implement the logic for that to happen.
Is the data stored in database handled per device?
Posted: Sun Jan 06, 2013 6:07 pm
by Renjith V
Ok, is there a way to get an unique device id so that I can store this in the database?
Is the data stored in database handled per device?
Posted: Sun Jan 06, 2013 6:13 pm
by maxkatz
See if PhoneGap provides such API.