iOS更新日志
推荐使用:
PhotonPushSdk:1.1.4, MMfileservice:1.3.2
- 2021-8-3
- 1.1.5 添加
+ (void)uploadLogWithUserInfo:
方法,支持业务端调用上传点击日志,主要用于静默推送的点击统计
- 1.1.5 添加
2020-11-11
- 1.1.2 更换refree 预埋的ip
2020-06-23
- 1.1.0 解决极端的线程并发crash,优化refree逻辑
2020-06-13
- 1.0.3 添加统计使用的参数,在MoPushManager添加设置UNUserNotificationCenterDelegate代理类,监听其回调,
UNUserNotificationCenter 的delegate不是appdelegate时,需要设置。
[MoPushManager setNotiCenterDelegate:UNUserNotificationCenter.currentNotificationCenter.delegate];
- 1.0.3 添加统计使用的参数,在MoPushManager添加设置UNUserNotificationCenterDelegate代理类,监听其回调,
UNUserNotificationCenter 的delegate不是appdelegate时,需要设置。
2020-02-20
- 1.0.2 referee优化,减少注册失败率
- 2019-10-08
- 1.0.0 兼容xcode11打包在ios13中deviceToken解析问题