You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvalidOperationException: Certificate Assets/WSATestCertificate.pfx is expired and cannot be used for a UWP build. To fix this, either delete it or select a different certificate in the player settings.
I also tried to create a certificate myself, which works, but when I want to run the sln file on visual studio, it says that the certificate is missing.
Is there any solution to this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @arsiboo, thanks for your interest in the sample. The easiest thing to do is just delete the old WSATestCertificate.pfx files present in the repo which should allow the project to build successfully.
Hi,
I am encountering the following issue:
InvalidOperationException: Certificate Assets/WSATestCertificate.pfx is expired and cannot be used for a UWP build. To fix this, either delete it or select a different certificate in the player settings.
I also tried to create a certificate myself, which works, but when I want to run the sln file on visual studio, it says that the certificate is missing.
Is there any solution to this?
Thank you.
The text was updated successfully, but these errors were encountered: