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
15
votes
3 answers

Not able to publish updated version of app in Google Play Store

I already had a version (versioncode=2) in Google Store. Yesterday after doing some changes, when I tried publishing the app, i am getting below error message and not able to publish the updates. Any idea how can I fix it? This configuration cannot…
ravi tiwari
  • 521
  • 1
  • 8
  • 24
15
votes
10 answers

The requested content appears to be script and will not be served by the static file handler.IIS 7.5

I know there are related posts here on this forum and another resources but I got stuck with this and couldnt proceed.Problem is i've done a website with vs2010 when i publish it to ftp server and navigate to url adress I got this error. Here the…
regeme
  • 872
  • 6
  • 17
  • 30
15
votes
1 answer

Posting to friends' wall with Graph API via 'feed' connection failing since Feb 6th 2013

My app started failing to post items on friends' feeds. I am getting this error: Facebook request error: The operation couldn’t be completed. (facebookErrDomain error 10000.), details: Error Domain=facebookErrDomain Code=10000 "The operation…
bashan
  • 3,572
  • 6
  • 41
  • 58
15
votes
2 answers

Automatically minify JavaScript files at the time of Publishing website in Visual Studio 2010 or 2012?

Is there any way in VS 2010 or 2012 to minify JavaScript files at the time of Publishing? I want automatically minified js files. Any good example for compression? Please note that I am not using MVC.
Rahul
  • 591
  • 1
  • 7
  • 21
14
votes
4 answers

When publishing an ASP.NET application, should I change the build type to Release in the Visual Studio Configuration Manager?

For my production sites I usually change the "debug" flag in the Web.Config to "false". But I always publish my sites with the Configuration Manager set to "Debug". Should I change this setting too?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
14
votes
1 answer

Is Visual Studio's .Publish.xml safe to be stored in source control?

I recently realized that my project's .Publish.xml file is being committed to source control. While it seems like the FTP password in the file is encrypted, how safe is it to be storing? Can it be reverse engineered by 3rd parties?
KallDrexx
  • 27,229
  • 33
  • 143
  • 254
14
votes
6 answers

Where does Eclipse hide the keystore?

I'm surprisingly frustrated by this, and I suspect the answer is simple. I have compiled and signed my android app using the Export Wizard, as described here in the section 'Compile and sign with Eclipse ADT'. I would like to backup the keystore and…
Aurora
  • 4,384
  • 3
  • 34
  • 44
14
votes
1 answer

How to rollback a apk version in googleplay?

I need to roll back my app to the last version. Is it possible? I cant not creat a apk from the previous version, cause I dont have the source anymore.
Learning Xamarin
  • 547
  • 3
  • 11
  • 25
14
votes
7 answers

How to set Visual Studio to Publish pdf files automatically

Is there a way to set visual studio to publish all pdf files? I know that you can set each individual pdf file in a project with the Build Action "Content" property. But that means doing the same thing 100's of times for my current project, is…
TheAlbear
  • 5,507
  • 8
  • 51
  • 84
13
votes
4 answers

Global resources can't be resolved after publishing Website in VS2008

I have a web-project running in VS 2008. We have some global resource files (*.resx) in the App_GlobalResources folder for internationalisation. All this works like a charm on my local IIS installation out of VS. But when I publish my web-project to…
13
votes
4 answers

Is there a way to be notified when a release is approved in the Google Play Store?

I did not find a way to be notified when a release in the Google Play console is approved by Google team (and then I manually publish it the store) like "google has reviewed the app and it is now ready to publish". It's annoying to visit the console…
Cyril
  • 580
  • 2
  • 11
  • 23
13
votes
2 answers

Is it possible to test ios smart app banner on an unpublished ios app?

I have to test the smart app banners in an application, which is still in development, especially passing some 'app-argument' to this app. The application exists on iTunes Connect, and his status is of course still "Prepare for Upload". The banner…
barrast
  • 1,791
  • 1
  • 16
  • 27
12
votes
6 answers

Processing PDFs to reduce file size / and or complexity

I have PDF files I need to prepare for viewing on mobile devices. The worse case would be ~50 pages, with lots full color images and vector art, file size approx. 40MB. This is acceptable for PC viewing on broadband, but not great for mobile viewing…
Tyler Eaves
  • 12,879
  • 1
  • 32
  • 39
12
votes
1 answer

How to restrict App for specific Android versions in Google Play Console

I have an older app that gives errors on devices with the new Android 7.0. The app is published already and I cannot update the app actually. How can I restrict the app for specific Android versions in the Google Play Console ?
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
12
votes
1 answer

VS2015 pubxml: how to exclude or eliminate the section

I need to exclude database related settings from the Web Deploy publishing. I tried to delete the section in the pubxml file, but it comes back when I create a deployment package. Is there any way way to exclude database related settings from the…
Allan Xu
  • 7,998
  • 11
  • 51
  • 122