SkiaSharp を使用した優れた UWP アプリの作成が完了しました。App Store Certification Kit を実行してみましたが、次のエラーが表示されます。
Error Found: The supported APIs test detected the following errors:
API TlsAlloc in kernel32.dll is not supported for this application type. libSkiaSharp.dll calls this API.
API TlsGetValue in kernel32.dll is not supported for this application type. libSkiaSharp.dll calls this API.
API TlsSetValue in kernel32.dll is not supported for this application type. libSkiaSharp.dll calls this API.
Impact if not fixed: Using an API that is not part of the Windows SDK for Windows Store apps violates the Windows Store certification requirements.
では、 SkiaSharp を使用して Windows App Store に公開できるかどうか知っている人はいますか? そうでない場合、UWP サポートは意味がありません。
誰でもこれで私を助けることができますか?