Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Idea: codePush.InstallMode.ON_NEXT_SUSPEND #366

@nevir

Description

@nevir

Another mode, similar to codePush.InstallMode.ON_NEXT_RESUME, except that it applies the update in the background (after some delay).

This would be a potential speed up when resuming the app (e.g. when brought back from suspension) - I'm not sure if the added complexity is worth it (for sync()), though


On the iOS side, this would require some extra work via a background task (and some API exposed for it), I think. Similar setup for (newer) Android, too, I think.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions