osamu-ikawa
osamu-ikawa
EnsureCoreWebView2Async seems to throw 0x80070005 when it can't create a user data folder. Do you specify the path of the user data folder? Reference: https://github.com/MicrosoftEdge/WebView2Feedback/issues/1128
In the [WebView2 Win32 C ++ API](https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/webview2-idl?view=webview2-1.0.1210.39), you can specify the path of the user data folder with the environment variable "WEBVIEW2_USER_DATA_FOLDER". My app written in C++/WinRT and WinUI3 was...
@krschau As mentioned in the comments above (https://github.com/microsoft/microsoft-ui-xaml/issues/7190#issuecomment-1150660241), my WinUI3 unpackaged app used environment variables to set a custom user data folder and it worked fine with Windows App SDK...
I use CocoaPods to integrate Crashlytics included in Firebase Apple SDK 10.22.0, and when submitting for review on the App Store, I encountered the same warning as this issue. I...