EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 365 forks source link

How to pass the response back tothe initial app which opened my custom url scheme #274

Open msd117 opened 6 years ago

msd117 commented 6 years ago

Hi, I am calling my app and passing some parameter to do a certain operation all is working fine, the only problem I am facing is how to pass the result of that operation back to the initial app which called my app

Intentapp > Myapp (result generated here) > intentapp

I need to pass the result to intentapp ... is there any way t do this via this plugin? if not can anyone suggest me how to do it

Note: the result is getting passed to the intentapp from a similar application like mine which also catches the same custom URL

davidwang1988 commented 4 years ago

same question