publishing

Microsoft store certification fails due to DPI awareness

一曲冷凌霜 提交于 2020-12-11 00:55:54
问题 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

Microsoft store certification fails due to DPI awareness

痴心易碎 提交于 2020-12-11 00:46:54
问题 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

Can't find app in Play Store by name

时光总嘲笑我的痴心妄想 提交于 2020-05-26 10:27:28
问题 I've published an app in Play Store week ago and there is a problem with search. I can't find it by searching my app by name in app list with same names, only if I type developer name, I can find it. How I can fix this? Thanks for answers. 回答1: Google takes time to index their search engine, we have no control over that process and we don't know how long it takes. Also you should do something related to ASO (App Store Optimization) to improve the visibility of your app (use keywords that your

Error while running exe after publishing: “This program might not have installed correctly”

自作多情 提交于 2020-04-10 18:34:48
问题 Why after I've published my Project, I cant just run my exe (the one you find in your "Debug" folder) without getting this error message after you close your project? - Thus not using my published project, and still just using the exe I've created a test project just to test if this is the case, and this happens every time. Create a new windows project. Build it. Go to the debug folder. Copy the exe to your desktop Run the program So a blank form opens up. Now close it. And there's the error

Error while running exe after publishing: “This program might not have installed correctly”

依然范特西╮ 提交于 2020-04-10 18:34:47
问题 Why after I've published my Project, I cant just run my exe (the one you find in your "Debug" folder) without getting this error message after you close your project? - Thus not using my published project, and still just using the exe I've created a test project just to test if this is the case, and this happens every time. Create a new windows project. Build it. Go to the debug folder. Copy the exe to your desktop Run the program So a blank form opens up. Now close it. And there's the error

Upload Xamarin application on google play ( Alpha) - Unoptimized APK

a 夏天 提交于 2020-02-07 04:12:33
问题 Im trying to upload my app as an alpha release on google play and I'm getting this error: Imagem do erro First I thought that using the "Generate one package (.apk) per selected ABI" whould solve the problem since the error says that I can manage multiple APKs, but it didnt (this screenshot is from one of the APKs generated when I distribute an archive by Ad-Hoc). If its relevant information, I'm already using linking for SDK And User Assemblies, and my .APK size is 11.9MB on the console.

Where do Internal testers download Google Play Android apps?

本秂侑毒 提交于 2020-01-14 07:03:15
问题 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 回答1: The link of testing will be https://play.google.com/apps/testing/packagename and you can find that in Alpha/Beta publish tab. https://play.google.com/apps/publish --> Select app --> Release Management --> App Release --> Alpha/Beta --> Manage --> Opt-in URL (URL for testing)

CMS without front end? [closed]

為{幸葍}努か 提交于 2020-01-11 15:30:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . In many projects we are developing we need to have CMS functionalities in the back end of the site. On the other end we don't want to or can't commit to a complete front end solution. To explain this better: CMSes like Joomla or DotNetNuke are complete web site solutions, they let you store and publish data.

My app is not showing in google play [closed]

三世轮回 提交于 2020-01-11 04:20:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I uploaded my app to google-play about 18 hours ago, but it is not showing up. Developer console is saying "Published". I guess it should be viewable at url https://play.google.com/store/apps/details?id=com.khasbuu.firstaid but it gives me 404 error. What am I doing wrong? My manifest file: <manifest xmlns

Bintray does not sync one of the artifacts of the package to the jcenter

雨燕双飞 提交于 2020-01-11 03:54:07
问题 We've published a package with two artifacts in it ( android and os ) to Bintray: https://dl.bintray.com/gojuno/maven/com/gojuno/commander/ Then we've enabled sync with jcenter for this package, but only one of the artifacts is in sync ( android is synched while os is not): https://jcenter.bintray.com/com/gojuno/commander/ I contacted Bintray through Inbox on bintray.com, Contact Us on bintray.com, Email and Twitter and haven't received reply anywhere, this issue is blocking for the project.