You've already forked Commercialization.topon
release: 1.4.7
This commit is contained in:
17
README.md
17
README.md
@@ -40,6 +40,9 @@
|
||||
- 包版本号以 `Assets/package.json` 为准。
|
||||
- 业务项目引用的也是 `Assets/package.json` 对应 tag。
|
||||
- 本地工程里的 `Packages/manifest.json` 只用于当前源码工程联调,不参与发布。
|
||||
- 当前发布版本:
|
||||
- `com.commercialization.topon`:`1.4.7`
|
||||
- `com.foldcc.cc-framework.commercialization`:`1.0.12`
|
||||
|
||||
### 2.3 发布前检查
|
||||
|
||||
@@ -49,6 +52,7 @@
|
||||
2. `Assets/package.json` 里的核心依赖版本与本地验证环境一致。
|
||||
3. 所有本次升级需要发布的内容都在 `Assets` 下。
|
||||
4. `Update Upm.bat` 执行前,工作区已整理干净。
|
||||
5. Android 业务项目的 `minSdkVersion` 已不低于 `24`。
|
||||
|
||||
## 3. 目录职责
|
||||
|
||||
@@ -207,6 +211,7 @@ EDM4U 依赖解析器,负责消费 `Dependencies.xml` 并拉取 Android/iOS
|
||||
- `topon.sub_channel`
|
||||
- `topon.debug`
|
||||
- `topon.debugger_key`
|
||||
- `topon.auto_open_debugger_ui`
|
||||
- `topon.sdk_area`
|
||||
- `topon.longitude`
|
||||
- `topon.latitude`
|
||||
@@ -215,9 +220,21 @@ EDM4U 依赖解析器,负责消费 `Dependencies.xml` 并拉取 Android/iOS
|
||||
- `topon.query_area_on_init`
|
||||
- `topon.custom_map.<name>`
|
||||
- `topon.rewarded_custom_data.<name>`
|
||||
- `topon.rewarded_auto_load`
|
||||
- `topon.rewarded_prewarm_on_init`
|
||||
- `topon.rewarded_max_load_attempts`
|
||||
- `topon.rewarded_load_retry_delay_ms`
|
||||
- `topon.interstitial_auto_load`
|
||||
- `topon.interstitial_prewarm_on_init`
|
||||
- `topon.interstitial_max_load_attempts`
|
||||
- `topon.interstitial_load_retry_delay_ms`
|
||||
- `topon.local_strategy_asset_path`
|
||||
|
||||
说明:
|
||||
|
||||
- `topon.debug=true` 现在只打开 SDK 调试日志。
|
||||
- 官方 DebugUI 默认不再自动弹出,如需使用,手动调用或在样例面板点击 `Open DebugUI`。
|
||||
|
||||
- `topon.exclude_bundle_ids`
|
||||
- 用于全局排除指定广告主 bundle id
|
||||
- `topon.rewarded_exclude_ad_source_ids`
|
||||
|
||||
Reference in New Issue
Block a user