Get Started with iOS
Chartboost Core iOS SDK is designed as an entry point to manage and facilitate different modules for your iOS application. Each module can be individually initialized with metrics collected and reported to offer detailed insights into the moduleβs performance and potential issues.
The main functionalities provided by the SDK are:
- Initialization of individual or a set of modules.
- Performance metrics collection during the module initialization process.
- Detailed error tracking and reporting with categorized error codes.
- Centralized logging system with multiple log levels and output options.
Minimum Supported Development Tools π
Software | Version |
---|---|
Minimum Supported iOS Version | 13.0 |
Minimum Swift Version | 5.0 |
Minimum Xcode Version | 15.0 |
Add the Core SDK to your project π
To add the Core SDK through CocoaPods, simply add the following to your Podfile:
pod 'ChartboostCoreSDK'