I call openParentApplication
method in WKInterfaceController
and in iOS waiting response from server. Then I want to cancel the operation for waiting response in iOS using openParentApplication
again.
But the first call didn't call reply
so the second I call openParentApplication
it not fire the handleWatchKitExtensionRequest
. Need to wait the timeout from the first call and then the second call will fired in handleWatchKitExtensionRequest
.
Is there any method to cancel the first call to without wait the reply
?