Can native.requestExit() return value to OS?

I’m having an app called from another app, but when ours closes it needs to return something back to be read.  Is it possible to have native.requestExit return something to the OS when it closes?

native.requestExit is not supported on iOS, please read the documentation

I don’t believe this is possible.  What is your use-case for this?

Rob

You could go via a third party - i.e. a server you control or some form of messaging queue.

native.requestExit is not supported on iOS, please read the documentation

I don’t believe this is possible.  What is your use-case for this?

Rob

You could go via a third party - i.e. a server you control or some form of messaging queue.