My experience with this plugin using URI was great on Android but on iOS didn't work.
Also I try to puts on Extensibility Configuration this tag and not work.
Test on Safari the URI and works, but using my app to call that, not work as well
{ "name": "LSApplicationQueryStrings", "value": [ "waze", "comgooglemaps", "maps.apple.com"] }
Code:
"{ ""uri"":""maps.apple.com://"" }"
"{ ""uri"":""maps.apple.com://" + Query + """ }"
"?saddr=Alameda+Vicente+Pinzon,+51&daddr=Av.+Brg.+Faria+Lima,+3477&z=10&t=r&dirflg=d"
Environment:
iPhone SE - iOS version 11.4.1
The mentionated apps are allready install in the iPhone.
Referring to the discussion in the other post: Not Working on iOS
Example with Google Maps didn't work too:
"{ ""uri"":""comgooglemaps://"" }"
"{ ""uri"":""comgooglemaps://" + Query + """ }"
"?saddr=Alameda+Vicente+Pinzon,+51&daddr=Av.+Brg.+Faria+Lima,+3477&directionsmode=driving"
Marcel M. Falcão wrote:
Google Maps - Developer Guide Reference
Example with Waze didn't work too:
"{ ""uri"":""waze://"" }"
"{ ""uri"":""waze://" + Query + """ }"
"?ll=-23.5864866,-46.6842497,17&navigate=yes"
Waze - Deep Links Reference
The same example for Waze and Google Maps work on Android, wich kind options that I had to try on iOS?
Best Regards,
Marcel
Apple URL Scheme Reference
Just for INFO, the image below represent the Manager action for those tests mentioned.
But the errors occurs on CanLaunch action, all ready mentionated.
Hi Marcel,
Thanks for the tests.I'm aware that the iOS plugin is not working.
I'm on it to see how to solve the problem.If you don't mind, in the next days I'll enter in contact with you in order to test a new version of the plugin.
Cheers.
Eduardo Jauch wrote:
Ok Eduardo, anything that I can do for help, please contact me.
Hello,
Example with Testo Combustion App didn't work too:
CanLaunchWithData
LauncherData.uri = "testot330://start?userinfo=parameter&bundleid=com.enel.mobile.xInstaller.dev"
Error: No App installed that can handle that uri.
I've tried to launch it in a native app and it did work. See the code below: