release Questions

6

Solved

I made an app using react native. The app connects to the api that I made. I followed these steps : https://facebook.github.io/react-native/docs/signed-apk-android, and now the app doesn't work if ...
Cultivable asked 31/7, 2019 at 11:13

7

I have bound my flutter-iOS app to firebase and i'm also using firebase-messaging and cloud functions for sending notifications via subscribing to topics, i'm using the APNs push notifications key ...
Inkhorn asked 7/9, 2020 at 18:9

2

Solved

I am building iOS project on command line using xcodebuild. Building with Release configuration is ok which created and App.xcarchive. Then I am trying to export archive for App Store IPA using, x...
Caveat asked 21/2, 2017 at 3:56

5

Solved

when I use cmake in Release mode I have the following binary: 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, Bu...
Kandis asked 30/7, 2016 at 15:9

6

I notice that the app works fine in debug mode but when I try the apk on my phone the app shows a grey screen after the loading screen. when i used https and i adding all permission. Httpclient no...
Chuipek asked 5/5, 2020 at 14:45

2

If I do the following command on my executable called "version", compiled on Fedora Core 11, I get this output file version version: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dyna...
Deuteron asked 25/1, 2010 at 16:37

9

Solved

After upgrading my Android Studio, I got this error whenever I wanted to generate a signed Apk (without any detail of where the problem is). There was no problem when I just built Apk. The Host nam...
Tobitobiah asked 1/6, 2020 at 8:32

10

Solved

I want to add the Download Latest Version button to my project website which would represent the link to the latest release stored at GitHub Releases. I've tried to create a release tag named lates...
Zug asked 29/1, 2014 at 18:13

24

Solved

Using GitHub's Release feature, it is possible to provide a link to download a specific version of the published software. However, every time a release is made, the gh-page also needs to be update...
Convertible asked 28/7, 2014 at 1:59

11

Solved

The error complains that I have not set the signingConfig.release.keyPassword, however I am setting it. I already tried hardcoding the password instead retrieving it from the key.properties file h...
Imparadise asked 11/9, 2019 at 6:40

4

I had done my first ever app by using Visual Studio 2019 - cross platform Xamarin C#. The app is running well. Now, I want to compile it to apk file so that I can install it to the mobile phone man...
Toothpick asked 6/5, 2019 at 13:58

3

Solved

When I am debugging the app, everything works fine, but after I perform these commands: flutter clean flutter build apk flutter install The installed app is not working properly (Not loading dat...
Vicissitude asked 8/5, 2019 at 17:52

15

Solved

I want to create a release for my Github project, but when I try to upload my binary (which is a .zip file) to the release, I get the following error message: Something went really wrong, and we c...
Gastro asked 4/12, 2016 at 21:7

12

Solved

I've encountered the following paragraph: “Debug vs. Release setting in the IDE when you compile your code in Visual Studio makes almost no difference to performance… the generated code is almos...
Psychoneurotic asked 15/3, 2010 at 9:18

4

Solved

I have very difficult and totally ungoogleable problem with cordova. A program, working perfectly being compiled in --debug mode, ceases working after compilation in --release mode. I made sure th...
Swinson asked 15/8, 2015 at 5:9

3

Solved

According to python.org, Python 3.6.1 was released at the end of March. But: » pyenv install -l | grep 3\.6\. 3.6.0a1 3.6.0a3 3.6-dev Why is Python 3.6.1 not yet available in pyenv? Where ca...
Pyrophoric asked 16/5, 2017 at 6:13

12

I've been developing my first app for work and am having trouble removing an earlier version from the Google Play Console. My first release was version 2, which I released on the Internal Test tra...
Seam asked 31/5, 2018 at 14:15

4

Solved

I have a GitHub Actions workflow implemented on the main branch of my repository which creates a new release of my package in GitHub. Then I have another workflow implemented which should be trigge...
Golightly asked 5/9, 2021 at 12:37

2

Solved

I released my app on Google Play Alpha. I added testers through lists of email addresses by selecting "Closed Alpha Testing" under "Choose a testing method". So to be clear, this is not a duplicate...
Memoirs asked 28/11, 2019 at 14:15

33

Solved

I would like to have my Gradle build to create a release signed apk file using Gradle. I'm not sure if the code is correct or if I'm missing a parameter when doing gradle build? This is some of the...
Misfit asked 20/8, 2013 at 6:53

8

Solved

I have uploaded new binary as a new version of my application and at the time of uploading binary, I select the option that "I Will Release this version". Suppose my application is approv...
Roby asked 26/9, 2011 at 19:50

2

I have a private repo and want to keep it private but would like to have a release that is publicly accessible. The doc's doesn't give more hint's on it and it seems like that I would need to make ...
Hemo asked 29/1, 2019 at 20:54

2

Solved

I was using react-native-config to support multiple flavours for multiple release builds. I've created multiple .env files also and all the debug builds are able to access it and getting the config...

2

Upon creating a release in GitHub I trigger a GitHub action. In this action, I would like to get some data from the release, is this possible? For example, I would like to get the tag and then use ...
Sarson asked 17/9, 2020 at 6:53

27

Background I have an ASP.NET MVC application project, along with various other projects within a Visual Studio solution. The different projects use various versions of the NPoco library as follows:...

© 2022 - 2024 — McMap. All rights reserved.