Version: v5On this pageDeploying a Desktop AppBuilding a desktop app with Ionic allows developers to reuse 100% of their code and ship a traditional desktop app while still having access to all the native device features, like push notifications. This guide assumes familiarity with Electron, and does not go into "how" to build an electron app. For that, check out the official Electron guide.macOS AppRequirementsThere are two hard requirements for publishing an app on the macOS app storeLatest version of XcodeAn active developer account ($100 through Apple's developer portal)PublishingThe Electron team has a detailed guide on how to publish an app for macOS. Please review the docs here.Windows AppRequirementsThere are two hard requirements for publishing an app on the Windows app storeWindows 10 with Anniversary Update (released August 2nd, 2016)The Windows 10 SDK, download hereNodeelectron-windows-store CLIelectron-windows-store can be installed via npm:npm install -g electron-windows-storePublishingLike macOS, Electron has a detailed guide on how to publish an app for Windows. Please review the docs here