I am working in iPhone application, Using CLLocationManager to develop my application, when I run the application and its show one alert view like “Would like to use Your current location”.
Then prees Ok to continue it.
But I don’t want to show an alert view, is it possible to let the app track the user’s location without a prompt?
Thanks in advance

This alert view is mandatory and there is no way to avoid it, unless you somehow create your own location tracking client, however any access of location without a prompt is prohibited by the guidelines and Apple will reject your app.
The reason is so users are aware that you are tracking your location — security and preference.
Why would you want to avoid the alert view in the first place?