I confirm @vahagn's answer. Incase anyone is wondering, what is a smart banner
, it means you just have to add a meta
tag inside the <head></head>
tags like below:
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="apple-itunes-app" content="app-id=1234567890, app-clip-bundle-id=com.example.myapp.clip">
<title>Your title</title>
...
</head>
<body>
...
</body>
</html>