This cross-platform sample application allows you to experiment with the Airship SDK. It is written using our NETStandard library.
To build the sample apps, run ./gradlew :SampleApp:build
in the root of the repository.
The build requires Carthage, which can be installed with brew update && brew install carthage
.
Out-of-date packages can get stuck in the nuget cache. If you see this, run nuget locals global-packages -clear
.
Once you have built the sample app and its dependencies as above, start VisualStudio and open SampleApp/SampleApp.sln
to run the iOS or Android flavors of the sample app.