How to implement In-App Updates in android app | Test In-App Updates (Flexible & Immediate) | 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

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

  • @AmodKumar-fp9hi
    @AmodKumar-fp9hi หลายเดือนก่อน

    Thanks its very useful to me 🎉

  • @gopinathmurmu8074
    @gopinathmurmu8074 3 หลายเดือนก่อน +2

    Thank you madam

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

    It's so helpful to me

  • @YaMehdi
    @YaMehdi 4 หลายเดือนก่อน +1

    Cool, Do you have video plan for: v7 In-app Billing Tutorial | Subscription

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

    Tq medam

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

    Hi, I have a question. "An update has just been downloaded. RESTART." This warning does not appear. And when the update download is completed, the application closes automatically. When I open it again, the update starts to installing automatically and opens without any problems. How do I get this warning to appear and how do I restart after the warning?

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

    Please make video " How to Upload Paid app in play console" ...

  • @chethanBG-ru2jc
    @chethanBG-ru2jc 3 หลายเดือนก่อน

    hello, My game is not signing by google in Pla console, How to fix

  • @MrFantasticAbhi
    @MrFantasticAbhi 3 หลายเดือนก่อน

    hey i am using c# and unity doing everything as explained in on developer website but somehow its not working can somebody help
    ?

  • @kachihubspot-kachiboost
    @kachihubspot-kachiboost 23 วันที่ผ่านมา

    Please my app got rejected saying they testers didn't test the app and give feedback.

  • @NisargaNS-b3n
    @NisargaNS-b3n หลายเดือนก่อน

    When you kill the app during update, will it also kill the update, or will the update continue in the background?

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

      It will also kill the update. And after login you get the update snackbar once again.

  • @healingvibes6341
    @healingvibes6341 3 หลายเดือนก่อน

    half of the video u coded and u said its expected not work, then the other half of the video u do it works ,, so should we do only the half video where it works ? or should do the part that as expected not working ?

    • @irekhatechsolutions
      @irekhatechsolutions  3 หลายเดือนก่อน

      It didn't work initially because of the testing requirements not because of the coding problem. You need to finish coding as explained and while testing you should follow the steps explained exactly in the video in order to test the updates.

    • @healingvibes6341
      @healingvibes6341 3 หลายเดือนก่อน

      @@irekhatechsolutions hi dear, i just added my app in google pay store , i didnt add any code reated to update i just saw ur video now . now with that being said if i upload the new aab file in google play the current user would geet the update ? altho i didnt add any code related to updates ? chatgpt says yes the curernt usser get update even if i didnt add any code related to update ?

  • @AmarKumar-vo2bv
    @AmarKumar-vo2bv 3 หลายเดือนก่อน

    Maam i have added multiple language in app. language is changing in debug apk but when putting to production language is not changing.Ihave check xml file all fine.Please help

    • @irekhatechsolutions
      @irekhatechsolutions  3 หลายเดือนก่อน

      Use following block in module's build.gradle file and check. May help
      bundle {
      language {
      enableSplit = false
      }
      }

  • @punithr9480
    @punithr9480 3 หลายเดือนก่อน

    Hi there! I'm facing a challenge. I haven't updated my since 10 months means, not implemented asking runtime permission for push notifications from users due to developer unavailability. Now we've updated the app with runtime push notifications for push notifications. The challenge is, majority of users(users of Android 13 and 14) are using old version. Now i cannot communicate with them to let them know about app update because they don't receive notifications. Is there any possible way to communicate with them to update the app? Thank you deeply.

    • @irekhatechsolutions
      @irekhatechsolutions  3 หลายเดือนก่อน +1

      I don't think so. If the google plays store app suggests for the update they can do. But again its up to the users whether they update the app or not.

  • @AmarKumar-vo2bv
    @AmarKumar-vo2bv 3 หลายเดือนก่อน

    Maam i have added multiple language in app. language is changing in debug apk but when putting to production language is not changing.Ihave check xml file all fine.Please help