shaktiman_droid
02/21/2020, 2:49 AMsimulator
vs physical
based on some checks on Build
class values
But there is no way for SDK to know about beta testing
vs production
unless the developer of the app using the SDK provides that information via a public API
Could someone confirm this ? OR if there is a way to do this then provide some insights.
Reason is to route API calls and data to a particular endpoint so various data doesn’t end up skewing production data.
I can do that via different API Keys for all for cases, but that’s off the limits right now.
Faraz
02/21/2020, 5:23 AMshaktiman_droid
02/21/2020, 1:44 PMrelease
variant when shipped. there can’t be a debug version of library shared with dev/clientRaul Tunduc
02/21/2020, 3:23 PMflavors
https://developer.android.com/studio/build/build-variants#product-flavors
They are different from build variants
shaktiman_droid
02/22/2020, 1:57 AM