Top "Release" questions

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

Unable to open database in Android Pie (Android 9)

I used checkDataBase function to ensure if the database already exist to avoid re-copying the file each time you open …

database sqlite release android-9.0-pie
android bundleRelease does not sign the aab

I've written an Android app, but the final step in the release process is still eluding me. I assume that …

android google-play release signing
iPhone Push Notification Problem with Ad Hoc Provision

The iPhone i'm developing with (building the application to, not installed via ad-hoc) receives push notifications as it should. I've …

iphone release push-notification provisioning adhoc
App Store: submitting app with future release date then changing it to earlier date after it is approved

Lets say I submit my app for approval now. I set Availability Date to something like Nov. 30, 2011, because I have …

app-store release appstore-approval
Why is python 3.6.1. not available in pyenv?

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 …

python repository release pyenv
How to automate version number update process for my Eclipse plugin built with Maven

I working with a project similar to the project described here. So, it has a few modules in parent pom.…

maven eclipse-plugin release tycho version-numbering
Release a retain UIImage property loaded via imageNamed?

In my class object i've defined a (nonatomic, retain) property for UIImage. I assigned this property with an image loaded …

iphone uiimage release retain
maven scm plugin - what is the url config-value?

Question re. the Maven scm-plugin: http://maven.apache.org/scm/plugins/usage.html Example, in pom.xml: <scm> &…

version-control plugins maven release maven-scm
does addSubview increment retain count?

I've tested it and it looks like it does. So my question is, does it ALWAYS increment the retain count. …

iphone release retaincount
Gradle release plugin which stores version in build.gradle

I'm converting my application from maven to gradle, and I'm looking for maven-release-plugin alternative for gradle. All I need from …

maven gradle release gradle-release-plugin