I am using ionic framework. I'm trying to set up a way to receive a url from another app. Like, you are in browser, click share, and send the link to another app (my app). I found this cordova plugin, and have integrated it in my app. But this is pulgin for Android. I need same functionality in IOS.
Any idea which plugin i need to use for ios.
I think you are looking for the Custom URL Scheme plugin.
This plugin allows you to start your app by calling it with a URL like mycoolapp://path?foo=bar
Maybe this article is also in your interest (about deeplinking an Ionic with a Ionic app).