publishing

Can i install different google play tracks on the same device at the same time?

拟墨画扇 提交于 2021-01-29 09:47:51
问题 We want to manage different environments for our app on the Google Play Store. The developer console provides the option to setup different tracks. (Internal, Open...) Now i was wondering if there would be a way to install all or some of these tracks on the same time on the same device. This would make things more easy for the QA which needs to test all of the tracks. I haven't found anything on the web and presume that it wont be possible because every track shares the same bundle identifier

How do you publish a C# Windows app with Font Files correctly?

北慕城南 提交于 2021-01-28 09:32:08
问题 I have been stuck on this for quite some time. I have searched and found how to publish apps using the windows installer and the oneclick but this does not solve my problem. I created a very simple C# Windows app that takes the user's input and converts it to a different language. The language is letter-by-letter so there is no difficult pronunciation or structure that has to be taken into account. The program simply takes the input in a Times New Roman font and outputs it in the special font

Visual Studio Publish Website Using SCP/SFTP

淺唱寂寞╮ 提交于 2021-01-20 16:37:58
问题 Is there a way to publish a web site from Visual Studio 2008 using SCP or SFTP? I know it is possible to publish to my local filesystem and then perform the transfer with SCP, but I'd like something more seamless (e.g. part of Visual Studio). Does this feature exist? An addin perhaps? 回答1: The built in system for publishing pages is a little bit limited. One thing that I find useful is with WinSCP, there is a featured called "Keep Remote Directory up to Date". What it will do is set a bunch

Published .Net Core App Warns to Install .Net Core but it's Already Installed

╄→尐↘猪︶ㄣ 提交于 2020-12-31 01:45:42
问题 I made a WPF and Console application for someone to use on their private server which I can't have access to. I used Visual Studio 2019's built-in "Publishing Wizard" to create Framework Dependant single-file apps. When the person opened the WPF app they were greeted with the standard warning: They clicked yes and to my understanding, they installed .Net Core 3.1 which is what the applications target. After they restarted the computer they got the exact same warning again. I wasn't sure what

Published .Net Core App Warns to Install .Net Core but it's Already Installed

喜你入骨 提交于 2020-12-31 01:40:47
问题 I made a WPF and Console application for someone to use on their private server which I can't have access to. I used Visual Studio 2019's built-in "Publishing Wizard" to create Framework Dependant single-file apps. When the person opened the WPF app they were greeted with the standard warning: They clicked yes and to my understanding, they installed .Net Core 3.1 which is what the applications target. After they restarted the computer they got the exact same warning again. I wasn't sure what

Published .Net Core App Warns to Install .Net Core but it's Already Installed

*爱你&永不变心* 提交于 2020-12-31 01:36:56
问题 I made a WPF and Console application for someone to use on their private server which I can't have access to. I used Visual Studio 2019's built-in "Publishing Wizard" to create Framework Dependant single-file apps. When the person opened the WPF app they were greeted with the standard warning: They clicked yes and to my understanding, they installed .Net Core 3.1 which is what the applications target. After they restarted the computer they got the exact same warning again. I wasn't sure what

Published .Net Core App Warns to Install .Net Core but it's Already Installed

℡╲_俬逩灬. 提交于 2020-12-31 01:36:18
问题 I made a WPF and Console application for someone to use on their private server which I can't have access to. I used Visual Studio 2019's built-in "Publishing Wizard" to create Framework Dependant single-file apps. When the person opened the WPF app they were greeted with the standard warning: They clicked yes and to my understanding, they installed .Net Core 3.1 which is what the applications target. After they restarted the computer they got the exact same warning again. I wasn't sure what

Google Play Timed Publishing

可紊 提交于 2020-12-29 05:00:53
问题 While updating an app with "Timed Publishing" on Google Play, after I upload the APK, should I select the "publish now to production" option? Will this submit the new APK to production or will Google play just process it and wait for me to click "Go Live". There is no clear step by step instructions on Google or anywhere else. It is critical that the app does not go live for my company so I am not ready to take chances by clicking that button. 回答1: When uploading a new APK and pressing "Start

How to publish asp.net website using AzureDevOps in ftp

早过忘川 提交于 2020-12-13 11:28:37
问题 I want my project (asp.net api) to be enabled CI/CD using AzureDevOps as my CI/CD Tool. I want my published files to uploaded to my hosting provider via FTP. Currently what happens is when build the product via Azure DevOps it create the application as Msdeploy file. which is not supported in my hosting provider via ftp Build Build Artifact As you see the build artifact which is in the format of the web deploy Release trying to upload the artifact which is the zip files and ms deploy files.

Microsoft store certification fails due to DPI awareness

隐身守侯 提交于 2020-12-11 00:57:15
问题 I had wanted to publish a new version of my app (WPF converted to UWP with Desktop Bridge) to the Microsoft Store, but it failed the certification with following warning: File **.exe neither has PerMonitorV2 manifested in the manifest nor calls into DPI Awareness APIs for ex: user32!SetProcessDpiAwarenessContext or user32!SetThreadDpiAwarenessContext. The app *** is not DPI Aware. I have the following questions: First of all I had published the first version of my app at the end of the last