Reputation: 604
I'm putting crash analytics into my WPF game to be published on Steam. On AppCenter.Start(...) I get this:
[AppCenter] ASSERT: Cannot use App Center on this target. If you are on Android or iOS or UWP, you must add the NuGet packages in the Android and iOS and UWP projects as well. Other targets are not yet supported.
Can I get App Center into my Desktop WPF applications?
Upvotes: 0
Views: 309
Reputation: 17687
It looks like WPF is now supported, at least in preview. See https://github.com/Microsoft/AppCenter-SDK-DotNet/issues/620 and https://github.com/microsoft/appcenter-sdk-dotnet/releases/tag/2.2.1-preview for details.
Upvotes: 0