Questions tagged [release]

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].

3345 questions
1
vote
1 answer

FastScroller when giving APK

I have a problem when I want to create an APK for release. I searched a lot but I did not find my answer. So if you can help I really appreciate. please help me... Information:Gradle tasks…
john
  • 11
  • 3
1
vote
1 answer

VSTS validate and warn user if task requires SYSTEM_ACCESSTOKEN

Is there any way I can warn my user when they are configuring their task that this particular task requires use of the SYSTEM_ACCESSTOKEN variable? I have added a check in my task: if($env:SYSTEM_ENABLEACCESSTOKEN -eq $false){throw "OAuth Token…
1
vote
3 answers

Not able to make release APK React Native Android app

i want to make release for android application in react native so when i generate build i got below error message like Error:Execution failed for task ':app:bundleReleaseJsAndAssets'. A problem occurred starting process 'command 'node'' see…
Harshal Kalavadiya
  • 2,412
  • 4
  • 38
  • 71
1
vote
0 answers

BottomNavigationView Click event fires on debug version but not in release version

BottomNavigationView works perfectly on both the simulator and my phone, but when I make a release version and install it on my phone (while clicking on them changes the active button and apparently it works), but the click listener is not…
Ashkan Mobayen Khiabani
  • 33,575
  • 33
  • 102
  • 171
1
vote
1 answer

OpenCV / Array should be CvMat or IplImage / Releasing a capture object

Edit : Array should be CvMat or IplImage is not an error message specific to this issue, that's the only most relevant error message i got. I'm trying to make an *.exe out of an application using opencv. I'm using Python 2.6 and openCV 2.1. I can…
Magoo
  • 76
  • 2
  • 8
1
vote
3 answers

Releasing UIViewController when not in use

Hi I hope somebody can help me with this problem. I have a UIViewController named "Login" (for example) and when the user has successfully logged in this will call another controller to replace the "Login" controller like below: [self…
Ufb007
  • 243
  • 2
  • 8
1
vote
1 answer

AppStore update app

I've faced the issue. Yesterday I received approve from AppStore team and submitted the app to store and now I have status 'Ready for Sale' for more than 20 hours, but I don't see this app version in AppStore. Is it okay or something went…
1
vote
1 answer

How to find a TFS release in progress?

I need to fail a build on TFS 2018 if its pipeline is not fully complete. Batching just the build is not enough; the linked release must be finished as well before another build can begin. My idea is to do this in a PowerShell script via the REST…
InteXX
  • 6,135
  • 6
  • 43
  • 80
1
vote
0 answers

Google Action SDK with Dialogflow - Configuration and release issue

Summary : I have 1 project in Google configured with the Google Action to be "Action SDK" instead of "Dialogflow". (in order to reach my api instead of dialogflow with Google Assistant) => When I release my project in Alpha, the Google Action…
1
vote
0 answers

Release XCode 8 build in July 2018

Apple says: Xcode for future app deliveries." WARNING ITMS-90725: "SDK Version Issue. In July 2018, iOS app updates submitted to the App Store will need to be built with the iOS '11.0' SDK or later, included in Xcode [9.0] or later. Make sure…
Manny
  • 6,277
  • 3
  • 31
  • 45
1
vote
2 answers

An unhandled exception has occurred: Malformed URL in Release mode in .net core 2.0 app

I have a .net core 2.0 app which uses IdentityServer 4. it works perfectly in development mode. then I published it for production mode and tested. when I click a (that action has a method to generated accesstoken) link I got an error like…
1
vote
0 answers

Git - Merge workflow for multiple release branches

Say I have these following release branches: r1, r2, r3 and the master branch, with r1 being the oldest. After implementing a bugfix in r1, I normally would do the following sequence of merges: r1 -> r2 -> r3 -> master If this certain bugfix is only…
SmilingMan
  • 33
  • 1
  • 5
1
vote
1 answer

React-Native build release apk Failed to execute aapt

App works in debug mode just fine by running react-native run-android But, when I try to build in relase mode by running cd android && ./gradlew assembleRelease it gives me this…
Apak
  • 137
  • 11
1
vote
1 answer

Motorola E (2nd gen) reboots when installing release apk but not when installing debug apk

I am developing a new Android app and have run into a weird issue. When I install the 'release' version of the app on a Motorola E (2nd gen) the complete phone hangs and reboots after a couple of minutes. It does not matter if I install from the…
Zompy
  • 21
  • 2
1
vote
2 answers

cocos2d scene retaining issue

There is a scene in my application which has only two labels and a menu item. When I load this scene using replaceScene method it stays for 3-4 seconds and then gets disappeared or released. I want to keep it until cancel button is pressed. How can…
WaJiyaz
  • 512
  • 1
  • 8
  • 25