I tried to open app store on mobile when user doesn't has this application and to open application when user has application.
I added meta tags in header of new page open_chat.html:
<meta property = 'al:ios:url' content = "realagent://chats"/>
<meta property = 'al:ios:app_store_id' content = "11111111"/>
<meta property = 'al:android:url' content = "realagent://chats"/>
<meta property = 'al:android:package' content = "com.application"/>
After, I do to this page open_chat on mobile and its not redirect me to the app store.
What I doing wrong?