Additional Files
Add the AppSealing SDK files to your Xamarin project by following these steps:
-
Right-click on your iOS project in Visual Studio
-
Select “Add” > “Existing Files…”
-
Navigate to the AppSealingSDK/Libraries folder
-
Select the following files:
appsealing.lic
AppsealingiOS.h
AppsealingiOS.mm
libStaticAppSec.a
(for Release builds)libStaticAppSec_Debug.a
(for Debug builds)
-
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”
- For
-
Update your project references to include the static libraries in the linker settings.