KakaoLink.sendDefault IOS issue when Application already installed

Hello,

I have a problem using KakaoLink.sendDefault on iOS WHEN the application is already installed.

Here is the progress of the bug found:

  1. I click on a link that sends in javascript with KakaoLink.sendDefault a title, a description, an image, an url to share on KakaoTalk.
  2. This first click does not open KakaoTalk, I have instead (by doing a console.log I find this message in callback: ‘The request wait time has expired’)
  3. The following clicks open me well KakaoTalk BUT ALSO I am redirected to the AppStore as if the application KakaoTalk was not installed, which is not the case.

Why this first click always poses a problem (FAIL => ‘The request wait time has expired’)?
Why do the following clicks ALSO open the AppStore?

Thanks for your help.

Capture