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

Поділитися
Вставка
  • Опубліковано 24 лис 2024

КОМЕНТАРІ • 17

  • @altafali979
    @altafali979 6 днів тому +1

    It's so helpful to me

  • @gopinathmurmu8074
    @gopinathmurmu8074 Місяць тому +2

    Thank you madam

  • @YaMehdi
    @YaMehdi 2 місяці тому +1

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

  • @shivaprasad5826
    @shivaprasad5826 2 місяці тому

    Tq medam

  • @poplay2406
    @poplay2406 2 місяці тому

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

  • @MrFantasticAbhi
    @MrFantasticAbhi Місяць тому

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

  • @chethanBG-ru2jc
    @chethanBG-ru2jc 2 місяці тому

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

  • @healingvibes6341
    @healingvibes6341 Місяць тому

    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  Місяць тому

      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 Місяць тому

      @@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 2 місяці тому

    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  2 місяці тому

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

  • @punithr9480
    @punithr9480 2 місяці тому

    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  2 місяці тому +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 2 місяці тому

    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