wangbf11

Results 7 comments of wangbf11

我也遇到同样的问题(I also encountered the same problem) Hope to resolve it quickly

> For people who encounter this issue, we could fix it by manually configuring the IOS token. But it's kinda complicated 我已经解决了 哈哈今天困扰了我 1天了。抓包发现切换userid的时候 安卓发送了请求 ios没发送 ios有点不同 你要去 原生力把token拿到 传到rn来...

> @wangbf11 @HoangDilo只需检查一下,在您的 iOS 代码中,您是通过 还是手动集成实现推送功能?这可能与我们 Swift SDK [9.2.0](https://github.com/braze-inc/braze-swift-sdk/releases/tag/9.2.0)`configuration.push.automation`中最近修复的问题有关,该问题正在等待即将移植到我们的 React Native SDK。[](https://github.com/braze-inc/braze-swift-sdk/releases/tag/9.2.0) ios的changeuse 不会触发 userId和pushtoken的绑定关系 需要手动调用registerPushToken(i参数:ios原生token)。

我也遇见同样的问题 tabview和这个下拉刷新组件 一起用的时候必定出现