Refers to the act of finalizing a software building process for distribution to end-users. Do not use this tag if your question is about indicating that a chunk of memory can be reclaimed. Instead, use [memory-management].
Questions tagged [release]
3345 questions
1
vote
2 answers
-dealloc method not called when owning array dealloc'd... should it?
Here are two pieces of Objective-C code in a Foundation app. This piece of code is in a function:
[arrayOfObjects addObject:[[TheShape alloc] init]];
NSLog(@"%@", arrayOfObjects); // log verifies "

BillEccles
- 465
- 1
- 4
- 13
1
vote
0 answers
Release version of my Android app can not connect to my REST API server
Currently I am developing an Android app using Android Studio IDE. App allows to send some GETs/POSTs to my REST API server e.g. to obtain database update.
Everything works like a charm on debug version of app. I am not using emulator but I tested…

Adam
- 53
- 1
- 7
1
vote
1 answer
signed apk with diff key, error in uploading to playstore
I uploaded an apk on google play store last week. Now I deleted my releasekey.jks file and created a new one for the updated apk. Google won't let me push through with a different key but they sent me the previous key i used to sign the apk. Is…

user3807691
- 1,284
- 1
- 11
- 29
1
vote
1 answer
Activity with tabs work in debug but not working on release
I'm using an activity with 3 tabs, this working perfectly in debug, but when I'm publishing the app and generate signed APK my application is crashing.
My layout

RaZoDiuM
- 203
- 1
- 10
1
vote
0 answers
.net 4.6 framework downgrade to 4.5 framework rosyln error
My Local iis is working , but publish project and this bug appears

EMRE KARA
- 11
- 1
- 2
1
vote
1 answer
How to set environment variables in Phoenix with Distillery library?
Follow this guide to use Distillery to release a elixir/phoenix project:
https://blog.polyscribe.io/a-complete-guide-to-deploying-elixir-phoenix-applications-on-kubernetes-part-1-setting-up-d88b35b64dcd
At the set config/prod.exs step, the author…

online
- 4,919
- 10
- 32
- 47
1
vote
1 answer
Codename one issue devilering binary for iOS
I've just attempted to upload a release build of a Codename One app to iTunes connect using Application loaded and hit this new error;
note: the blacked out parts are just the application name
The app does use the barcode scanning library so…

peopletookallthegoodnames
- 2,135
- 2
- 18
- 26
1
vote
2 answers
Android generating release apk, getting failed for task ':app:transformClassesAndResourcesWithProguardForProductionRelease'
I'm trying to build my release apk and Android Stdio gives me error. I cleaned and built the project multiple times but the error is still there. Multidex is disabled in build.gradle file and I also use Proguard to shrink the code.
When I…

Burak iren
- 338
- 3
- 14
1
vote
1 answer
Unable to Build in Release mode in Visual Studio
I am getting below error while try to build in release mode. However it build successfully in debug mode. I use TFS and Visual Studio 2015.
ERROR 1
Severity Code Description Project File Line Suppression State
Error Could not copy…

Peter Jones
- 75
- 7
1
vote
1 answer
How to write logs that one can read in mac
I have an iphone release build and i want to write some logs that can be read from mac system .. possibly through iphone logs via terminal or xcode .
Logs that we write gets hidden in reelase mode
Has anybody doen this before ?

Ranjith kumar
- 239
- 1
- 4
- 11
1
vote
1 answer
TFS 2017 - Customize web interface based on security group
I'm struggling with understanding if it is possible to hide certain tabs from TFS web interface based on specific user group. What I'm looking for is to hide Build/Release , Code tabs and if it is possible the configuration option (the gear button).…

John Doe
- 17
- 3
1
vote
1 answer
Wear App Doesnt install on watch when running a release build
I am working on a watch app which also has a handheld app. Requirement is that watch app should install automatically onto watch once app is installed on the phone. But unfortunately, I am not able to get that done.
I know I need to do a release…

Android
- 1,085
- 4
- 13
- 28
1
vote
2 answers
C#: Is it wasteful to place Debug.Writeline text in a resource file?
I have the following: Debug.Writeline(Properties.Resources.DEBUG_MSG_1);
This works fine, and I can't imagine it hurting me in any way, shape, or form when compiling in Debug mode. However, I worry that although this is a nice and convenient way to…

michael
- 14,844
- 28
- 89
- 177
1
vote
1 answer
Proguard failed after support library updated to 26.0.1
I have updated my support lib to 26.0.1, but release build is failed.
logs
Note: there were 3 references to unknown classes.
You should check your configuration for typos.
…
user8561650
1
vote
1 answer
Modify Azure AppService ipsecurity during release from VSTS
I am trying to add new ip addresses to the whitelist of Azure AppService. I am unable to use XML Transformation or simply replace tokens as the needed list of new entries will be obtained in the beginning of the release and not before. I am also…

Quass1m
- 315
- 2
- 4
- 11