I have gone through the android documentation and other blogs related to using the Places API in an android application. Everywhere it suggests to use the API_KEY to call the REST service. The API_KEY being the same throughout the project/application. There is a limitation of 1000 requests per day. Now if my application is installed by many users, then the request limit will be easily exhausted if the same key is used by everyone. There would be some way to generate the API_KEY for individual user. But I could not find how can I take care of it in my code. Please let me know where can I find the relevant solution for this problem.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

