CDRemoteSystemConnectionRequest to device that is connected via cloud return CDRemoteLauncherUriStatusRemoteSystemUnavailable
Closed this issue · 4 comments
CDRemoteSystemConnectionRequest
to device that is connected via cloud returns status CDRemoteLauncherUriStatusRemoteSystemUnavailable
. In result request succesfully opens Uri on remove device. How can I detect a success result for CDRemoteSystemConnectionRequest
in this case?
@revolutionkpi CDRemoteLauncherUriStatusRemoteSystemUnavailable is the best available information that we provide about the success or failure of the request in this situation. You may be running into a known issue that we have recently fixed. Expect a new release, containing this fix, soon.
@revolutionkpi have you had a chance to test out the latest release to see if it fixes this issue?
@revolutionkpi please let us know how things are working for you regarding this. In general, you can't rely on long-lived app service connections and need to be prepared to reopen them when necessary.
I have just moved to 0.12.0 SDK and it works fine. Thanks.