Code Monkey home page Code Monkey logo

Comments (7)

crramirez avatar crramirez commented on June 20, 2024

from uwp_bridge_java.

jdevp avatar jdevp commented on June 20, 2024

Hi,

Thanks for information. Is there a way to manually create appxupload package without VS ? I read somewhere that MS Store only accepts appxupload package. Any other packages can only be used for testing purpose.

Thanks

from uwp_bridge_java.

crramirez avatar crramirez commented on June 20, 2024

from uwp_bridge_java.

jdevp avatar jdevp commented on June 20, 2024

Yes, I read the instruction and your script. What you have is to create .appx package but not .appxupload package. According to MS, .appx can be loaded for testing but for the store, they recommend .appxupload.
I did some research and found that .appxupload is basically a zip file which contains .msix and the .appxsym files. I can use MakeAppx.exe to create .msix the same way that you create .appx but I don't know how to create .appxsym file.

From this link https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps

it says "https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps"

So basically it says that you need to create .appxupload package if you want to distribute your app. The package .appx can only be used for testing.

"App Package (.appx or .msix)
A file that contains your app in a format that can be sideloaded on a device. Any single app package file created by Visual Studio is not intended to be submitted to Dev Center and should be used for sideloading and testing purposes only. If you want to submit your app to Dev Center, use the app package upload file."

from uwp_bridge_java.

jdevp avatar jdevp commented on June 20, 2024

Hi, Did you actually submit to Dev Center or just created App.appx for sideloading ? According to this link, I'll need to submit "desktop bridge form" for App.appx to be accepted.

http://answers.flyppdevportal.com/MVC/Post/Thread/2b2752c1-63a8-44b9-9caa-1c8d97e5d622?category=windowsstore

from uwp_bridge_java.

crramirez avatar crramirez commented on June 20, 2024

from uwp_bridge_java.

crramirez avatar crramirez commented on June 20, 2024

Hello,

As uploading my app again, I have a comment. .appx are accepted if your application is a win32 ported one.

Regards

from uwp_bridge_java.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.