User Tag List

Results 1 to 3 of 3

Thread: Detect if certain app is installed on user's device?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    MJK's Avatar
    Join Date
    Jun 2006
    Location
    Espoo, Finland
    Posts
    1,162
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Detect if certain app is installed on user's device?

    Is it possible to detect if certain app is installed on user's device, and if yes, then launch that app? And on the other hand, if that app is not installed, send the user to the App Store to download it?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If your app uses an iPhone URL scheme (like Facebook uses fb://), then you can try accessing it using the URL scheme, then have another action straight after it that sends user to the app store. If the app exists, the URL scheme should kick in and open the app, ignoring the app store link (you might need a 3rd action to jump to your main menu frame when the user comes back to your app, can't remember for certain).

    I did something like this for easy Twitter following within my Paper Face app using these URLs:
    twitter://user?screen_name=purplewaxgames
    https://twitter.com/PurpleWaxGames

    Not sure how easy it is to make an MMF2 app use iPhone URL scheme (especially since someone else my use the same URL for their app!), but if you want it for something like facebook or twitter that already uses it, then should be straight foreward.

    Here's some more on iPhone URL Schemes that may help:
    http://wiki.akosma.com/IPhone_URL_Schemes
    http://community.clickteam.com/threads/82216-Facebook-shares-It-s-possible?highlight=facebook+shares.+it%27s

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    MJK's Avatar
    Join Date
    Jun 2006
    Location
    Espoo, Finland
    Posts
    1,162
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, I'll take a look.

Similar Threads

  1. Detect if device is slow or fast
    By Popcorn in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 8th March 2013, 12:37 PM
  2. Application cannot installed to the Android device.
    By ASD in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 20th November 2011, 10:43 PM
  3. Check if user has DirectX 9.0 installed?
    By edkeyte in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 8th November 2008, 01:00 PM
  4. Replies: 21
    Last Post: 3rd April 2008, 07:35 PM
  5. How to detect if a codec is installed
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 20th May 2007, 09:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •