NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

Handling Testflight and Android Beta deployments #51

Open codytooker opened 4 years ago

codytooker commented 4 years ago

Is there a recommended way to handle the different app-sync environments based on if the app was installed from the app store or through testflight? Same for android, either the play store or the Android Beta program?

The problem is that the normal flow is to promote builds from beta to production. This means we don't create a new binary and don't have the ability to inject the app-sync environment keys.

prestopasto commented 4 years ago

I was wondering this too. My only thought so far was to hide something in my app settings to switch to the Staging pipeline. Maybe something along the lines on Android's clicking the build number to enable the developer options menu.