文档中提到使用Firebase的统计功能时应将/SDK/Bundles/PandoraApi.bundle/feature.plist
中Statistic
部分修改为:
<key>Statistic</key>
<dict>
<key>autostart</key>
<false/>
<key>class</key>
<string>Google Statistic</string>
<key>global</key>
<true/>
<key>server</key>
<dict>
<key>class</key>
<string>GoogleStatisticServer</string>
<key>identifier</key>
<string>com.firebase.startup</string>
</dict>
</dict>
我注意到Push
部分也有类似的结构 但文档中似乎并未指出在使用FCM时具体应当如何修改它们
0 个回复