microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.93k stars 1.46k forks source link

How to set download only on wifi #1983

Closed CyberMew closed 2 years ago

CyberMew commented 3 years ago

I would like to configure it to only check and/or download (especially download) when on wifi, is this possible? I do not see any configurable settings on this. Or if there is a workaround?

fabricio0915 commented 3 years ago

You could use https://github.com/react-native-netinfo/react-native-netinfo to discover if there is an wifi connection and then check manually the updates from code push server.

CyberMew commented 3 years ago

How do i emulate the current automated behaviour using MANUAL setting?

ghost commented 2 years ago

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

ghost commented 2 years ago

This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.