Andorid Intentions in iOS context

Hi. I've been developing a map share app and I completed Android version, I want to add my app's iOS version to this list (in the chat apps in addition to Google Maps and Yandex Maps list). I could develop android version with intentions and related configuration. I couldn't find a reliable resource for this feature. Any help is really appriciated. Thanks

Replies

Could you explain what you are looking for, more clearly ?

I could develop android version with intentions and related configuration. I couldn't find a reliable resource for this feature. 

  • As an example, when you receive location in a chat i want to open that location with my app. i want to add my app to the list as other navigation apps.

Add a Comment

There's no equivalent functionality on iOS for this. In the screenshot, WhatsApp presumably uses custom logic to check for specific popular map apps that it knows about, using their public URL schemes, and then it presents them in a simple action sheet. Some other apps do the same. There's no publicly documented OS support for "get a list of all installed map apps that I can launch from my app" or "present a view controller with a list of all installed map apps" which would be analogous to what you can do on Android.