yangjw
yangjw
  • 发布:2024-02-28 17:42
  • 更新:2024-11-07 21:50
  • 阅读:230

APP 推送,iOS配置问题

分类:uni-app
1.在工程中搜索 feature.plist 文件(位于PandoraApi.bundle中),在 Push 节点下,确保和下图所示一样  

https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/push.html  

可直接复制下面对应的值替换,避免手动输入错误  

<key>Push</key>  
    <dict>  
        <key>autostart</key>  
        <true/>  
        <key>baseclass</key>  
        <string>PGPush</string>  
        <key>class</key>  
        <string>PGPushActualize</string>  
        <key>global</key>  
        <true/>  
        <key>server</key>  
        <dict>  
            <key>class</key>  
            <string>PGPushServerAct</string>  
            <key>identifier</key>  
            <string>com.pushserver</string>  
        </dict>  
    </dict>  

下载的SDK里面 里面的配置文件是

<dict>  
        <key>autostart</key>  
        <true/>  
        <key>baseclass</key>  
        <string>PGPush</string>  
        <key>global</key>  
        <true/>  
        <key>server</key>  
        <dict>  
            <key>class</key>  
            <string>PGPushServer</string>  
            <key>identifier</key>  
            <string>com.pushserver</string>  
        </dict>  
    </dict>

已哪个为准呢

2024-02-28 17:42 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

同问,文档真是稀烂

a***@dasiku.com.cn

a***@dasiku.com.cn

@DCloud_iOS_ZFL
同时
集成unipush 使用 liblibPush.a、libUniPush.a、GTSDK.xcframework
集成个推推送 使用liblibPush.a、libGeTuiPush.a、GTSDK.xcframework

libUniPush.a和libGeTuiPush.a 中的类 PGPushServerAct 冲突 是不是怎么解决

a***@dasiku.com.cn

a***@dasiku.com.cn

@DCloud-HBuilderX团队

a***@dasiku.com.cn

a***@dasiku.com.cn

类名冲突

要回复问题请先登录注册