框架和资源
通过 CocoaPods(推荐,v5.1.2+)
自 v5.1.2 起,运行 pod install 后,VGPSDK.xcframework 和 VGPSDK.bundle 将自动包含。无需手动复制。
仍需手动添加 — 从示例项目复制以下文件到您的 Xcode 项目:
| 文件 | 添加位置 |
|---|---|
GoogleService-Info.plist | 项目根目录(与 Info.plist 同级) |
vgp_config.json | 项目根目录,并添加到 Copy Bundle Resources 构建阶段 |

系统框架
在 Xcode → Target → General → Frameworks, Libraries, and Embedded Content 中添加以下 Apple 框架:
| 框架 | 说明 |
|---|---|
AdServices.framework | 广告归因(iOS 14.3+) |
AdSupport.framework | IDFA 访问 |
StoreKit.framework | 应用内购买 |

iAd.framework已在 Xcode 16 中移除,请勿手动添加。