Search Unity

[UWP, XBOX] UnityWebRequest on XBOX

Discussion in 'Windows' started by big_3, Jun 9, 2019.

  1. big_3

    big_3

    Joined:
    Apr 20, 2016
    Posts:
    88
    Hi,

    are there any known issues with UnityWebRequest on XBOX with UWP apps with Unity 2018.4? We have a UWP app published on the Windows Store and it works without any problems. However when we are trying the same app on a xbox the UnityWebRequest.Post calls return always "unknown error".

    Thanks for any help.
    Jus
     
  2. timke

    timke

    Joined:
    Nov 30, 2017
    Posts:
    407
    Yes, you're probably hitting this bug: https://issuetracker.unity3d.com/issues/uwp-https-request-fails-on-hololens

    This is a problem with the way Xbox and HoloLens populate the SSL Certificate store, and we're waiting for a response from Microsoft on a work-around. As we currently understand it, launching Edge browser on the device will finish updating the Certificate store, and SSL should work at that point.