chinamcafee
chinamcafee
集成expo-dev-client后就可以,Expo Go模式的不可以
> The linked github repo doesn't appear to be using Realm at all. Am I missing something here? Sorry, I missed a commit and I re-push it to this repo,...
I'm facing the same issue only on Android too, any solution yet?
> > 集成expo-dev-client后就可以,Expo Go模式的不可以 > > 你好,请问expo prebuild之后需要分别在android和ios的文件下改configuration吗,因为这个项目里没说是否需要改config,我不改又不work,所以想问问,谢谢。 我也挺久没用了,有点忘记,不过印象中没有对android和ios的原生工程文件做过修改,而且我没用过expo prebuild,我是把Android设备和电脑连接后,使用npx expo run:android,就可以在Android环境调用支付宝的沙箱APP进行支付测试,IOS因为没有沙箱环境,无法试验。
> 请问expo可以了嘛 使用expo prebuild或者npx expo run:android / npx expo run:ios 进入原生开发模式编译后就可以,用Expo Go App扫码的沙盒模式不可以,Expo Go用不了跟作者无关,除非Expo官方把作者这个包集成到Expo Go里才行,什么时候Expo的官方文档里专门有一列介绍本项目的时候,那就能用了
Thank you for your explanation. I will start working on understanding the code implementation in `turms-plugin-push` and try to reference `FcmSender` to create the `JPushSender` implementation. Since I am also...
Hello, I have started learning the code of turms-plugin-push, but I have some confusion.  I read the logic in the `im.turms.plugin.push.NotificationPusher#afterNotify` method. My thinking is that when a user...
Thank you very much for your response. It seems that I didn't have a deep enough understanding of the login code logic. Indeed, I did not pass the `deviceDetails` parameter...
> Hi @Wujerry, Thanks for pointing the bug out. The bug has been fixed and you can pull the latest code or docker images to have a try. @JamesChenX It...
> Hi @chinamcafee, the bug will suppress some calls to methods of `turms-plugin-push`, so you should upgrade if you need to implement `JPushSender`. > > And feel free to open...