李尚

Results 6 issues of 李尚

我想自定义菜单栏,背景设为红色,左上角,右上角设为 20, `.wCustomMenuViewSet(^(UIView *bgView) { //设置角度的代码忽略 bgView.backgroundColor=UIColor.redColor; })` 但效果一闪而逝,界面一到viewDidAppear就没效果了,如果在viewDidAppear中通过获取self.upSc.mainView设置,滑动切换 就又没效果了,请问要怎么设置呢?

answered

由于iOS13 回收 App 的 bundle ID 的能力,为了保证 App 支付来源的真实性和可认知性, 微信支付在已有 Bundle ID 校验能力的基础上,增加了 Universal Links 校验能力。 商户 App 发起支付时,若没有正确更新 SDK,会出现无 bundle ID、无 Universal Links 的情况。 微信支付无法判定此类订单的交易来源 App,可能会出现实际使用商户号的来源和商户号所属的 App 不一致, 导致商户号被利用于欺诈、赌博等违法违规行为,存在交易风险。...

### OpenIM SDK Version 3.8.0 ### OpenIM Server Version 3.8.0 ### SDK Platform iOS SDK ### Device Model iPhone 15 模拟器 ### Operating System Version iOS 17.1 ### Bug Description...

bug

### OpenIM Server Version 3.8.1 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce 集成sdk后,运行项目到红米note4(android7.0)上直接崩溃,下载官方提供的demo 也是一样崩溃,同一份代码运行到android8.0系统的手机上就没问题。报错如下 io.reactivex.exceptions.UndeliverableException: The...

### OpenIM Server Version 3.8.1 ### Operating System and CPU Architecture Linux (ARM) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce When chatting with strangers,...

### Why this feature? 项目导入 pod 'OpenIMSDK', '3.8.1-rc.0' ,运行项目到模拟器,发现模拟器卡在项目启动页,运行到真机就没问题,SDK能增加对模拟器的支持吗,需要用模拟器调试项目。我的项目去掉 pod 'OpenIMSDK', '3.8.1-rc.0' 是能在模拟器上运行的。 ### Suggested Solution 略 ### Additional Information 略

enhancement