(Ep 60) Launch Flutter App on Google Play Store for Beta Testing

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 43

  • @zaydc7316
    @zaydc7316 3 года назад +1

    I get the following error when I try to paste the code into the terminal : ''keytool' is not recognized as an internal or external command,
    operable program or batch file.'
    What am I doing wrong?

  • @llama7206
    @llama7206 3 года назад

    hes got one for android too!!! youre the man.... lol I swear I use your videos every time I do a deploy just to be extra safe

    • @1ManStartup
      @1ManStartup  3 года назад +1

      haha same, I rewatch these ones on my deploys too

  • @prasaddhend5500
    @prasaddhend5500 3 года назад +1

    I had upload my app to playstore in the internal testing for 100people.
    Currently it is in review mode
    After upload google gives me download app link for testers i used that and download app but app after downloading. App is not logging via Google.
    At the upload time i gives the sha keys to the firestore. There are 4keys at firestore 2 upload keys & 2 debug keys.
    Can you tell What the problem occurred ?

  • @jayrudd6329
    @jayrudd6329 2 года назад

    Oh and thanks for the video. i have used it a few times

  • @inkabenthin9814
    @inkabenthin9814 3 года назад

    thank you for guiding through the somewhat errorprone process! I also loved your video about the same for iOS.

  • @fssene1462
    @fssene1462 Год назад

    Thank you very much ! Helpful

  • @vrajendramandloi5917
    @vrajendramandloi5917 3 года назад +1

    good job do you have a video via which your flutter app can also be uploaded to Apple App Store..

    • @1ManStartup
      @1ManStartup  3 года назад +1

      Yes, ruclips.net/video/KEkk0k4pws8/видео.html

  • @darshankhadse880
    @darshankhadse880 3 года назад

    Google signin is not working after this keystore creation in my build apk

  • @MrMJA96
    @MrMJA96 3 года назад

    So helpful man. Thank you

  • @jaywalktheworld7005
    @jaywalktheworld7005 4 года назад

    Welcome back!!

  • @mrvfino
    @mrvfino 3 года назад

    Thank you!

  • @АннаЩербак-э6к
    @АннаЩербак-э6к 3 года назад

    Anyone can help me?
    Execution failed for task ':app:compileReleaseKotlin'.

  • @jayrudd6329
    @jayrudd6329 2 года назад

    bro so i have these attribute errors in my xml file. is it important to solve them?
    I also see you have some errors in your xml file.

    • @1ManStartup
      @1ManStartup  2 года назад

      Those always annoyed me but I think they can be ignored

  • @MikeNugget
    @MikeNugget 4 года назад +1

    Thanks a lot for this video!
    Like & subscription

  • @vigneshwaran636
    @vigneshwaran636 4 года назад

    Welcome brother..

  • @fantashio
    @fantashio 4 года назад

    Cool. Keep it up!

  • @JaJa-gh3ze
    @JaJa-gh3ze 3 года назад

    Mine says "[Storing c:\Users\USER_NAME\key.jks]
    " and then error. Where does it get my user name?? PLEAAASE HELP

    • @JaJa-gh3ze
      @JaJa-gh3ze 3 года назад

      it doesnt seem to find my username in my c directory

    • @1ManStartup
      @1ManStartup  3 года назад

      You'll need to generate your keystore differently. flutter.dev/docs/deployment/android#create-a-keystore

  • @Đ.T-u6o
    @Đ.T-u6o 2 года назад

    thanksyou

  • @petersvictor1141
    @petersvictor1141 4 года назад

    Nice video
    Please do a Flutter + laravel series?

    • @1ManStartup
      @1ManStartup  4 года назад

      thanks for the suggestion, I've never used laravel so it's extremely unlikely I'd do that. What is it you're actually trying to build?

    • @petersvictor1141
      @petersvictor1141 4 года назад

      I'm trying to build a chat app
      With your videos, I'm almost done with it using firebase
      But I think firebase is too costly for production

  • @teeratphoowaborwornphimkul3501
    @teeratphoowaborwornphimkul3501 3 года назад +1

    google review long time more than 2-3 days.

  • @engcho1944
    @engcho1944 2 года назад

    14:22

  • @BrYarDJ
    @BrYarDJ 4 года назад

    hello bro how can fix this problem
    open this link image.
    ibb.co/168W6CK
    or i tell you this problem when i create new update for my project and upload in play store that is give me this.
    you need to use a different version code for your apk or android app bundle because you already have one with version code 1

  • @russwestwoodAgain
    @russwestwoodAgain 2 года назад

    Hey there Dave, @5:18 should it be minSdkVersion, not maxSdkVersion?
    And would it work without a SdkVersion declaration like so?
    Ok, correction: I read up on the .dev documentation and it is maxSdk, just sounds a little counter intuitive...

    • @1ManStartup
      @1ManStartup  2 года назад

      yes, you do not need to set the maxSDK `` will be enough.