Skip to content

Additional Files

Add the AppSealing SDK files to your Xamarin project by following these steps:

  1. Right-click on your iOS project in Visual Studio

  2. Select “Add” > “Existing Files…”

  3. Navigate to the AppSealingSDK/Libraries folder

  4. Select the following files:

    • appsealing.lic
    • AppsealingiOS.h
    • AppsealingiOS.mm
    • libStaticAppSec.a (for Release builds)
    • libStaticAppSec_Debug.a (for Debug builds)
  5. In the file dialog, make sure to set the build action appropriately:

    • For .lic files: Set to “BundleResource”
    • For .h and .mm files: Set to “Compile”
    • For .a files: Set to “None”
  6. Update your project references to include the static libraries in the linker settings.