Skip to content

Support for downloading only diffs between CodePush updates? #85

@yugun-ilevit-com

Description

@yugun-ilevit-com

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:

  1. Is it also possible to download only the diffs between CodePush versions with this package?
  2. If yes, could you point me to the relevant part of the code (client logic and/or server-side requirements) that enables diff downloads?
  3. If no, are there plans or recommended approaches to add/enable this feature?

Thanks in advance for clarifying!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions