Check for Apps installed on iOS Device

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Check for Apps installed on iOS Device

Post by Nakia » Wed May 29, 2013 2:19 am

Hi,

I have had a request to build a "Launching App" for IOS that basically launch certian apps already installed (obvioulsy need to be able to check they are installed too)

Is there a way to do this, is there a register for Apps for their customer URLS etc...

I know this is a weird request.......

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Check for Apps installed on iOS Device

Post by Mark » Thu May 30, 2013 1:49 pm

Hi,

I don't think that Apple allows you to check which apps are available. The only possibility you have is to use a URL with a custom protocol, such as "itunes://" and "twitter://", to open the respective apps, but most apps don't have such a custom protocol. Probably, you'll have to decline the request.

If you really want to try it, have a look here. It contains code that might be used in an external.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Re: Check for Apps installed on iOS Device

Post by Nakia » Fri May 31, 2013 12:45 am

Thanks for the reply Mark...

I thought this might potentially be outside of Apple's guidelines but no harm asking.
(although the functionality obviously exists, its used within the App Store Application)

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Check for Apps installed on iOS Device

Post by Mark » Fri May 31, 2013 12:51 am

Hi,

Yes, the functionality exists, as the sample code on StackOverflow shows, but the iTunes store uses a database containing the titles you've bought. I don't know if the App Store app actually looks which apps are installed on the phone.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply