Upload UWP App to Microsoft Store has validation error - xamarin

I tried to upload my .appxupload file to Submission in Microsoft Store, but I got this message:
Package acceptance validation error: The package file format for
LoginNavigation.UWP_1.0.143.0_x86_x64_arm.appxbundle is invalid:
Retrieving the COM class factory for component with CLSID
{378E0446-5384-43B7-8877-E7DBDD883446} failed due to the following
error: 800b0101 A required certificate is not within its validity
period when verifying against the current system clock or the
timestamp in the signed file. (Exception from HRESULT: 0x800B0101)..
Update the package and try again.
I built Xamarin App with:
Microsoft Visual Studio Community 2019
Version 16.7.0
Does anybody has the same Problem ?
Thanks

Related

Auto deployment for Microsoft 365 Apps update fails with error code 0x87D20417 - SCCM

Our ADR for the latest Microsoft 365 Apps fails with error code 0x87D20417. The update in question is:
Microsoft 365 Apps Update - Monthly Enterprise Channel Version 2008 for x64 based Edition
Microsoft 365 Apps Update - Monthly Enterprise Channel Version 2008 for x64 based Edition
The ruleengine.log states the following:
Failed to download the update content with ID 16933834 from internet. Error = 13875 SMS_RULE_ENGINE Failed to download ContentID 16933834 for UpdateID 16996246. Error code = 13875 SMS_RULE_ENGINE
Failed to download the update content with ID 16933835 from internet. Error = 13875 SMS_RULE_ENGINE
Failed to download ContentID 16933835 for UpdateID 16996248. Error code = 13875 SMS_RULE_ENGINE
Failed to download any update SMS_RULE_ENGINE
Failed to download update contents. SMS_RULE_ENGINE
I've tried to search for a solution and so far I haven't been able to find out a fix for it. Some are saying it has something to do with certificates, others say with file permissions.
This rule has worked without any issues in the past.
It turned out to be a known issue with the 2020-10 update. Uninstall the October update then reboot
https://learn.microsoft.com/en-us/answers/questions/136944/failed-to-download-content-id-error-invalid-certif.html

Visual Studio 2017 and Windows App Certification Kit: test errors

I'm trying to publish my app on the Microsoft Store. When I run the Windows App Certification Kit I receive for each action an error related with Microsoft.Windows.SoftwareLogo.TestBase.
I'm using Visual Studio 2017 Version 15.9.3
Bytecode generation
Error Found: The bytecode generation test detected the following errors:
System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Windows.SoftwareLogo.Tests.Utility.IsPackageWWA(AppXPackage package) at Microsoft.Windows.SoftwareLogo.Tests.BytecodeGenerationCheck.BytecodeGenerationCheck.ExecuteSharedValidation(String manifestFilePath, String packageFullName) at Microsoft.Windows.SoftwareLogo.TestBase.TestBase.ExecuteTest()
Impact if not fixed: As a performance optimization to accelerate JavaScript execution time, JavaScript files ending in the ".js" extension generate bytecode when the app is deployed. This optimization significantly improves start-up and ongoing execution times for JavaScript.
How to fix: You may need consider one or more of these steps to fix the issue:
- Avoid deploying the app by pressing F5 in Visual Studio, create an app package instead
- Ensure that event logging is enabled
- All JavaScript files are syntactically valid; otherwise exclude the respective files from the package
- Please note that you should uninstall all previous versions of the app before deploying
Otherwise exclude the respective files from the package.
I verified in my Visual Studio Installer and the Windows SDK in installed.
Also, I checked the targeting version of the project:
Target version: 1809 (10.0; Build 17763)
Min version: November Update (10.0; Build 10586)
There is not SDK for this build...

VS2005 error - Error retrieving information from user datastore

I'm using Visual Studio 2005 to compile c++ for WinCE device. (working on Win10) Compilation is working correctly but I'm gettin an error while attempting to connect to device directly (using static IP)
Error retreiving information from user datastore. Device not found.
I've tried every solution I found (clearing Corecon directory, reseting settings on CE device and VS, reinstall of complete VS and SDK)
Could someone throw some light on this, please.

Error while building cordova app for release

Getting error
Error MSB3819 Cannot find assembly
"plugins\cordova-sqlite-storage\src\windows\SQLite3-Win-RT\SQLite3\SQLite3.UWP\release\SQLite3.UWP\SQLite3.UWP.dll",
which may contain managed resources that need to be included in this
app package. Please ensure that this assembly exists.
[platforms\windows\CordovaApp.Windows10.jsproj]
While building windows app for release using visual studio 2015
Although is it working fine for debug mode.

Publishing package error on assosiasion (Visual Studio)

I have updated my Visual Studio to Update 1. Currently when I am trying to associate the package with my Store package I am getting this error:
Unable to update the package manifest. An unexpected error occurred. (HRESULT: 0x80004003)
Publishing without association works though, but as I launch 'Windows App Certification Kit' I get this error:
Error Found: The app manifest test detected the following errors:â—¦The
revision number in the app package version and bundle version must be
set to 0, for example Version="10.1.2.0". This is restricted for
Windows Store use only.
Any Ideas?
It seems like a bug in the new Cordova tools, the version in the config.xml (Windows tab) isn't overriding the version of the manual manifest...
So there it is
There's a known problem with VS2015, Update 1 that prevents you from associating a Store app to a Cordova project. Instead, you can choose the option to Create App Packages which will set up the association and allow you to test it as a store app. See also: VS2015 Update 1 Can't Associate Store App

Resources