An open API service indexing awesome lists of open source software.

https://github.com/chartboost/chartboost-core-ios-sdk


https://github.com/chartboost/chartboost-core-ios-sdk

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chartboost Core iOS SDK

![badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fchartboost.s3.amazonaws.com%2Fchartboost-core%2Fsdk%2Fios%2Fcode-coverage%2Fcoverage-percent.json)

## 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.