https://github.com/chartboost/chartboost-core-ios-sdk
https://github.com/chartboost/chartboost-core-ios-sdk
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chartboost/chartboost-core-ios-sdk
- Owner: ChartBoost
- License: mit
- Created: 2023-06-28T22:26:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:01:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-20T00:51:17.240Z (over 1 year ago)
- Language: Swift
- Size: 1.77 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chartboost Core iOS SDK

## Overview
The Chartboost Core iOS SDK is designed as an entry point to manage and facilitate different modules for your iOS application/game. 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:
1. Initialization of individual or a set of modules.
2. Performance metrics collection during the module initialization process.
3. Detailed error tracking and reporting with categorized error codes.
4. Centralized logging system with multiple log levels and output options.
## Documentation
You can find the reference documentation for the latest SDK version [here](https://reference.chartboost.com/core/ios/).
A `ChartboostCoreSDK.doccarchive` documentation file is also available in this repo and can be viewed on Xcode.
## Integration
In your `Podfile`, add the following entry:
```
pod 'ChartboostCoreSDK'
```
## Contributions
We are committed to a fully transparent development process and highly appreciate any contributions. Our team regularly monitors and investigates all submissions for the inclusion in our official adapter releases.
Refer to our [CONTRIBUTING](CONTRIBUTING.md) file for more information on how to contribute.
## License
Refer to our [LICENSE](LICENSE.md) file for more information.