I need to implement the following flow in my application:
the user can click on a certain destination and by doing so my iPone app should launch waze which would navigate to that point.
What is the simplest way to do that?
Thanks,Asaf
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way to communicate with other iOS apps is by launching them using a URL scheme the apps developer configured. you should check and see if waze provides a URL scheme and use it with
-openURL:method ofUIApplicationhere is an example of using the system preferences URL scheme to open the iPhone location settings on iOS 5