这是 PLCrashReporter 的分支,编译并定制以与 mParticle Apple SDK 一起工作。该框架是可选的。
当使用 mParticle Apple SDK 时,您可以在以下 Podfile
中包含 crash reporter:
target '<Your Target>' do
pod 'mParticle-Apple-SDK', '~> 6'
pod 'mParticle-CrashReporter', '~> 1.3'
end
有关 mParticle SDK 的详细文档和其他信息可以在: SDK 文档 中找到
mParticle, Inc.