Discussion Forums  >  Suggestions, Ideas, Wish List

Replies: 4    Views: 466

Kaybee
buzztouch Evangelist
Profile
Posts: 659
Reg: Sep 22, 2012
Perth, Australi...
44,690
01/26/15 06:21 AM (9 years ago)

1 QR code/link for both iOS & Android App Download

Hi All, I stumbled across this site http://qrappdownload.appspot.com/ It creates one QR code or link you can give to your clients for them to promote their app for both iOS & Android. Thought it might be useful for you too. Have a look, Enjoy, Kristen
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
01/26/15 06:45 AM (9 years ago)
Nice tip.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/26/15 07:47 AM (9 years ago)
Cool! Thanks Kristen! Cheers! -- Smug
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
01/26/15 09:05 AM (9 years ago)
Good stuff! I can totally use that! Mark
 
aussiedra
Code is Art
Profile
Posts: 431
Reg: Dec 25, 2010
Brisbane, Austr...
8,260
like
01/29/15 04:09 AM (9 years ago)
i found using your own hosted php file is faster and you don't rely on third party host if something goes wrong : example a simple php file : <?php $iPod = stripos($_SERVER['HTTP_USER_AGENT'],"iPod"); $iPhone = stripos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $iPad = stripos($_SERVER['HTTP_USER_AGENT'],"iPad"); $Android= stripos($_SERVER['HTTP_USER_AGENT'],"Android"); //check if user is using ipod, iphone or ipad... if( $iPod || $iPhone || $iPad ){ //Apple Store header('Location: http://goo.gl/aT68fl'); // <-apple store link here }else if($Android){ //Google Play header('Location: http://market//details?id=com.dasvibes.chillspot'); // <-google play link here } ?>
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.