I came across code push framework which allows developers to push OTA updates of mobile application which is built in cordova
and react-native
without rolling updates on play/apple store for minor fixes.
I believe code push have their SDK for the cordova
and react-native
and in their SDK they are trying to pull code from repository then do something to make changes in the build without compilation or so. How does it possible to fetch latest changes and reflect them in app without compiling and bulid app again.
Does apple allow this to fetch silently OTA updates of app ?