CiscoDevNet/AppDynamicsAgent
An AppDynamics iOS SDK framework for monitoring the performance and activity of iOS applications.
Swift Package Manager Install
SDK Install Requirements
Swift Package Manager install is supported for iOS Agent 23.10.1 or higher. You must have the supported Xcode version >=14.1
Complete the following steps in your Xcode environment to add the AppDynamics iOS SDK package:
- Navigate to File > Add Packages.
- In the search bar, specify the following GitHub URL: ``
https://github.com/CiscoDevNet/AppDynamicsAgent.git`` - Specify the version that you want to add.
- Click Add Package.
- Select the package and the target application.
- Click Add Package.
After you add the package, complete the following:
Add Required Libraries
The AppDynamics iOS Agent requires these libraries:
SystemConfiguration.frameworkCoreTelephony.frameworklibz.dylib or .tbd
To add the libraries:
- Select the target that builds your app in Xcode.
- Select the Build Phases tab.
- Expand the Link Binary With Libraries section.
- If any of the above libraries are not listed:
Click the + button. Locate the missing library in the list. * Click Add.
Repeat this step for each missing library.
Set the -ObjC Flag
You also need to add the -ObjC flag to Other Linker Flags.
- Select your project in the Project Navigator.
- In the target list, select the target that builds your application.
- Select the Build Settings tab.
- Scroll to Linking and open.
- Go to Other Linker Flags and double-click to open the popup.
- If the -ObjC flag is not in your list, click + and add it.
Documentation
For a more detailed description of how to incorporating and utilizing the SDK, or for troubleshooting information, please see the official documentation
Package Metadata
Repository: CiscoDevNet/AppDynamicsAgent
Stars: 6
Forks: 3
Open issues: 7
Default branch: main
Primary language: shell
License: Apache-2.0
README: README.md