I’m using the Meteoric package to run ionic on my meteor app. I’d like to use the https://github.com/EddyVerbruggen/Custom-URL-scheme (nl.x-services.plugins.launchmyapp plugin) in my app. Actually I am using it, but it isn’t working right.
I’m trying to use this plugin to deep link from a URL into my app. Right now I’m just trying to get it to work with the verify-email link. I click the link and it takes me into the app, but it always wants me to login first.
I never did get it to work exactly right. Luckily at the time I didn’t need the feature right away. I’ll have to look at that package, but it looks like it just wraps the same package I was using and gives an API to it. Also, with Meteor 1.3 I’m guessing some of this might change too.
Thanks. Yep… finally getting the some of my backlog and deep linking from a iOS/Android notification is one of them. I am sure others must be doing it.