Chapter 8: Deploying Your Apps and Going Further
This chapter concludes our introduction to Uno Platform, but there's still a lot more to cover before we finish. You already know that Uno Platform allows for the creation of apps that run in multiple environments. This does not apply just to new apps. A large part of the appeal of Uno Platform is that it enables developers to also take existing apps and run them in new environments. Because it is built on UWP and WinUI, Uno Platform provides an excellent way for you to take existing apps and run them in new environments.
In this chapter, we'll cover the following topics:
- Bringing
Xamarin.Forms
apps to WebAssembly - Deploying a Wasm Uno Platform app to the web
- Deploying your app to a store
- Engaging with Uno Platform community
By the end of this chapter, you'll know how to deploy your applications, and you'll be confident about the subsequent steps to take in your journey with Uno Platform...