I have wrote this code in HomePage of my website, I am using iOS 6.1.3 in my iPhone 4s when i access my website in safari initially a banner with loading appears on top of the screen then after some time (means after loading full website) banner gets disappear :(

here is the code i have written in my website,

<meta name="apple-itunes-app" content="app-id=68924633, affiliate-data=myAffiliateData, app-argument=https://itunes.apple.com/gb/app/bi/id68924637?mt=8&uo=4">

Thanks in advance.

有帮助吗?

解决方案

I had same issue, but it was because the application is only available in US and I'm developing from Colombia. So, check if you are connected to some VPN or your itunes account is from another region.

I connected my iphone with an US vpn and changed the region of my account and it worked. Hope it helps!

其他提示

This took a while to work out, but once you have dismissed the popup, it will NOT return. So if your having issues, try on a different phone. Resetting the cache or using private browsing wont help either, as its not stored in cache.

<meta name="apple-itunes-app" content="app-id=689246337" />

should be sufficient for your needs

Could be several reasons: - Your network connection not allowing you to access the apple's appstore, to check this, just open appstore with your phone and see whether it works or not. - Your apps is not available in the appstore of the country you're connected to, to check this, open appstore from your iphone, and then look for your apps there.

Cheers

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top