Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

"Let this app access your info" Dialog crash

Discussion in 'Windows' started by MagicDesignStudios, Jan 15, 2019.

  1. MagicDesignStudios

    MagicDesignStudios

    Joined:
    Dec 22, 2016
    Posts:
    37
    Hello,

    During our certification, the CERT team sent us a bug :
    Apparently the first time the game is launched there is a dialog that appear saying : "Let this app access your info?" .Then the game crash when the user select yes.

    The problem is : we have never seen this dialog , with all our accounts. Is this specific to account on a CERT sandbox? is there a way to make this dialog appear on our builds?
    Is there some event we should handle to avoid crashing?

    Thanks
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,530
    That dialog happens when location capability is enabled in your manifest. Do you have that enabled?
     
  3. MagicDesignStudios

    MagicDesignStudios

    Joined:
    Dec 22, 2016
    Posts:
    37
    No, but we found why the dialog shows up : it's when an account use two-factor authentication.
    Now we'll try to find out why this make the game crash.

    EDIT : it seems that it was because of the 1806 version of the XSSDK.
     
    Last edited: Jan 21, 2019