[android-developers] Re: Device/user identification and data security

2011-06-07 Thread Dani
On 7 Giu, 15:55, Marcin Orlowski wrote: > On 7 June 2011 14:18, Dani wrote: > PS: and do not make it "Sony way" :) check signatures, not just "assume" as > they did. ahah :D thanks all, I know that 100% security is impossible, I just try to make "stealing" harder than I can :) Dani -- You rece

Re: [android-developers] Re: Device/user identification and data security

2011-06-07 Thread Streets Of Boston
For authentication, let your users log in. Right now, if you have any sensitive data (personal user data or other sensitive data) or data that can lead to sensitive data, never ever use plain HTTP (remember when google needed to send out a patch quickly when Calendar and other Google apps sent

Re: [android-developers] Re: Device/user identification and data security

2011-06-07 Thread Marcin Orlowski
On 7 June 2011 14:18, Dani wrote: > Thank you for the answer and sorry for my English, > I don't mean to protect data stored in the device, but I mean to > protect the communication between client (my app) and server: > for example, I want my web service is accessible only by my app. Whatever y

[android-developers] Re: Device/user identification and data security

2011-06-07 Thread Dani
Thank you, it may solve this problem.. I'm going to read the documentation Dani On 7 Giu, 15:15, Zsolt Vasvari wrote: > Have you looked into Google AppEngine?  It tracks the users by their > Google ID and also does a lot of other nice things for you. > > On Jun 7, 8:18 pm, Dani wrote: > > > > >

[android-developers] Re: Device/user identification and data security

2011-06-07 Thread Dani
thanks for the link, I gave it a look and it says that it's difficult to identify a particular device.. so I think the best way is to implement a standard web registration.. Dani On 7 Giu, 14:24, Mark Murphy wrote: > On Tue, Jun 7, 2011 at 8:18 AM, Dani wrote: > > Is there a  way to identify (s

[android-developers] Re: Device/user identification and data security

2011-06-07 Thread Zsolt Vasvari
Have you looked into Google AppEngine? It tracks the users by their Google ID and also does a lot of other nice things for you. On Jun 7, 8:18 pm, Dani wrote: > Thank you for the answer and sorry for my English, > I don't mean to protect data stored in the device, but I mean to > protect the com

Re: [android-developers] Re: Device/user identification and data security

2011-06-07 Thread Mark Murphy
On Tue, Jun 7, 2011 at 8:18 AM, Dani wrote: > Is there a  way to identify (server side) an android device, like > using google account or a device id? http://android-developers.blogspot.com/2011/03/identifying-app-installations.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http:/

[android-developers] Re: Device/user identification and data security

2011-06-07 Thread Dani
Thank you for the answer and sorry for my English, I don't mean to protect data stored in the device, but I mean to protect the communication between client (my app) and server: for example, I want my web service is accessible only by my app. I don't want that someone, simply stealing the url, has