Top "Release" questions

Refers to the act of finalizing a software building process for distribution to end-users.

Why flutter application can't connect to internet when install app-release.apk? but normal in debug mode

In debug mode, everything looks good, get answers and data lists from my API. But after creating app-release.apk and …

api flutter debugging database-connection release
Web.config Build vs Release transform not working

I have an ASP.NET Web Application project that connects to a remote database via the Entity Framework. During debugging (…

asp.net build web-config release web-config-transform
android studio: release apk is not signed

* I have rephrased the post since originally posted * When I try to run a just-built release apk, I get an …

android-studio release
How Do I Create A Certificate For My Android Market APK?

I want to upload my first APK/app to the Android Market, but I got this error (which did not …

android debugging certificate release google-play
Django: auto minifying css/js files before release

I have following case: I want to use uncompressed js/css files during development (to debug js for example) but …

html django release minify
How to build a release version of an iOS framework in Xcode?

Let's say I do the following: Open Xcode 7 File | New | Project | Cocoa Touch Framework Create "TestFramework" with the Swift language …

ios xcode frameworks release
How to disable maven release plugin check local modifications?

I use maven release plugin. In my pom exists and Ant task that automatically fix some properties files with additional …

file maven release local
how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3…

maven-2 versioning release snapshot maven-release-plugin
Maven deploys to snapshot instead of release

I'm trying to release a project using maven but instead of releasing to the Releases repository it puts it in …

java maven release snapshot
Best practices for deploying tools & scripts to production?

I've got a number of batch processes that run behind the scenes for a Linux/PHP website. They are starting …

deployment release lamp release-management