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
Andorid Intentions in iOS context
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.
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.