Alperen Eker
Results
2
comments of
Alperen Eker
Is there a temporary solution?
It doesn't work but here is my solution that I use for my project. ```c# private async Task VersionControl() { try { var isCurrentVersion = true; if (Device.RuntimePlatform == Device.Android)...