Deploying your app to a store
Suppose you're building an app for public use. In that case, you'll likely need to deploy it via the appropriate app store for that operating system. The rules, policies, and restrictions that a store applies for an app built with Uno Platform are the same as for an app built with any other toolset.
The policies for each store can change frequently (typically, at least a couple of times each year) and are also quite long. For this reason, we saw no value in reproducing them here. Instead, you should look to the official documentation in the following list:
- Windows Store (for UWP): https://docs.microsoft.com/windows/uwp/publish/
- Google Play Store (for Android):
- iOS App Store: https://developer.apple.com/ios/submit/
- macOS App Store: https://developer.apple.com/macos/submit/
The process for distributing your Uno-based app is the same as for any other app. You'll need to create a developer account for each of the...