TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ReactNativeAutoUpdater – support dynamic updates for React Native apps

68 pointsby yurisagalovover 9 years ago

6 comments

potomushtoover 9 years ago
There are also two alternatives: <a href="https:&#x2F;&#x2F;apphub.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;apphub.io&#x2F;</a> and <a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;code-push&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;code-push&#x2F;</a>. Works for me in the real app very well, even in a synchronous mode in some cases.
评论 #10889815 未加载
评论 #10890079 未加载
arasmussenover 9 years ago
The most interesting part is that Apple seems to be cool with this:<p>&gt; Does Apple permit this?<p>&gt; Yes! Section 3.3.2 of the iOS Developer Program allows it &quot;provided that such scripts and code do not change the primary purpose of the Application by providing features or functionality that are inconsistent with the intended and advertised purpose of the Application.&quot;<p>I really, really hope this doesn&#x27;t go away.
评论 #10890308 未加载
joneilover 9 years ago
As somebody building my first react-native app at the moment, and planning to submit to the app store this week - thank you!<p>2 questions:<p>1. If you don&#x27;t ask the user to update immediately after it is downloaded, when will the update apply? The next time the app is opened?<p>2. Is it possible to handle events around the update process from from Javascript? (For example an `onBeforeUpdate` or `onAfterUpdate` event.)
marvel_boyover 9 years ago
This is great, I guess that Apple is now deciding what to do with your app.
评论 #10889683 未加载
urvaderover 9 years ago
Just use a webserver with correct 304 handling (like s3) and publish your bundle there. It works both for React Native and Cordova.
morenoh149over 9 years ago
Android support ? :(
评论 #10891699 未加载
评论 #10890857 未加载