Visual Studio App Center is a new tool released by Microsoft a few months ago. A tool that can help mobile app developers greatly for its features such as Crashes and Analytics. Setting it up is pretty straightforward but the code sample shown in the app dashboard is writing the app secret directly into the MainActivity.cs file(in android apps) but it is said that it's recommended to inject the secret maybe at build especially if working with an open source app. Any tips or guides to help me achieve this?
↧