3
votes

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?

1
the code is appended daelam

1 Answers

0
votes

Have you tried on iOS 6 ? I have the same issue, openURL:sourceApplication is not being called on iOS 7, still works as expected on iOS 6.. can't figure out why for now...