Windows 10: Microsoft Store App ingestion inconsistencies: API, CSV, or web form

Discus and support Microsoft Store App ingestion inconsistencies: API, CSV, or web form in Microsoft Windows 10 Store to solve the problem; Hi, we have found inconsistencies in allowed field sizes when we upload apps through the app ingestion API versus CSV language ingestion versus web... Discussion in 'Microsoft Windows 10 Store' started by Richard Freytag1, Oct 25, 2024.

  1. Microsoft Store App ingestion inconsistencies: API, CSV, or web form


    Hi, we have found inconsistencies in allowed field sizes when we upload apps through the app ingestion API versus CSV language ingestion versus web form.A specific example, the web form 'short description' field allows 1000 characters. But when uploading through the API we get the error ...System.Exception: {"code":"InvalidParameterValue","data":[],"details":[],"message":"The length of ShortDescription must be 500 or less","source":"Ingestion Api","target":"shortDescription"} at ConsoleAppDemo.IngestionClient.Invoke[T]HttpMethod httpMethod, String relativeUrl, Object request

    :)
     
    Richard Freytag1, Oct 25, 2024
    #1

  2. microsoft app store

    How to run apps that are downloaded from Microsoft app store on multiple PCs without downloading multiple times.
     
    Subhash Boipai, Oct 25, 2024
    #2
  3. Brink Win User
    Welcoming Progressive Web Apps to Microsoft Edge and Windows 10


    On the other hand, in the browser context, all the benefits of being a PWA should still accrue to the web site, empowering the user to choose how and where they want to engage with the experience.

    Progressive Web Apps in the Microsoft Store

    The first and most obvious distinction here is that we believe PWAs should be discoverable everywhere apps are discoverable – this means they should appear in the Microsoft Store alongside native apps.

    In the next release of Windows 10, we intend to begin listing PWAs in the Microsoft Store. Progressive Web Apps installed via the Microsoft Store will be packaged as an appx in Windows 10 – running in their own sandboxed container, without the visual or resource overhead of the browser.

    This has a number of benefits to users: PWAs installed via the store will appear in “app” contexts like Start and Cortana search results, and have access to the full suite of WinRT APIs available to UWP apps. They can differentiate their experience on Windows 10 with enhancements like access to local calendar and contacts data (with permission) and more.

    It also has exciting benefits to developers! Listing a PWA in the Store gives developers the opportunity to get more insight into their users with channels like reviews and ratings in the Store, analytics on installs, uninstalls, shares, and performance, and more. It also provides more natural and discoverable access to your web experience on devices where the browser is a less natural entry point, such as Xbox, Windows Mixed Reality, and other non-PC form factors.

    The road from the Web to the Microsoft Store

    PWAs provide a natural signal of intent to be treated as “app-like” in the Web App Manifest, which allows us to leverage Bing’s web crawler in combination with our Store catalog to identify the best candidates for indexing.

    The Microsoft Store has a two-pronged approach to publishing Progressive Web Apps:

    1. Developers can proactively submit Progressive Web Apps to the Microsoft Store
    2. The Microsoft Store, powered by the Bing crawler, will automatically index selected quality Progressive Web Apps
    Submitting to the Microsoft Store with PWA Builder

    Proactively submitting a PWA to the Microsoft Store requires generating an AppX containing your PWA and publishing it to your Dev Center account.

    The easiest way to generate an AppX with your PWA is the free PWA Builder tool. PWA Builder can generate a complete AppX for publishing using your existing site and Web App Manifest – both website and CLI options are available.


    Microsoft Store App ingestion inconsistencies: API, CSV, or web form [​IMG]

    PWA Builder takes data from your site and uses that to generate cross-platform Progressive Web Apps.

    Publishing manually gives you full access to the benefits above—fine-grained control over how your app appears in the Microsoft Store, access and the ability to respond to feedback (reviews and comments), insights into telemetry (installs, crashes, shares, etc.), and the ability to monetize your app. This also gets you access to all the other benefits of the Microsoft Dev Center, including promotion and distribution in the Microsoft Store for Business and the Microsoft Store for Education.

    Automatically indexing quality Progressive Web Apps with the Bing Crawler

    We’ve been using the Bing Crawler to identify PWAs on the web for nearly a year, and as we’ve reviewed the nearly 1.5 million candidates, we’ve identified a small initial set of Progressive Web App experiences which we’ll be indexing for Windows 10 customers to take for a spin over the coming weeks.


    Microsoft Store App ingestion inconsistencies: API, CSV, or web form [​IMG]

    We will crawl and index selected PWAs from the web to be available as apps in the Microsoft Store

    Over the coming months, we’ll be ramping up our automatic indexing in the Microsoft Store from a few initial candidates to a broader sample. Throughout this process, we’ll continue to vet our quality measures for PWAs, to make sure we’re providing a valuable, trustworthy, and delightful experience to our mutual customers on Windows devices.

    Whether automatically indexed by the Store or manually submitted by the site owner, the Web App Manifest provides the starting set of information for the app’s Store page: name, description, icons, and screenshots. Developers should aim to provide complete and high-quality information in the manifest. Once in the Store, the publisher will have the option of claiming their apps to take complete control of their Store presence.

    Quality signals for Progressive Web Apps

    We’re passionate about making the Microsoft Store a home to trustworthy, quality app experiences. With that in mind, we’ve identified a set of quality measures for developers to keep in mind as you build PWAs.

    We won’t ingest every app that meets these criteria, but will be including them in our considerations for candidates as we gradually expand our program.

    • Web App Manifests should suggest quality: In our initial crawl of sites looking for PWAs, we discovered over 1.5 million manifests across 800k domains. Looking at a selection of these sites, we discovered that not all are good candidates for ingestion. Some aren’t PWAs at all, and others have a boilerplate manifest generated by tools like favicon generators. We will be looking for non-boilerplate manifests that include a name, description, and at least one icon that is larger than 512px square.
    • Sites should be secure: Access to the Service Worker family of APIs requires an HTTPS connection on Windows and other platforms.
    • Service Workers should be an enhancement: We’ll look for a Service Worker as a signal for ingesting PWAs, but we also expect experiences to degrade gracefully if Service Worker is unsupported, as it may be on older browsers or other platforms. You can get started building a basic Service Worker with PWA Builder; Mozilla also has great recipes if you are looking for somewhere to start.
    • Sites should consider automated testing for quality: There are a number of tools out there for this, including our sonarwhal, Lighthouse, aXe, and more.
    • PWAs must be compliant with Microsoft Store policies: PWAs will need to meet the standards of the Microsoft Store, just like any other app. We will not ingest PWAs that violate laws or Store policies.
    Once we have shipped these technologies to mainstream Windows customers with EdgeHTML 17, we will gradually expand our indexing of high-quality Progressive Web Apps into the Microsoft Store based on quality measures and the value they add to the Windows ecosystem.

    PWA or UWP?

    Given the overlap in terms of capabilities, we often get asked about the recommended approach: PWA or UWP. We see this as a false dichotomy! In fact, on Windows 10, the Universal Windows Platform fully embraces Progressive Web Apps, because EdgeHTML is a foundational component of UWP.

    For developers who are building a fully-tailored UWP experience, building from the ground up with native technologies may make the most sense. For developers who want to tailor an existing web codebase to Windows 10, or provide a first-class cross-platform experience with native capabilities and enhancements, PWA provides an on-ramp to the Universal Windows Platform that doesn’t require demoting or forking existing web resources.

    When evaluating native app development in relation to Progressive Web Apps, here are some of the questions we recommend asking:

    • Are there native features the Web can’t offer that are critical to the success of this product?
    • What is the total cost (time and money) of building and maintaining each platform-specific native app?
    • What are the strengths of my dev team? or How easy will it be to assemble a new team with the necessary skills to build each native app as opposed to a PWA?
    • How critical will immediate app updates (e.g., adding new security features) be?
    In other words, the choice between PWA and native should be evaluated on a case-by-case basis. For example:

    • If you are looking to craft an experience that takes full advantage of each platform you release it on and you want to agonize over every UX detail in order to differentiate your product… native might be the best choice for you.
    • If you are maintaining a product on multiple native platforms in addition to the Web and they are all largely the same in terms of look & feel and capabilities, it may make more sense to focus all of your efforts on the Web version and go PWA.
    • If you are planning a brand-new product and the Web provides all of the features you need (especially when you also consider the additional APIs provided via the host OS), building a PWA is probably going to be a faster, more cost-effective option.
    For a more in-depth discussion, check out our video from Microsoft Edge Web Summit 2017: PWA, HWA, Electron, oh my! Making sense of the evolving web app landscape.



    Testing your Progressive Web Apps in Microsoft Edge and Windows 10

    Service Worker, Push, and other technologies are enabled by default in current Insider builds in Microsoft Edge, and we intend to enable them by default when EdgeHTML 17 ships to stable builds of Windows 10 next year.

    You can get started testing your PWA in Microsoft Edge today by downloading a recent build of Windows 10 via the Windows Insider Program, or using a free VM. We’ll be sharing more about Service Worker debugging features in the Microsoft Edge DevTools in a future post—stay tuned!

    Service Worker features will be enabled for the UWP platform (including installed PWAs) with the upcoming release of Windows 10, but are currently not available to published apps in the Store, including on Windows Insider Preview builds. In the meantime, you can test them in Insider builds by sideloading your AppX using the install script provided by PWA Builder tools, or by running your PWA inside Microsoft Edge.

    What’s next for Progressive Web Apps on Windows?

    Over the coming months, we’re laser focused on polishing our initial implementation of the core technologies behind PWAs in EdgeHTML and the Universal Windows Platform—Service Worker, Push, Web App Manifest, and especially Fetch are foundational technologies which have a potentially dramatic impact to compatibility and reliability of existing sites and apps, so real-world testing with our Insider population is paramount.

    In our initial implementation, we’ll be focused on those two components—the Service Worker family of technologies in Microsoft Edge, and PWAs in the Microsoft Store. Looking forward, we’re excited about the potential of PWA principles to bring the best of the web to native apps, and the best of native apps to the web through tighter integrations between the browser and the desktop. We look forward to hearing your feedback on our initial implementation and experimenting further in future releases.

    In the meantime, we encourage you to try out your favorite PWAs in Microsoft Edge today, and get started testing your installable PWA on Windows, both via PWA Builder and in Microsoft Edge! We look forward to hearing your feedback and to digging in to any bugs you may encounter.

    Here’s to what’s next!

    Kyle, Kirupa, Aaron, and Iqbal
     
    Brink, Oct 25, 2024
    #3
  4. Brink Win User

    Microsoft Store App ingestion inconsistencies: API, CSV, or web form

    Microsoft To-Do app coming to Mac App Store on June 17

    Source: Microsoft To-Do on the Mac App Store

     
    Brink, Oct 25, 2024
    #4
Thema:

Microsoft Store App ingestion inconsistencies: API, CSV, or web form

Loading...
  1. Microsoft Store App ingestion inconsistencies: API, CSV, or web form - Similar Threads - Microsoft Store App

  2. Microsoft Store App ingestion inconsistencies: API, CSV, or web form

    in Windows 10 Gaming
    Microsoft Store App ingestion inconsistencies: API, CSV, or web form: Hi, we have found inconsistencies in allowed field sizes when we upload apps through the app ingestion API versus CSV language ingestion versus web form.A specific example, the web form 'short description' field allows 1000 characters. But when uploading through the API we...
  3. Microsoft Store App ingestion inconsistencies: API, CSV, or web form

    in Windows 10 Software and Apps
    Microsoft Store App ingestion inconsistencies: API, CSV, or web form: Hi, we have found inconsistencies in allowed field sizes when we upload apps through the app ingestion API versus CSV language ingestion versus web form.A specific example, the web form 'short description' field allows 1000 characters. But when uploading through the API we...
  4. apps failed to install form microsoft store

    in Windows 10 Gaming
    apps failed to install form microsoft store: I'm unable to install any apps form microsoft store. I get this error code 0x80073CF9 https://answers.microsoft.com/en-us/windows/forum/all/apps-failed-to-install-form-microsoft-store/42489b6d-6dc3-4dce-8ff3-9318b591387e
  5. apps failed to install form microsoft store

    in Windows 10 Software and Apps
    apps failed to install form microsoft store: I'm unable to install any apps form microsoft store. I get this error code 0x80073CF9 https://answers.microsoft.com/en-us/windows/forum/all/apps-failed-to-install-form-microsoft-store/42489b6d-6dc3-4dce-8ff3-9318b591387e
  6. apps failed to install form microsoft store

    in Microsoft Windows 10 Store
    apps failed to install form microsoft store: I'm unable to install any apps form microsoft store. I get this error code 0x80073CF9 https://answers.microsoft.com/en-us/windows/forum/all/apps-failed-to-install-form-microsoft-store/42489b6d-6dc3-4dce-8ff3-9318b591387e
  7. Web Form Security

    in AntiVirus, Firewalls and System Security
    Web Form Security: When completing a web form, are your details submitted as you type them (e.g. name and address) or is the information only sent when you submit the form? If the former, how do you stop the instant transmission of key strokes? 173101
  8. Microsoft Introduces Web APIs for Dual Screen and Foldable Devices

    in Windows 10 News
    Microsoft Introduces Web APIs for Dual Screen and Foldable Devices: The browser is one of the most used apps on any device, and today it’s running on a completely new hardware category: dual-screen and foldable devices. With a variety of new dual-screen and foldable devices coming to market, including last week’s...
  9. Can't download anything form Microsoft Store

    in Microsoft Windows 10 Store
    Can't download anything form Microsoft Store: Today I bought Minecraft for WIndows 10. I created Microsoft Account and tried to download it. But it didn't work. The Install button isn't working. I tried reseting MS, using PowerShell and restarting computer, but nothing worked. I dont know what to do. Please help! I want...
  10. Is there any API to download and install free app from Microsoft Store ?

    in Microsoft Windows 10 Store
    Is there any API to download and install free app from Microsoft Store ?: I am trying to find any API to download and install free app from Microsoft Store. I have found only business Microsoft API and API for updates....