I am using core location framework inside my app i have to ask that How can i change the current location in iphone 4s for testing of this function of core location framework:
- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation
*)newLocation fromLocation:(CLLocation *)oldLocation {
inside this function i am sending the newLocation on server by hitting the specific link.
You have 3 options I think,
1) You can simulate locations using iSimulate
2) In xcode 4.2 you can simulate using debugger itself..
3) Or carry the phones with your app wherever you go.. sorry 😉