I have created appx for .Net Desktop application using makeappx tool.I had used this command to generate appx: makeappx pack -d "C:\Centennial\PackageLayout"-p "C:\Centennial\Output\HelloCentennial.appx" The package creation is succeeded and I am getting output as HelloCentennial.appx.The windows app certification kit test also passed. But When I want to upload it on windows store it asks for .appxupload file. I know .appxupload is a zip-file contaning the .appx package and an .appxsym file.But I don't know how to manually create it or generate it using MakeAppx tool.It would be great If anyone can help on this.
How to create .appxupload for created appx using makeappx tool?
809 Views Asked by Ankush Butole At
1
There are 1 best solutions below
Related Questions in UWP
- Error connecting UWP app to Arduino by USB
- Need xaml ellipse to contain two fill colors that can move up or down like filling a gas tank
- OAuth in PlayReady License Retrieval in UWP
- Cannot set combobox selected item opening a view
- UWP MediaPlayerElement Backwards Compatibility
- How to completely close/release a WebView after it has loaded a youtube link?
- My application has no rights on any folder
- UWP Get Rotation Value (Angle) from Storyboard Animation During or After
- How to load images to a page as soon as they are loaded from a folder in UWP
- How to store setting with UWP C#?
- Cannot create an URI file from text-to-speech audio on UWP
- Create and Delete Folder. Move the file to folder and move the file to outside of the folder
- Using custom video Effects with MediaElement
- UWP xaml: How to display a button with icon and text in it?
- Enlarge image after click C# UWP
Related Questions in WINDOWS-STORE-APPS
- Serializing TypeInfo / Type across .Net Platforms
- Is it possible to get user's Microsoft Account (with permission) via code?
- Unable to resolve property '%1' while processing properties for Uid '%0'
- Application configuration files for Windows Universal app
- Public IDictionary member of ViewModel class will not serialize via DataContractSerializer
- Trying to add images (tiles) to a map
- Cropping Image with Xamlcropcontrol for UI and WriteableBitmapEx
- GetTypeInfo Performance in Windows Store Apps
- How to add "Store app" project template to Visual basic?
- Save Task<string> type to String giving Catastrophic failure
- How to handle Windows Errors in Windows HTML/CSS/JS script?
- Windows Store Apps, download multiple files with threads
- Add-AppDevPackage.ps1 asking for Name[0] parameter
- How to achieve AlarmApplicationManager AlarmAccessStatus as AllowedWithWakeupCapability?
- How to convert a Chinese string to english for windows phone store apps[Javascript]
Related Questions in APPX
- Install XAP file locally in windows phone 8.1 device
- Cordova UAP appx on Windows 10 crashes when app is min/maximized
- Building .appx of Debug in Visual Studio 2015
- WinRT App's package family has more than one package installed.
- Cannot install UWP app: Unspecified error
- MakeAppx for ARM?
- I can not run Windows apps without Internet
- Exclude folders from generated MSIX package
- How does Windows launch packaged Apps
- Download Access Denied
- Where to set icons/logos for @electron-forge/maker-appx?
- how do i remove a certificate from .exe or .appx
- How to fix windows 10 appx (uwp) after upgrading windows 10 build in 3 steps
- Allow UWP-app to be installed in System Context
- Nuget, portable library and WinRT appx: Payload contains two or more files with the same destination path
Related Questions in APPXMANIFEST
- Error: Windows 10 Universal App Appxmanifest "Capability"
- WPF Desktop Bridge out-of-process background task cannot access Documents folder
- How to change default images in Windows Phone 8.1 app?
- What is TargetDeviceFamily MinVersion/MaxVersionTested for Windows 11?
- MSIX appxmanifest missing shortcut, creates shortcut pointing to wrong folder
- Start Winui 3 App from command line with arguments
- Determine ordering of windows shell context menu extension entries
- MSIX multiple Applications in manifest file
- Why is my Package.appxmanifest Extension giving me validation error C00CE014?
- Shell extension DLL in a packaged win32 desktop app not working on some systems
- UWP package creation Error info: Packaname different
- How do I create an msixbundle for a UWP project?
- WPF Desktop Bridge ApplicationData.GetPublisherCacheFolder UnauthorizedAccessException on Windows 2004 and 20H2
- Location of AppXPackage Data?
- How to disable Launch when ready checkbox when installing appx bundle?
Related Questions in MAKEAPPX
- Microsoft edge extension package command not working
- UWP package creation Error info: Packaname different
- What are mapping files for building against UWP / Centennial projects and how do I make them?
- What is .EAppxBundle Compared to .AppxBundle
- How to integrate Makeappx.exe command in postbuild event of VS2015 to create appx for the current solution?
- How to auto-increment the version in AppxManifest.xml when appx is created using MakeAppx tool?
- Adding a Sideloading App Package (.appx) to a Suite/Advanced UI Project
- MSBuild does not build solution file because of mismatching package name
- Change Package Identity Name,Publisher & ReSign appxbundle
- Create APPX package and DMG package on windows
- APPX creation for Microsoft Store fails to find assets
- UWP .appx file naming
- How to use makeappx to create msixbundle files that can be uploaded to the store according to the appxmanifest file?
- How to create .appxupload for created appx using makeappx tool?
- Control compression of html file when packaging UWP app as an APPX
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The .appxsym file cannot be created by MakeAppx.exe. You could use PDBCopy.exe to manually copy all PDB files related to all dll, exe or winmd libraries without private symbols. This tool takes a symbol file that contains both private symbol data and a public symbol table, and creates a copy of that file that contains only the public symbol table.
These PDB symbols can be zipped into .appxsym file. Then you can zip the .appx and .appxsym into the .appxupload file you need to upload.
There will be no crash analytic or debugging information available if you don't include the .appxsym.