The Airship .NET SDK exposes a common subset of functionality between the iOS and Android SDKs. This library is built against .NET 8.0, and can be used within shared codebases (e.g., a MAUI app).
The Airship .NET SDK targets the following platforms:
net8.0
net8.0-android
net8.0-ios
The Airship .NET SDK is compatible with:
Use NuGet to install the airship.net
package.
airship.net.messagecenter
- Provides a cross-platform control that can be used to display Message Center messages.Detailed instructions can be found in the Getting started guide.
A cross-platform sample app is provided in the MauiSample
directory on Github.