I am making one app on iphone sdk4.0.In that did update location method never called. I have given my code below.Please help.Thanks in advance.
-(id)init {
If you are testing this on the simulator it will not work.
This happens because that method is only called when the device changes location (and the simulator never changes location).