nativescript-app-sync icon indicating copy to clipboard operation
nativescript-app-sync copied to clipboard

Handling Testflight and Android Beta deployments

Open codytooker opened this issue 5 years ago • 1 comments

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.

codytooker avatar Jan 08 '20 17:01 codytooker

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.

prestopasto avatar Feb 20 '20 22:02 prestopasto