Hi,
I am running into troubles when trying to link to my app:
1) The doc specifies to use the app's public id to create the url. However, all this url does is open the app gallery, even if the app is already installed. However, when using the private id, the app is opened up in a tab as expected.
2) I am not able to launch a custom view even though my config.xml looks exactly as specified
here. The url event configuration seems to be ignored and the view configured for the click event is opened instead. I then tried to open the custom landing view of the sample kitchen sink app, which doesn't work either. Might this be a bug on your side or am I missing something?
Thanks for clearing me up!