Publishing Your .NET MAUI Apps | .NET Conf: Focus on MAUI

  Рет қаралды 19,859

dotnet

dotnet

Күн бұрын

Join this session to learn how to publish your .NET MAUI applications to various platforms.
Speaker: Olia Gavrysh
Links:
- .NET MAUI Self-guided Learning on Microsoft Learn: aka.ms/maui/ms...
- .NET MAUI Website: aka.ms/maui/we...
- Install .NET MAUI: aka.ms/maui/in...
- .NET MAUI Documentation: aka.ms/maui/docs
- .NET MAUI on GitHub: aka.ms/maui/gi...
- .NET MAUI Workshop: aka.ms/maui-wo...
- .NET MAUI Beginner Series Videos: aka.ms/maui/be...
- .NET KZbin - / dotnet
- .NET on Twitter - / dotnet
🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: aka.ms/dotnet-qa
🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: aka.ms/learndo...
#DotNet #dotnetmaui #dotnetconf

Пікірлер: 37
@bneedels
@bneedels 2 жыл бұрын
3:00 Android demo 13:56 IOS demo 17:35 Windows Store demo
@jihadkhawaja
@jihadkhawaja 2 жыл бұрын
thanks
@daveblack6951
@daveblack6951 2 жыл бұрын
You sir, are a KZbin Superhero 🤌🤌🤌
@fieryscorpion
@fieryscorpion 2 жыл бұрын
Microsoft needs to put more funding on MAUI. There are 1.6k bugs on MAUI repo and all the new issues are pushed to the backlog! Microsoft, if you can afford to buy billion dollar game studios, you sure can invest in MAUI. MAUI can help Microsoft launch their own mobile platform in the future. Think about it. But this current CEO, Satya Nadella, seems to have no real vision or good direction, so it’s time for new leadership at Microsoft.
2 жыл бұрын
I realy dind't like MAUI. I will stick with Flutter.
@phat80
@phat80 Жыл бұрын
@ What I don’t like about Flutter is spaghetti coding and mixing logic and UI. If MAUI was bugless I’d prefer MAUI.
Жыл бұрын
@@phat80 thats why you separate logic feom UI and asplit yode into more managable widgets.
@dudu43ss
@dudu43ss 11 ай бұрын
@ReinisSprogis Flutter Sucks, very ugly code and bad support
@franciscofernandezcasas7924
@franciscofernandezcasas7924 Жыл бұрын
It does not work for Android .net Maui Hybrid Blazor , my Maui Blazor project has references to two libraries, one is a razor library (called Components) and another is a regular c# library (call Shared), when I try to publish on Android on release mode fallowing your video instructions I got errors: "error NETSDK1005: ...\Shared\obj\project.assets.json does not have a target for 'net7.0-android'. Ensure that restore has run and that you have included 'net7.0-android' in the TargetFrameworks for your project", "error NETSDK1005: ...\Components\obj\project.assets.json does not have a target for 'net7.0-android'. Ensure that restore has run and that you have included 'net7.0-android' in the TargetFrameworks for your project" By the way I tried using a default basic .Net Maui Blazor project and it DID work but from a REAL project with references to other projects, libraries it DOES NOT. PLEASE HELP
@nelsonazolukwamprojects
@nelsonazolukwamprojects 2 жыл бұрын
my fav Olia Gavrysh😃
@fere202
@fere202 Жыл бұрын
Why not focus more how IOS part? I don't think this technology is quite ready yet. I will stick will Xcode and Android Studio.
@DJone4one
@DJone4one 2 жыл бұрын
I have already written a bit two apps with Maui. However, I have only been able to test it on my mobile phone via Google playstore. Releasing via Microsoft store does not work. I constantly get the message that the server is not connected. Since win 11 I also always get the message that my Microsoft account is not connected to Microsoft.
@kamranattari2692
@kamranattari2692 2 жыл бұрын
I published .NET MAUI Windows MSIX to sideload that is signed with a valid certificate. When I click .msix file, nothing happened because msix extension was not known on windows 10 by default. It seems that I have to install App Installer from Microsoft Store to recognise msix extension. After installing App Installer, I clicked on .msix file it showed me installer window, when I clicked on Install button it showed me following error: App installation failed with error message: Access is denied. (0x80070005). Why am I getting this error? Then I open power shell without elevated admin rights and run Install.ps1 script it showed me Add-AppxPackage : Deployment failed with HRESULT: 0x80070005, Access is denied. error. After that I run power shell with elevated admin rights, and run Install.ps1, then it installed my package. So it is installing sideload package only from powershell with admin rights. How can we make it installable by double clicking misx file without admin rights?
@DustinGamester
@DustinGamester 10 ай бұрын
How would I adjust the capabilities so it doesn't request using all system resources on windows?
@satish8299
@satish8299 2 жыл бұрын
could show the process of an iOS app with a VMWare Macintosh OS and publish that in the Apple store?
@allamkalyana
@allamkalyana Жыл бұрын
I am getting this error "You uploaded an APK or Android App Bundle that was signed in debug mode. You need to sign your APK or Android App Bundle in release mode." how to resolve
@adam-xt8te
@adam-xt8te 8 ай бұрын
Windows Store registration form for developers looks like page from 90s. And doesn't work.
@d-rFarcos
@d-rFarcos 7 ай бұрын
Мне кажется, именно так и должен представляться материал, предельно кратко и в доступной форме.
@yaKaiZen
@yaKaiZen 2 жыл бұрын
any solution for the Error XAGJS7004 System.ArgumentException: An item with the same key has already been added?
@marcoerlwein2165
@marcoerlwein2165 2 жыл бұрын
I have an app in Maui Blazor Hybrid, which launched from VS works correctly, but when I generate an apk and install it manually, it installs but does not open the app. I can launch it on the device from VS and it works, but when I generate an apk, I can install it, but it crashes when opening. How can I see the error or do a debug in release mode. Thanks
@draganabasaricdb
@draganabasaricdb Жыл бұрын
I have the same problem with running the app on ios device. I installed the application, but I can't see content of the application. I see only the splash screen. Could you pleas share how did you solve this problem?
@chezchezchezchez
@chezchezchezchez Жыл бұрын
@@draganabasaricdb did you ever get a resolution to this? Thank you.
@chezchezchezchez
@chezchezchezchez Жыл бұрын
Did you resolve this issue?
@adityatechtips
@adityatechtips Жыл бұрын
Can't we publish an '.exe' file instead of '.msix' file
@seagirl
@seagirl Жыл бұрын
Dear author, ty for ur video. Can i ask where i can get a code for MAUI application advertisement between pages? I searched but couldnt find info bcuz MAUI is pretty new... Help me please. I would like to monetize my app specific way with such Interstitial Ads =^+^=
@draganabasaricdb
@draganabasaricdb Жыл бұрын
I have .NET MAUI application installed on iPad (9th generation, ios 15.5). Application ist .NET MAUI "Hello World" program that is created with blank maui Projekt. The Apolication does not load and only appears a splash screen for a few seconds. I am unable to view any content in App. How can I see what is causing the application to crash? Thank you in advance for your replay and advice 🙏
@nikuniku1235
@nikuniku1235 Жыл бұрын
i have same problem! sad
@pawefelcyn2119
@pawefelcyn2119 Жыл бұрын
use "Sentry" maybe
@CL-es3pw
@CL-es3pw 8 ай бұрын
That's brief
@ErnaSolbergXXX
@ErnaSolbergXXX Жыл бұрын
I like maui, but there is absolutly no good excuse for the requirements for win 11/latest win 10 version. This just makes it pointless to publish it for windows.
@neofox2526
@neofox2526 Жыл бұрын
it supports windows 10 1809 which is from october 2018 i think thats old enough
@andrekohler5792
@andrekohler5792 2 ай бұрын
iOS distribution is soo complicated
@IvanRossouw
@IvanRossouw Жыл бұрын
Yeah maui is useless you cannot get it realesed.
@IvanRossouw
@IvanRossouw Жыл бұрын
All this work for nothing. Now one thought of the fact that it actaully needs to be published.
Жыл бұрын
the state of MAUI on Android is horrible - even basic stuff (visibility, image display, ...) is horrible bugged and chances are high, that your workarounds stop working with the next VS/MAUI release. Right now ~2k issues on Github. I really hope this is gonna be a great product/framework but right now I think it's years away from RTM no matter what influencers/channels here will tell you.
@ertan1147
@ertan1147 8 ай бұрын
one word: horrible!
@АндрейА-щ1х
@АндрейА-щ1х 2 жыл бұрын
О, Украина..
Release Your .NET MAUI iOS App to the Apple App Store
27:23
Gerald Versluis
Рет қаралды 37 М.
МЕБЕЛЬ ВЫДАСТ СОТРУДНИКАМ ПОЛИЦИИ ТАБЕЛЬНУЮ МЕБЕЛЬ
00:20
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 19 МЛН
Girl, dig gently, or it will leak out soon.#funny #cute #comedy
00:17
Funny daughter's daily life
Рет қаралды 38 МЛН
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 43 МЛН
Creating .NET MAUI UIs in C# Markup
24:49
dotnet
Рет қаралды 21 М.
Check and Request Permissions in .NET MAUI
19:48
James Montemagno
Рет қаралды 24 М.
No, Einstein Didn’t Solve the Biggest Problem in Physics
8:04
Sabine Hossenfelder
Рет қаралды 272 М.
Welcome to .NET MAUI! | .NET Conf: Focus on MAUI
1:01:28
dotnet
Рет қаралды 20 М.
Publishing .NET MAUI Apps to the Stores Made Easy
12:19
Gerald Versluis
Рет қаралды 10 М.
МЕБЕЛЬ ВЫДАСТ СОТРУДНИКАМ ПОЛИЦИИ ТАБЕЛЬНУЮ МЕБЕЛЬ
00:20