nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Launch app itself #16

Closed kennrll18 closed 6 years ago

kennrll18 commented 7 years ago

Can i use this to launch my app itself? For example my app was force closed and there was a trigger that will launch my app.
Also, how can i find my app's URI?

d3w201 commented 7 years ago

any answers?

richenyadav001 commented 7 years ago

@kennrll18 how will you get the trigger of force close ?

Also, how can i find my app's URI? You have to register URI for your app.

nchutchind commented 6 years ago

If your app has been closed, what would trigger the launch of your app? You'd have to have some secondary service running that would detect your app getting closed and launch it again.