Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am trying to develop a android application(client side). my application use ksoap2 connection to connect with server. in my server side i need to identify which mobile user use the application. and i need to keep data with unique user id.

is there any idea to collect any unique user info like IME no, or request id etc.

how can i identify which user send the request to server.??
Posted

1 solution

Every phone has there unique mac address , you can use that address...

you will get lots of code to find mac address of phone...



and i case of to make flexible uid...you have to auto increment the uid in database and work with it by passing params..
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900