Nice, so, your lib has everything in place, seems like a better option already, I was going through the docs.
The only thing left, is the simple option(s) that works in any hosting.
It's the same. There are multiple other apps where the same happens, steam browser is one of them.
No need to teardown, just remove this package, which are the cause.
It's a reason I stopped using OTA codepush in a project before.
Seemed most like a cache issue in the smartphone, but I was not entirely sure. It was always buggy.
This guy describes it very well...
Hi,
I wanted to ask, why provide a git version, seems redundant, where you could just have a update.json in a git repo or release and read from that?!
It doesnt seem to be providing any diffe...
Even better.
Github would be nice to have, though only by having it direct, any host works, including github.
---
Another thing to keep an eye out, not sure if you already considered this...
Hi,
I've been looking for a good self-host RN OTA library, yours seem to be going with good progress.
I wanted to request simple ways to provide the update.
Let's say you have a direct url...
Hi,
I wanted to ask, why provide a git version, seems redundant, where you could just have a update.json in a git repo or release and read from that?!
It doesnt seem to be providing any diffe...
Sure. That was clear. Like I said, I will properly understand more once I try it out.
I will close this issue. If later, I get any questions about this. I can make more questions through here.
...
It's not 100% clear. But I will understand better once I try it out.
---
I read this in the notes
```
There are noway to check whether have new updating, need pull first and notify user or...
But isnt it able to automatically identify if any previous OTA updated were made? And start from there. If none, then check for latest.
Or am I still not understanding the point of needing it?!
```
By default, CodePush will check for updates on every app start. If an update is available, it will be silently downloaded, and
installed the next time the app is restarted (either explicitly ...
Hi,
I found your lib this week, very cool implementation.
I was checking out the docs, and saw that your `downloadBundleUri` requests the version, is that the version of the app?
If yes, sh...
Here is the process to get it compiled and also why it didnt work.
No target.
```
❯ cargo build --release
Compiling oodle_loader v0.2.2 (/home/user/Downloads/repak/oodle_loader)
Compil...
Another point, is that `cargo build --release` was not enough. I had to check github action file to know that I needed `cargo-dist` to build a release.
It worked with some packs, but some it didnt.
```
[00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░...
Hi,
I noticed that your arch package are outdated https://archlinux.org/packages/extra/x86_64/lan-mouse/
Isnt there automation to make sure it's always latest?
Can you update it?
Thanks.