Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Business Forums > Promotion Techniques

Reply
 
LinkBack Thread Tools Display Modes
Old 05-25-2011, 12:23 PM   #1 (permalink)
Registered Member
 
Join Date: Jun 2010
Posts: 29
wigby is on a distinguished road
Default browser detects iphone app on webpage

does anyone know how to include code on my app's website so that when someone visits my webpage, they get a pop-up telling them that there is an iphone app on this webpage and they can go right to itunes to download it? or can you point me to a webpage that does this so i can look at their html?

or is that something already built into safari so long as you have an itunes link somewhere in your html?

i've visited a few pages that do this but i cannot find any now.
wigby is offline   Reply With Quote
Old 05-25-2011, 01:06 PM   #2 (permalink)
Registered Member
 
Join Date: May 2011
Posts: 1
DarkRaverNL is on a distinguished road
Default

Hello, I just registered here, and saw your post, so let me reply!

You can use a code (put it in your .js file) like this:

if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { do some functions here, like make a cookie and put a message }

just replace iPhone / iPod what you want

Edit sorry, if you want to follow this with a message when they click OK to go to store:


if (confirm("Some message"))
window.location = "the app URL to go to, like itunes store...";
DarkRaverNL is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Stats
Members: 175,691
Threads: 94,134
Posts: 402,943
Top Poster: BrianSlick (7,990)
Welcome to our newest member, sapmarc
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:06 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0