RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

Need to address multiple flavors working with google-services.json #760

Closed atsakiridis closed 6 years ago

atsakiridis commented 6 years ago

Impacts:

The problem right now is that the id is the same and as a result developers after release just overwrite the released apk with the debug one currently developing. This means that devs don't really stay long enough actually using the production .apk and lose touch with it. Another downside until we fix contacts in the server side is that we lose the numbers too.

To address this let's consider using a debug/dev applicationId and in CI we just set applicationId to the production one. That way production .apk is left side by side with development.

Let's also use a watermarked icon for the 'debug' one. @ognjenns I already have the icon ready, so let me know when you are ready so that I provide it to you

atsakiridis commented 6 years ago

Let's also take the opportunity to update telestax owned project

atsakiridis commented 6 years ago

Here's a list of more detailed impacts for future reference: