https://github.com/octmon/hxtakuadapter-ios
https://github.com/octmon/hxtakuadapter-ios
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octmon/hxtakuadapter-ios
- Owner: OctMon
- Created: 2025-04-01T06:14:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T15:13:30.000Z (11 months ago)
- Last Synced: 2025-08-02T17:32:56.758Z (11 months ago)
- Language: Objective-C
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 1、1OS集成步骤
#### 1.1 添加Taku适配器依赖
```
pod 'HXTakuAdapter'
```
### 2、TaKu平台上配置自定义广告平台
Adapter类名介绍
```
开屏:ATHXSplashAdapter
```
#### 2.1 创建自定义广告平台,填写适配器类名
#### 2.2 添加广告源,配置参数app_id和unit_id
开屏广告:
```
app_id = 71004
unit_id = 11111231
```
### 注意事项:
1、上线时需要将appId的值和代码位ID替换成正式的,上述的appId和代码位ID的值为测试通用的