Bugsnag.Maui:
Bugsnag.Android:
Bugsnag.iOS:
Binding library for the Bugsnag SDK It consists of a android and ios binding and a cross platform sdk to consume the bindings.
Install the package from nuget
dotnet package add Bugsnag.Maui
dotnet package add Bugsnag.Android
dotnet package add Bugsnag.iOS
or add package reference to your project file
<ItemGroup>
<PackageReference Include="Bugsnag.Maui" Version="<insert version>" />
<PackageReference Include="Bugsnag.Android" Version="<insert version>" />
<PackageReference Include="Bugsnag.iOS" Version="<insert version>" />
</ItemGroup>
the native bindings follow the sdk version that they are bound to
prereques
your android envirnemnt must be configured. see dotnet maui getting started
you also must have ANDROID_HOME
configured
- ensure that the .maven-sdk-version is at the correct version
- open the solution
- build
- open project
- build
note: the rake file does not correctly handle creating the .xcodeproj, in fact, all of the files that are supposed to be automatically copied are committed to the repo. There is going to be a little bit of manual work to bump the ios sdk to a new version. The other option is to finish building the scripts.