Create a Signed and Publishable .NET MAUI Android App in VS2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

ความคิดเห็น • 145

  • @jfversluis
    @jfversluis  2 ปีที่แล้ว +3

    Need to release your .NET MAUI iOS or Windows app? Check these!
    iOS: th-cam.com/video/kpZi5xAvpZA/w-d-xo.html
    Windows: th-cam.com/video/FNwv_W3TtSU/w-d-xo.html

    • @eaquirstech2293
      @eaquirstech2293 2 ปีที่แล้ว

      Hi Gerald Your content is helpfull thanks for content , i have to ask ,is there any way to animate splash screen in .net MAUI
      ???? Like Logo on splash screen animate from up side to centre or like start animate ffrom bottom to centre????

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      @@eaquirstech2293 absolutely! You probably want to imitate a splash screen for that. Just add a simple splash screen with the first frame of the animation and then as the main page set a page that animates and navigate from there to the real main page

    • @eaquirstech2293
      @eaquirstech2293 2 ปีที่แล้ว

      @@jfversluis will it not take more time to load? as splash screen appears rapidly when app starts,....if i add anohter page and treat like a splash screen ,that page appears as mainpage instead of real main page will not appear rapidly when app will be start. need ur suggestion sir

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      That’s how most apps do it :)

    • @eaquirstech2293
      @eaquirstech2293 2 ปีที่แล้ว

      @@jfversluis thanks ,ill try

  • @irynadoroshenko8832
    @irynadoroshenko8832 2 ปีที่แล้ว +8

    I like how quickly Maui grows and develops! Nice job )

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +5

      It’s going to be amazing! 🚀 thank you!

    • @sasino
      @sasino ปีที่แล้ว

      @@jfversluis Now in 2023 it IS amazing 😭

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      @@sasino glad to hear that!

  • @nirojdahal7801
    @nirojdahal7801 2 ปีที่แล้ว +1

    Ever since I first watched your video, I am not missing any .Thanks Gerald for amazing video

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      That is so nice of you Niroj! Really appreciate it! Thanks for sticking around!

  • @xxx.xxx.xxx.xx1joker706
    @xxx.xxx.xxx.xx1joker706 2 ปีที่แล้ว +1

    Great job. This is good to keep showing command line instructions for CI/CD pipelines. Many thanks. 👌🏽👍🏽💯

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Glad it was helpful!

  • @vernkennedy6474
    @vernkennedy6474 2 ปีที่แล้ว +1

    Very clear. Thanks for the video.

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      Great! Thanks for the feedback! iOS one is almost ready too!

  • @parnican
    @parnican 2 ปีที่แล้ว +1

    Great summary video👌Love it, again :)

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      Thank you so much Peter!

  • @mtranchi
    @mtranchi ปีที่แล้ว +1

    Thanks! I'm new to MAUI and also Google Play. Would be nice to see a follow up vid on how to get it in the Google app store.

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      That site changes a lot. It will probably be outdated before I can release it 😅 I’ll think about it.

    • @mtranchi
      @mtranchi ปีที่แล้ว

      @@jfversluis Lol. I'm familiar with other Google products where even their own docs don't keep up with their current way of doing things. Eh, don't bother on my account, I'll figure it out. I subscribed off this vid btw :)

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      That’s awesome, thanks for the support! Let me know if you have any questions

  • @user-ex5cr7bk3b
    @user-ex5cr7bk3b ปีที่แล้ว

    Thanks Gerald! I think I prefer the terminal approach rather than the UI workflow that I used with Xamarin.

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      That is why it's good to have options!

  • @sipepguru
    @sipepguru 2 ปีที่แล้ว +1

    Beautiful work , thanks for sharing

  • @balintnagy1293
    @balintnagy1293 10 หลายเดือนก่อน

    Thank you for the helpful video!
    One thing to note: you keep saying "you upload your bundle with the keystore", but that's probably wrong: you need a signing key. You create a key in a key store file and protect it with some passwords. Now you have a key in a key store. Then you tell VS how to get the KEY from that store, and as part of the build, VS uses the credentials provided in the csproj file to get the KEY from the store, sign the bundle with the KEY.
    Another point is, what I just learned from some Google materials, is that this is just the upload key (since the change from APK's to AAB's), and you actually need (another) signing key. For that, when creating a new app, the easiest way is to ask Google to create the signing key, hold on to it and sign on your behalf whenever you upload a new version of your bundle.
    Something I don't understand though, in terms of the pipeline, is that in the process you show in the video, you suggest to create a keystore file and not check in to source control. OK, I have to put it to some other place. Then I have to provide all the passwords and aliases in VS (source code), so that the build can access the key in that keystore and tell anyone who has access to the sources. Interesting.

    • @jfversluis
      @jfversluis  10 หลายเดือนก่อน +1

      I think some things have changed in this regard recently so there might be another way now.
      As for not checking in your key store to source control, you could but it makes it a bit more unsafe. Uploading it to the secrets will encrypt it and only useable from that pipeline together with the password that is also safely saved in an encrypted secret.

  • @jesusnaun1981
    @jesusnaun1981 2 ปีที่แล้ว +1

    Hi Gerald! Excelent video! Thank you for your future answer. I have created a maui blazor app and it works ok consuming public api's. But when I've generated apk following your steps. My app works except the options than consuming api's. I have tested with http and https but the same problem.... Any idea or thema for investigate please

  • @documentscabinet894
    @documentscabinet894 4 หลายเดือนก่อน

    Thanks, really useful video.

  • @stebberg
    @stebberg 7 หลายเดือนก่อน

    Very nice guide! ❤️

  • @user-bt1ye9ul4d
    @user-bt1ye9ul4d 26 วันที่ผ่านมา

    I got error: invalid dex file indices, expecting file 'classes?.dex' but found 'classes2.dex'.

  • @sm-fh2qc
    @sm-fh2qc 2 ปีที่แล้ว +2

    @Gerald Versluis I have been following all of your MAUI tutorials, Thank you for the informative videos! one quick question - I tried copying over apk to my android phone and I get message - "App not installed as App isn't compatible with your phone". I have got Android 12 installed onto my S10+. Any advise?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Thank you so much! You probably want to check your AndroidManifest for the values that you set for the Android SDK versions which you support

  • @vaitite
    @vaitite 2 ปีที่แล้ว

    All is clear! Thx

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Awesome, thanks for the feedback!

  • @miaadib6146
    @miaadib6146 2 วันที่ผ่านมา

    hii thank you for all this i did all what you do in this video but i get this Error can you help me ..
    C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.113\tools\Xamarin.Android.Common.targets(2409,2): error MSB4044: The
    "AndroidSignPackage" task was not given a value for the required parameter "KeyAlias". [C:\Users\NMS-PC\source
    epos\MauiAppafter2\M
    auiAppafter2\MauiAppafter2.csproj::TargetFramework=net8.0-android]

  • @mohammedalsabahii2
    @mohammedalsabahii2 2 ปีที่แล้ว

    Thanks Geraled for this great content ,, cay you make video for Obfuscation app thank you again

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      Hey Mohammed, thanks! I'm not too familiar with that tbh, so not sure if that will come anytime soon.

  • @play-good
    @play-good 2 ปีที่แล้ว +1

    Thanks you so mush

  • @mohamedtoria4385
    @mohamedtoria4385 2 ปีที่แล้ว +1

    First thanks for this great video
    Second would you make a video to teach us how to update our app and how to upload this update to the store

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      I’ll see what I can do, but it should be much more than bumping your version number and going through these steps again. Oh and of course add new functionality to your app 😜

    • @mohamedtoria4385
      @mohamedtoria4385 2 ปีที่แล้ว

      @@jfversluis thanks ❤

  • @anandshindey
    @anandshindey ปีที่แล้ว

    Uitstekend filmpje. Thanks.

    • @jfversluis
      @jfversluis  ปีที่แล้ว +1

      Heel graag gedaan Anand! Thanks for watching!

  • @gabrielcanosa6154
    @gabrielcanosa6154 2 ปีที่แล้ว

    Thanks for sharing!!

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      You’re most welcome Gabriel!

  • @80amnesia
    @80amnesia 10 หลายเดือนก่อน

    amazing thanks!

  • @alifaraj467
    @alifaraj467 2 ปีที่แล้ว +1

    Thanks for the video, is it ok to publish a .net MAUI in VS studio preview or you recommend I wait ?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      That VS is in preview shouldn't matter for the quality of your app!

  • @nitrogenius
    @nitrogenius 11 หลายเดือนก่อน

    I missed the part how you get the certification from android store and inject into maui app?

  • @muks8398
    @muks8398 10 หลายเดือนก่อน

    it's building my aab file but not apk ? Any suggestions?

  • @dmitriyreznik7158
    @dmitriyreznik7158 2 ปีที่แล้ว +1

    Hi Gerald, thank you very much. I have a question though. You mentioned that if we already have a keystore, we should reuse it, so the app is recognized by the playstore. Which means that I don't use the terminal to create the keystore. Then where should I take that maui alias?
    Also, you said that what you do in the propertygroup can be done as a step in a pipeline. Could you please give me some reference to how this can be done? Thank you again!

    • @FuzzyDPozzy
      @FuzzyDPozzy ปีที่แล้ว

      exactly same question

  • @mangucode
    @mangucode ปีที่แล้ว

    thanks bro

  • @Swarajcookingnfun
    @Swarajcookingnfun 2 ปีที่แล้ว

    Hey Gerald! Thanks for your quick response It helped me 🙂
    One more quick question, have you created any video on how we can import our sqlite db in Android tablet and access it in our android app

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Like this one?
      th-cam.com/video/ftDq-leq5OM/w-d-xo.html

  • @dineshfalwadiya3282
    @dineshfalwadiya3282 2 ปีที่แล้ว

    Great thanks for sharing

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Looking forward to your released app ;)

  • @thiemebr
    @thiemebr 6 หลายเดือนก่อน

    Great video, also if I publish can I do it as an upgrade of a previously published Google Play app that someone over Fiverr did for me?

    • @jfversluis
      @jfversluis  6 หลายเดือนก่อน

      As long as you use the same keystore to sign your app: yea

  • @cptechno
    @cptechno 10 หลายเดือนก่อน

    Missing topics that are essential...
    Hi! I viewed several of your videos regarding Visual Studio MAUI. However, I think there are some missing topics that are essential for developers.
    Regarding the deployment of Visual Studio MAUI app to Apple development system, these topics are missing:
    1) How to deploy MAUI app to Apple TestFlight Beta Testing (entire process)
    2) How to deploy MAUI app to Apple App Store (from IPA to store..entire process)

  • @CowboyCanadian
    @CowboyCanadian ปีที่แล้ว

    security always makes me scratch my head …. when you are careless with your publisher account credentials, and careless with your source code, and sloppy 2FA methods but you keep your certificate in a safe somewhere 😂😂

  • @arammargaryan8048
    @arammargaryan8048 ปีที่แล้ว

    Hello Gerald, thanks for your video.
    I have done exact the same, but unfortunately it does not work for me, i get issue "Error XAPRAS7009 System.InvalidOperationException: PE image does not have metadata." Have you experienced it? or do you know what's the problem

  • @user-yb9bn6lm6v
    @user-yb9bn6lm6v 10 หลายเดือนก่อน

    I'm exploring Azure DevOps integration for our MAUI Android app. If you're experienced in this area, could you provide insights or tips? Your guidance would be invaluable.

  • @mehran_pourkhanali
    @mehran_pourkhanali ปีที่แล้ว

    Greate job 👌👌

  • @franciscofernandezcasas7924
    @franciscofernandezcasas7924 ปีที่แล้ว

    Hi good video thanks but it does not work for .Net Maui Hybrid Blazor app, please help

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      It should and without any specifics its impossible to help 😊

    • @franciscofernandezcasas7924
      @franciscofernandezcasas7924 ปีที่แล้ว

      @@jfversluis my bad, sorry, yeap it is working, I figured it out my error

  • @andywhite4494
    @andywhite4494 7 หลายเดือนก่อน

    Watching your video on Publishing a .Net Maui app to an Android device
    My situation is I am developing an app that will run only on a couple of android tablets on the production floor of where I work.
    This is a secure environment with no external WIFI etc.
    I would like to be able to put the app on the android tablets without having to publish to play store is this possible?
    If so where would I find info on how to do it

    • @jfversluis
      @jfversluis  7 หลายเดือนก่อน

      Absolutely possible! I would think that you could still all do this but instead of sending it to the store, download the apk/aab to the devices directly and install. You might need to enable a setting to allow installation of apps from outside the app stire

  • @yaKaiZen
    @yaKaiZen ปีที่แล้ว

    Hello Gerald, thanks for your video! Here 13:15 we see & also can be found in our projects a folder named Publish.And signed abb and apk files are also found inside the publish folder! which one should we use for release to play store or share to friends?

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      The aab for the store, apks are not accepted anymore. I think for just sending it to others you can use both. However the person installing the app will probably need to change a setting on their device to allow apps to be installed from other sources than the Google Play Store

  • @mishomishev3152
    @mishomishev3152 ปีที่แล้ว

    Great tutortial

  • @abdrockman
    @abdrockman ปีที่แล้ว

    Halo Gerald. i succeded publish maui template app to my android, but when i added just some xaml element and icon. my app crash when open in android. but its no problem when im running in emulator or debug in my device. could you tell me how i can check this problem? thanks in advance :)

  • @sharafudeen4734
    @sharafudeen4734 2 ปีที่แล้ว +1

    Thanks for this.. how can I release versions?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      What do you mean with versions?

    • @sharafudeen4734
      @sharafudeen4734 2 ปีที่แล้ว

      @@jfversluis Every App updates and release I can maintain version. Can I keep previous version as well as current version of app to download?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      @@sharafudeen4734 No, in the app store you can only download the latest version. To release one, up the version number in your apps metadata (and add new functionality to your app :D) and upload the new version!

  • @schulz5patrick
    @schulz5patrick 2 ปีที่แล้ว

    Thank you! I actually questioned how it will be done a few days ago!
    But... by any chance.. do you know how to create a simple custom multi-project template like Xamarin.Forms with its PCL project? It seems microsoft docs on vstemplate are not up-to-date... At least it doesn't work with VS2022 :)

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      In a PCL project? I don't think that's still a thing, so I wouldn't be surprised if that's not supported anymore

  • @dakoe
    @dakoe 2 ปีที่แล้ว

    Hellow Gerald, nice video! Question, is this same procedure uploading Xamarin Forms Android App to Google Store? Thanks

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Good question Oscar! Yes, this actually didn't change that much so this should definitely also work for Xamarin.Forms :)

  • @ThimaKulani
    @ThimaKulani 2 ปีที่แล้ว +1

    I struggled to create an installer for windows.. can you please help me with that?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +2

      That one is coming!

    • @ThimaKulani
      @ThimaKulani 2 ปีที่แล้ว

      @@jfversluis thank you.

    • @adinwashere
      @adinwashere 2 ปีที่แล้ว

      @@jfversluis Looking forward to that myself 👀

  • @KVNgameplay
    @KVNgameplay 5 หลายเดือนก่อน

    nao mostrou como publica no google play

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      The Google Play Console should be pretty self-explanatory. What is it you can't figure out?

  • @alessandrocaliaro3418
    @alessandrocaliaro3418 ปีที่แล้ว

    Thanks @Gerlad for the video. I don't understand why is not possible to create an apk in "ad hoc" distribution... does it will be restored in a next release? or can you do a little "addon" to explain how to generate a signed apk? Thanks

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      I’m afraid I don’t understand. This creates a signed one and you can distribute it outside of the store if that’s what you want to do

    • @alessandrocaliaro3418
      @alessandrocaliaro3418 ปีที่แล้ว

      @@jfversluis Your video demonstrates how to produce an .aab file. This file cannot be copied to an Android device and installed, correct? (or I don't know how...) I need an apk for this, but the current VS2022 distribution procedure doesn't produce it

  • @broadshare
    @broadshare 2 ปีที่แล้ว

    Thank you, very helpful. Is that the same process to publish Maui-Blazor app?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      Yep! The exact same way :)

    • @broadshare
      @broadshare 2 ปีที่แล้ว

      @@jfversluis What am I waiting for ?

  • @seagirl
    @seagirl ปีที่แล้ว

    Gerald, 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 =^+^=

  • @ROWKNOCK
    @ROWKNOCK 2 ปีที่แล้ว

    Excuse me sir ! I am facing a problem after building it for android it is saying that "error XAGJS7004: System.ArgumentException: An item with the same key has already been added." could you help me to solve it

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Not really without any more details. Make sure to search for that error online, you might get some hints

  • @sanjanapatel7466
    @sanjanapatel7466 2 ปีที่แล้ว

    On one of my projects, I am not getting the android option (On run drop down). On the other one, I am getting the option but it is not working The screen is frozen and nothing working when I close that I get Deploy failed, but it works fine with windows.
    Can you please help me with this?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      I've seen and responded to your email about this. Please just choose email or a comment and not both, I get enough messages as it is ;) thanks

  • @mahmoudnoufal9276
    @mahmoudnoufal9276 9 หลายเดือนก่อน

    I Made like that, but APK file doesn't install in my phone

    • @jfversluis
      @jfversluis  9 หลายเดือนก่อน

      Does it give you any errors?

    • @mahmoudnoufal9276
      @mahmoudnoufal9276 9 หลายเดือนก่อน

      you are right, Thank You so much@@jfversluis

  • @klausbjornjensen
    @klausbjornjensen 2 ปีที่แล้ว

    Thank for the guide. Have a strange problem though - Play store keeps saying "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." But I dont even have debug builds!!! Any ideas?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      It seems like somehow you do use a debug build or debug keystore then. It's hard to say without any details though

    • @klausbjornjensen
      @klausbjornjensen 2 ปีที่แล้ว

      @@jfversluis My bad. Had written instead of :) All good now.

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Devil is in the details. Glad you figured it out!

  • @nikolaosspyrou5660
    @nikolaosspyrou5660 ปีที่แล้ว

    I know that this is a year old video, but I am kinda hoping for an answer on this... In case I don't want to publish the app to the Play Store or any store at all, but I want to keep track of the people Installing the app (ex. a corporate application etc...) how can I publish the MAUI application but getting an APK instead?

    • @jfversluis
      @jfversluis  ปีที่แล้ว +1

      There is also an apk as result from this command you should be able to just use that!

    • @nikolaosspyrou5660
      @nikolaosspyrou5660 ปีที่แล้ว

      @@jfversluis Thanks for your answer. I'll try to do that, even though it would be helpful if we had a more, complete, guide for these kind of situations regarding MAUI and deployment methods.

  • @sasino
    @sasino ปีที่แล้ว

    10000 days is just 27 years, I would personally use an even higher number just in case

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      Do whatever you wish! I don’t think a lot of apps will make it that far 😄

  • @WeMakeVideosCA
    @WeMakeVideosCA 2 ปีที่แล้ว

    The keytool -genkey command never asks me for a key pass. it does ask for the keystore pass.
    It simply asks if the inputed information is correct.
    Then it outputs
    Generating 2,048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity of 36,500 days
    for: .......
    [Storing key.keystore]
    Edit: For anyone having issues saying on google developer saying the aab file is not signed under release. make sure you spell Android with oi not io. I wasted hours on this 🤦.
    Still don't know why genkey is not asking for a key pass tho. It seems to default take my keystore pass as the key pass

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      Hm not sure about that one. Have a look at the Android documentation, maybe there is something in there

  • @leroykthx
    @leroykthx ปีที่แล้ว

    Can you say something about how android leanback dev fits into this? It seems very poorly documented

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      I think it’s pretty well documented 🤷‍♂️ learn.microsoft.com/dotnet/maui/android/deployment/overview?view=net-maui-7.0

    • @leroykthx
      @leroykthx ปีที่แล้ว

      @@jfversluis leanback specifically isnt documented very well. the annotations required to generate a proper manifest aren't exactly explained in depth. if you just want a generic android app with dotnet then all is well.

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      @@leroykthx Ah sorry, it seems I misread something here. Yeah our main focus right now is Android apps on mobile devices. While it’s probably not impossible to do leenbank development it will not have focus, also not for documentation.
      However, you should be able to use the native documentation and relatively easily translate that to C# code and concepts

  • @Swarajcookingnfun
    @Swarajcookingnfun 2 ปีที่แล้ว

    Hi Gerald!! Can we publish maui blazor android app without using app store? I mean can we publish it on any Android tablet directly just copying its apk file?

  • @alexreyes586
    @alexreyes586 2 ปีที่แล้ว

    Hello how are you, you can do the same process with a Blazor Net Maui project

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      For a Blazor Hybrid app it should work the exact same

  • @vugikarabagli6748
    @vugikarabagli6748 2 ปีที่แล้ว

    How can I make the application automatically update itself?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      You can't. I think there are solutions to do that, but the app stores aren't too fond of those since you're then bypassing their reviewers :) The best and easiest imo is to create a new version and release that

  • @AamirKhan-kx3oy
    @AamirKhan-kx3oy 2 ปีที่แล้ว

    hi and what about App Center?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว +1

      No support (announced) yet and even if they will, you ultimately want to release it to the app stores probably anyway

  • @colonel666
    @colonel666 2 ปีที่แล้ว

    Hi,
    how can I publish a more than 250MB Android App ? Any idea?

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      I would say no. Make it smaller and if still needed download the rest of the assets afterwards. But not sure if people will like a 250mb+ app, depending on what your target audience is of course :)

    • @colonel666
      @colonel666 2 ปีที่แล้ว

      @@jfversluis Thanks for answering. Actually it is for special purposes. Google Play Store allows only 150 MB and my assets are about 290MB. With React Native or Android Studio I can use Asset Delivery to solve this issue but in MAUI I found nothing

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      @@colonel666 that should also be possible with .NET MAUI, but we don’t provide anything in the templates or tooling for it right now I think.

    • @colonel666
      @colonel666 2 ปีที่แล้ว

      @@jfversluis how would I do it? where is the start point

  • @aberdatsoul
    @aberdatsoul 10 หลายเดือนก่อน

    If your build doesn't work and/or you are not prompted for alias password, add the following to your command line request for keytool after -validity 10000: -storetype jks

    • @jfversluis
      @jfversluis  10 หลายเดือนก่อน

      Perfect! Thanks for sharing!

  • @cverde1234
    @cverde1234 2 ปีที่แล้ว

    Posts a meme about how signing apps for ios can be a pain...
    ... Releases a video on how to sign Android apps 😂

    • @jfversluis
      @jfversluis  2 ปีที่แล้ว

      You didn’t watch closely enough then. iOS video is also already posted 😏

  • @FuzzyDPozzy
    @FuzzyDPozzy ปีที่แล้ว

    Command to publish:
    dotnet publish -c Release -f:net6.0-android

    • @jfversluis
      @jfversluis  ปีที่แล้ว +1

      That is correct!

  • @jdia.
    @jdia. ปีที่แล้ว

    dotnet publish -f net7.0-android -c Release -p:AndroidSigningKeyStore={filename}.keystore -p:AndroidSigningKeyAlias={keyname} -p:AndroidSigningKeyPass={password} -p:AndroidSigningStorePass={password}
    // from the Microsoft site. this helped me get past a few errors that came up using the short version. After android, add the targeted version if it had been changed

    • @jfversluis
      @jfversluis  ปีที่แล้ว

      Thanks for sharing!