Search Unity

Getting installed apps from Windows Store device.

Discussion in 'Windows' started by Enzign, Oct 2, 2014.

  1. Enzign

    Enzign

    Joined:
    Aug 20, 2010
    Posts:
    169
    So i'm trying to get all the installed apps from the the same publisher as my app that is installed on a Windows Store device.
    On Windows Phone you can use InstallationManager.FindPackagesForCurrentPublisher(). Is there anything like it for Windows Store builds? I'm guessing not, but it's worth a shot. Or if there is some way of figuring this out?
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
    I doubt you can do it from code, at least I haven't heard about such thing. What exactly are you trying to accomplish, maybe there's other way.
     
  3. Enzign

    Enzign

    Joined:
    Aug 20, 2010
    Posts:
    169
    I'm trying to figure out which ones of our apps the user has installed, so we don't promote something they have installed already.
     
  4. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
  5. Enzign

    Enzign

    Joined:
    Aug 20, 2010
    Posts:
    169
    Ah, great, i'll try there. Thanks!