Questions tagged [publishing]

Releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.

1242 questions
331
votes
12 answers

"To Do" list before publishing Android app to market

I'm just about ready to publish my first app to the Android market, and I'd like to know if any of you have any tips about any experiences you may have encountered in regard to publishing an app that goes beyond the obvious and already…
dell116
  • 5,835
  • 9
  • 52
  • 70
119
votes
4 answers

Need some clarification about beta/alpha testing on the developer console

Background The Android developer console has 3 tabs for publishing the app's apk file: alpha, beta and production, as shown here: as I recall from one of Google IO lectures, one cool way to check how good is your app before making a 100% scale…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
101
votes
9 answers

Where do Internal testers download Google Play Android apps?

I thought I need just this link https://play.google.com/store/apps/details?id=com.here.myapp.name to download an app from Play Store, but when I click on it from tester account (which in tester list) I can only see
Virtual Device
  • 1,650
  • 3
  • 10
  • 26
95
votes
6 answers

How to get Visual Studio 'Publish' functionality to include files from post build event?

I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have run into a roadblock with regards to customizing the package depending on my build configuration. I develop in a…
brodie
  • 5,354
  • 4
  • 33
  • 28
90
votes
12 answers

HTTP Error 500.19 when publish .net core project into iis with 0x80070005

I want to publish a sample .net core web application on my pc's IIS manager but I failed. I am using Microsoft guidance but it doesn't work for me, if you have reasonable experience to fix this problem I would be grateful to see your suggestions.
Ali Jahanbin
  • 923
  • 2
  • 7
  • 6
74
votes
4 answers

Beta version in Android play store. Where's the opt-in link for testers?

How to publish beta test-version in Android play store ? I'm trying to allow beta test my phonegap build app in the android play store. I already uploaded a signed apk in the beta tab and added a google+ group with some users inside ... but I'm…
Hexodus
  • 12,361
  • 6
  • 53
  • 72
55
votes
8 answers

Android app is published, but not visible anywhere in Google Play

I have tested this app on the Android emulators, phones, tablets, and Google TV. Its works. When I published it Google Play, the app is not visible. Below is the manifest. I sincerely appreciate any insight as to the problem. Thank- you.
pgulotta
  • 559
  • 1
  • 4
  • 4
54
votes
5 answers

.net core build produces localization folders

I have a web asp.net solution that is using .net core 2.0. I am building it using the command: dotnet publish MySolution.sln --configuration release --output d:\test_output But when I check the output folder, I'm seeing a lot of localization…
Buda Gavril
  • 21,409
  • 40
  • 127
  • 196
45
votes
2 answers

Idea, sbt, unable to reparse warning

I've pushed my artifact to oss nexus repo, added it as dependency to another project. Idea keeps me warning: [warn] Unable to reparse com.github.kondaurovdev#jsonapi_2.11;0.1-SNAPSHOT from sonatype-snapshots, using Fri May 13 17:12:52 MSK 2016…
Alexander Kondaurov
  • 3,677
  • 5
  • 42
  • 64
44
votes
3 answers

How to include data files with the app's APK?

I want to create some pre-created files when my Android application is installed. I would like to create the file in both the internal memory (data/data//files/) and in a newly created sdcard directories (/sdcard//data1/). How can I do this?
Xarph
  • 1,429
  • 3
  • 17
  • 26
43
votes
4 answers

MSBuild DeployOnBuild=true not publishing

I have a Visual Studio 2010 MVC2 web application that I'm building via the command line using Hudson. I'd like to make Hudson publish a web output, so I added the DeployOnBuild=true and CreatePackageOnPublish=True tags to my command line. My…
awright
  • 1,224
  • 1
  • 13
  • 23
39
votes
11 answers

Application (Not a Markup Language) for Producing a User Manual

Can anyone recommend a program to create user manuals with? Not a markup language (like LaTeX or DocBook) but more something interactive like Scribus. As I'm not the only one that will update the manual the software should be something that's easy…
finnsson
  • 4,037
  • 2
  • 35
  • 44
38
votes
6 answers

How to zip Align APK file in android?

I am uploading my first APK file to google play but I am getting following error. You uploaded an APK that is not zip aligned. You will need to run a zip align tool on your APK and upload it again. Can any one tell me how to zip align my apk file…
Luckyy Nickey
  • 493
  • 2
  • 5
  • 10
37
votes
3 answers

Event on key expire

I wonder if there is a feature in redis that allow me to get all expired keys (I mean some kind of event, that gives me an opportunity to take back all expire records). The purpose of it is in saving old values into another database. I've heard that…
martoskin
  • 387
  • 1
  • 3
  • 6
36
votes
4 answers

Failing to publish a Windows Forms project

I am trying to click on the project and publish it. But what I get is this: Error 94 An error occurred while signing: Failed to sign bin\Debug\app.publish\setup.exe. SignTool Error: The signer's certificate is not valid for signing. SignTool…
Dmitry Makovetskiyd
  • 6,942
  • 32
  • 100
  • 160
1
2 3
82 83