Hypercat
Hypercat
  • 发布:2024-11-23 17:13
  • 更新:2024-11-23 17:13
  • 阅读:13

iOS上使用FCM进行推送应该如何修改feature.plist?

分类:uni-app

文档中提到使用Firebase的统计功能时应将/SDK/Bundles/PandoraApi.bundle/feature.plistStatistic部分修改为:

<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时具体应当如何修改它们

2024-11-23 17:13 负责人:无 分享
已邀请:

要回复问题请先登录注册