Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

v0.7

Latest
Compare
Choose a tag to compare
@Jeepeng Jeepeng released this 28 May 14:40
b3e6474

更新日志:

  • 升级 Android SDK 到 v3.2.4
  • 修复 iOS register 监听事件不生效的问题(#17)
  • 修复 Android 绑定账号时报错的问题

需要在defaultConfig下配置

manifestPlaceholders = [
    XG_ACCESS_ID: "2100000000", // 信鸽ACCESS_ID
    XG_ACCESS_KEY: "AHW931HVxxxx", // 信鸽ACCESS_KEY
    HW_APPID: "123456789", // 华为 appid
    PACKAGE_NAME: applicationId
]