DCloud_App_Array
DCloud_App_Array
  • 发布:2014-11-19 17:24
  • 更新:2022-10-21 15:48
  • 阅读:739313

HTML 5+ SDK 更新日志

分类:HTML5+

要回复文章请先登录注册

kaiven

kaiven

回复 dongs :
尝试过app关闭, 新消息来了 启动app吗?我这边,as调式有异常,splash都没法关闭
2017-07-29 07:14
1231312312312

1231312312312

回复 7***@qq.com :
我感觉他们做的这东西不像是给一般开发人员用的...像个大demo
2017-07-27 21:21
1231312312312

1231312312312

你们能把社区做好,文档整理整理不,别总忙着发布新版本
2017-07-27 21:20
1***@qq.com

1***@qq.com

ios版本求更新。个推用不了。那个小米推送也没有找到在哪里啊!!!!
2017-07-26 15:30
7***@qq.com

7***@qq.com

这公司的集成文档真心不敢恭维,同样是国内公司开发的,去高德,友盟看看人家的sdk集成文档,你们这弄的是狗屁玩意!!!!!
2017-07-26 14:35
老向

老向

iOS平台wgt/wgut更新时失败,提示模块配置不一致,1229错误,显示所有用到的模块都不存在。安卓上没有问题。
2017-07-25 14:56
dongs

dongs

回复 kaiven :
后来成功了,你在打包一下,然后把安卓的配置文件反编译一下就可以看到不一样的地方了。

<receiver android:name="io.dcloud.feature.apsGt.PushMessageReceiver" >
<intent-filter>
<action android:name="com.igexin.sdk.action.PUSH_APPID" />
</intent-filter>
</receiver>
<receiver android:name="io.dcloud.feature.apsGt.GTNotificationReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="com.XXXXXXXXXX.__CREATE_NOTIFICATION" />
<action android:name="com.XXXXXXXXXX.__REMOVE_NOTIFICATION" />
<action android:name="com.XXXXXXXXXX.__CLEAR_NOTIFICATION" />
<action android:name="com.XXXXXXXXXX.__CLILK_NOTIFICATION" />
</intent-filter>
</receiver>

<meta-data
android:name="PUSH_APPID"
android:value="PUSH_APPID" />
<meta-data
android:name="PUSH_APPKEY"
android:value="PUSH_APPKEY" />
<meta-data
android:name="PUSH_APPSECRET"
android:value="PUSH_APPSECRET" />

<service
android:name="com.igexin.sdk.PushService"
android:exported="true"
android:label="NotificationCenter"
android:process=":pushservice" >
</service>
<service
android:name="com.igexin.sdk.PushServiceUser"
android:exported="true"
android:label="NotificationCenterUser" >
</service>

<receiver android:name="com.igexin.sdk.PushReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.intent.action.USER_PRESENT" />
<action android:name="com.igexin.sdk.action.refreshls" />
<action android:name="android.intent.action.MEDIA_MOUNTED" />
<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
</intent-filter>
</receiver>
<receiver
android:name="com.igexin.sdk.PushManagerReceiver"
android:exported="false" >
<intent-filter>
<action android:name="com.igexin.sdk.action.pushmanager" />
</intent-filter>
</receiver>

<activity
android:name="com.igexin.sdk.PushActivity"
android:excludeFromRecents="true"
android:exported="false"
android:process=":pushservice"
android:taskAffinity="com.igexin.sdk.PushActivityTask"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
</activity>
2017-07-25 14:14
衡

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

新版本运行报这个错误 还得找老版本
2017-07-19 15:34
ipop

ipop

你们就不能给个精简版的嘛,删的巨麻烦
2017-06-30 17:42
8***@qq.com

8***@qq.com

回复 骁骑 :
iOS 6月20日发布的新的SDK,替换旧版本一直失败,能给个详细的替换文档吗?放在新的版本里没有问题,更新SDK一直出错
2017-06-26 17:15