Current Location doesn't work with Apple Maps IOS 6
Before IOS 6, I was using this URL scheme to open the native maps app and find directions from the users current location to an address that I created. http://maps.google.com/maps?daddr= " + address + "&saddr=Current+Location This was working great, but now that they got rid google maps with IOS 6, we had to check which IOS version they were on and then refer them to the new apple maps url scheme if they were using IOS 6.0 or greater. The new url scheme we are using is this.... http://maps.apple.com/maps?daddr= " + address + "&saddr=Current+Location This is based on the new documentation for