forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello @floydkim,
In the original code-push-server setup, it was possible to serve diff packages so that clients would only download the delta between two CodePush updates, rather than always fetching the full bundle. This was very helpful to reduce data transfer costs (especially when using a CDN like CloudFront) and speed up updates for users.
With @bravemobile/react-native-code-push, I’d like to ask:
- Is it also possible to download only the diffs between CodePush versions with this package?
- If yes, could you point me to the relevant part of the code (client logic and/or server-side requirements) that enables diff downloads?
- If no, are there plans or recommended approaches to add/enable this feature?
Thanks in advance for clarifying!
Metadata
Metadata
Assignees
Labels
No labels