I've implemented Smart app banner in my website. However, it is not calling the method application:openURL:sourceApplication:annotation:
from my UIApplicationDelegate
when tapping the button OPEN.
The AppStore ID is correct. I downloaded my app from the AppStore, then build a new version with Xcode so I can invoke my app via smart app banner
Meta data in html:
<meta name="apple-itunes-app" content="app-id=457505507, app-argument=FiveStar://detail/?id=8393">
Anyone is having the same problem? Any ideas on how to solve this?