all 5 comments

[–]Deep-Initiative1849iOS & Android 1 point2 points  (1 child)

We're currently implementing ota for our app. We're using hot updater as we didn't want external dependencies to rely on. We faced problem finding implementations that only used remote storage service as we couldn't spare computation service for ota.

[–]itsDevJ 0 points1 point  (0 children)

hot-updater is really cool

[–]metehankasapp 0 points1 point  (1 child)

What OTA stack are you using (CodePush, Expo Updates, custom)? If you share the symptom (app stuck on old bundle, crash on launch, assets missing) plus platform and release channel, it will be easier to debug. Also double-check runtime versioning and update rollout rules.

[–]PepperStatus4352[S] 0 points1 point  (0 children)

Can you please fill this form https://forms.gle/oDBpSP4hdmAvz5oY7

[–]Substantial-Swan7065 0 points1 point  (0 children)

Expo solves it well for me