benawad / vsinder

Dating App for VSCode
Apache License 2.0
2.47k stars 175 forks source link

Use codepush for OTA updates #134

Closed avishayil closed 3 years ago

avishayil commented 3 years ago

Hi Ben, On the last video, specifically here: https://youtu.be/thqX845NEgg?t=732 You're complaining about every time you need to send an update to the app you have to go and wait for Apple to review it. Just letting you know it's really easy to use react-native-code-push to send OTA updates, as long you're not compiling new binaries to your app (UI updates, functionality updates, etc). https://github.com/microsoft/react-native-code-push Happy to help, maybe using another Microsoft platform will get you an acquisition offer.

benawad commented 3 years ago

That's for the initial review before they let you into the store, I'm using something similar to code push now.