publishing

Google play, publishing app update, issue with 'Native platforms'

那年仲夏 提交于 2019-12-07 06:58:06
问题 I've a hybrid app to which I've published updates in past. In current update, I've added native facebook login, which required adding facebook jar package under 'libs' folder. Now, when I add my APK in PlayStore, everything is fine except that Native platforms is being shown striked out (as shown in image). When I compare it with previous version, it shows the same but not striked out. I'm afraid publishing the update would not result in it being available on any devices. Any insights? See

SharePoint: Temporary switching PageLayout of PublishingPage in HttpModule fails

て烟熏妆下的殇ゞ 提交于 2019-12-06 15:26:25
问题 Im working on an edit/display mode switch of MasterPage and PageLayout. I asked a question on this before (How to dynamically switch PageLayout and MasterPage of SharePoint Publishing page?). The nicest approach seems to be a HttpModule where to switch MasterPage and PageLayout to edit specific variants. MasterPage switching is no problem, but the PageLayout switching results in an error. 回答1: I found the definitive answer! Its all working now! Problem was that after publish the wrong item is

Is it possible to stop Sitecore from performing a publish operation?

一个人想着一个人 提交于 2019-12-06 12:57:09
If I click "publish" on my entire content tree in the Sitecore Desktop, I will get the dialogue telling me how many items have been processed. Sometimes I know that this operation is going to take an extremely long time (e.g. an hour). There's no way to stop this process. Of course I can close the dialogue and continue using Sitecore, but the publish is still ongoing in the background. I cannot publish anything else until it has completed. Recycling the app pool will kill the publish, but it is very disruptive to users working within Sitecore. Is it possible to programatically, or otherwise,

PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)

≯℡__Kan透↙ 提交于 2019-12-06 07:59:50
问题 I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback. Any ideas if this is possible? Are there any available Java Add-on Packages that replicate this sort of functionality? 回答1: EDIT: I've been informed that PostgreSQL does support stored procedures in Java. That means the following approach becomes feasible: Essentially, the way I would go is to put a trigger on whatever it

How to overwrite artifactId for Android Gradle library project?

喜夏-厌秋 提交于 2019-12-06 06:48:31
问题 I created an Android library project using Android Studio with the following directory structure: ├── build.gradle ├── gradle ├── gradle.properties ├── gradlew ├── gradlew.bat ├── local.properties ├── settings.gradle ├── FooBar.iml └── FooBar Library When I want to publish the library to my local Maven repository I encounter the following error: Execution failed for task ':Foobar Library:publishMavenPublicationToMavenLocal'. > Failed to publish publication 'maven' to repository 'MavenLocal' >

Compiling views when publishing asp.net mvc project

人走茶凉 提交于 2019-12-06 04:30:58
问题 Is is possible to compile asp.net mvc views into one assemply when publishing web project? 回答1: There is ASP.NET Merge tool (Aspnet_merge.exe) and Web Deployment Projects ( UPDATED: Aspnet_merge.exe came with Windows SDK components when you installing Visual Studio 2008 - look at "%Program Files%\Microsoft SDKs\Windows\v6.0A\bin" folder ) . These links may be interesting to you: How Do I: Use MSBuild to Automate the ASP.NET Compiler and Merge Utilities Managing ASP.NET Precompiled Output for

Unable to Publish from Github Desktop Application to github.com

情到浓时终转凉″ 提交于 2019-12-06 04:13:01
While trying to publish from Github desktop app to github.com am getting the following error. GitHub Desktop was unable to store the account token in the keychain. Please check you have unlocked access to the 'login' keychain. relogin didnt help. Updating Github desktop didn't help. Deleted all the entries regarding github in Keychain tool This seems to be caused by the Keychain being in an invalid state, affecting applications that try to use the keychain to store or retrieve credentials. Seems to be specific to macOS High Sierra and Mojave. Workaround: Open Keychain Access.app Right-click on

Switching from http to https in iOS App brings up Export Compliance issues when publishing

两盒软妹~` 提交于 2019-12-06 04:02:36
问题 We recently decided to update a couple of our apps this summer to switch them from http to https in order to follow the new Apple guidelines which go into affect January 2017. The only thing transferred to and from the app is product information, no user info or anything even remotely sensitive. But we want to comply early so that we don't have to worry about it later. The question: Apple seems to be forcing us to deal with US Export Compliance law which requires us to get an approval for an

Auto Branching in svn using teamcity

我是研究僧i 提交于 2019-12-05 20:37:32
I wonder whether it is possible to do auto branching using Teamcity. As currently I am automatically publishing web applications using web deploy and the only thing left is branching as we usually take a branch in svn and then publish the next version. Can any one please advise if it is possible and how to do it. Open TeamCity Version Control Settings for your release build. Set "VCS labeling mode" to "Successful only" and specify an appropriate labeling pattern. E.g. release-build-%system.build.number% . At the top of this page, enter the checkout rule +:/trunk => . then click edit to open

Android app on Google Play Store is not compatible with LG G3 (Density 538, Size 2560x1440)?

邮差的信 提交于 2019-12-05 19:21:19
Android App is not compatible with LG G3 device which has high resolution and density. I have already test following config in manifest, neither support-screens nor compatible-screens nor both does not work. <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" /> <compatible-screens> <!-- all small size screens --> <screen android:screenDensity="ldpi" android:screenSize="small" /> <screen android:screenDensity="mdpi" android:screenSize="small" /> <screen android:screenDensity="hdpi" android