How to implement In-App Update in Android Studio | Test In-App Updates (Flexible & Immediate)

  Рет қаралды 32,567

iRekha Tech Solutions

iRekha Tech Solutions

Күн бұрын

Пікірлер: 53
@rijupakira
@rijupakira 8 ай бұрын
What If I don't publish on the Play Store, then how do I use in-app update features?
@ProjectAryawarta
@ProjectAryawarta Жыл бұрын
This is older version. Seems not supported.
@deepeshkumar1704
@deepeshkumar1704 Жыл бұрын
In app update 2 types ke hai,ex. hum implement bhi kar liye ki Flexible/Immediate, ki jaisa bhi update hai,waise logic se update karna hai, but,but,but hame kahan define karna hota hai ki ye update jo de rhe hai wo Flexible hai ya Immediate hame lagta tha, update karte waqt puchha jata hoga ki, ye jo update de rhe hai wo kis type ka hai, but wo update karte waqt nhi puchha gya finally question is, Where we have to define this update is FLEXIBLE/IMMEDIATE?
@RohitSharma-of6vy
@RohitSharma-of6vy 8 ай бұрын
bhai iska koi answer mila to mujhe bhi bta dena
@joseluisnebril4762
@joseluisnebril4762 Ай бұрын
Hi have you any java code to update apk without play-store?
@yashbudhe97
@yashbudhe97 Жыл бұрын
Thank You Ma'am! I really found it to be very helpful Ma'am Can You Please Guide For New Steps to implement this because this method is deprecated now! Waiting For Your Reply Ma'am....
@irekhatechsolutions
@irekhatechsolutions Жыл бұрын
Which method is deprecated? Please check this page developer.android.com/guide/playcore/in-app-updates/kotlin-java . If something is deprecated, that will be updated in this developer documentation page.
@cipriangabor45
@cipriangabor45 Жыл бұрын
Great video. But onActivityResult is deprecated for kotlin. Do you have an example on how to do it without onActivityResult?
@test-yu2vn
@test-yu2vn Жыл бұрын
hi thank you very much very nice class we have give, how can i disable close option (X) in the force update , that means use need to update app then only he can go through the app..
@irekhatechsolutions
@irekhatechsolutions Жыл бұрын
You can't disable it, instead you can check "if (resultCode == RESULT_CANCELED)" in 'onActivityResult()' callback which gets called on click of Close option. Then you can take the necessary action like closing the app or showing the message to update the app immediately.
@GuillermoReynoso-n3l
@GuillermoReynoso-n3l Жыл бұрын
@@irekhatechsolutions @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if (resultCode == RESULT_CANCELED) { // The user cancelled the activity, so close the app CheckForAppUpdate(); ////// or ///////// finish(); this is correct ?
@mukeshroy4971
@mukeshroy4971 Жыл бұрын
Very informative and helpful video, thanks..
@coprepedusolutions6480
@coprepedusolutions6480 5 ай бұрын
Failed to bind to the service , plzse help
@ashutoshsingh2173
@ashutoshsingh2173 6 ай бұрын
I am installing build from android studio in emulator but i did't get any popup, i am using the same code as yours, please suggest
@irekhatechsolutions
@irekhatechsolutions 6 ай бұрын
Please check the version numbers. The app version in the playstore has to be grater than the app version you have installed on emulator. Then only it will show you update popup.
@nanangagung7263
@nanangagung7263 2 ай бұрын
i have downloaded an update in foreground, then i closed the app. But then the update installed in background (when the app is off). is it possible to install the update only when the next time I turn on the app?
@irekhatechsolutions
@irekhatechsolutions 2 ай бұрын
In that case you should pause the download before closing the app.
@saratm9973
@saratm9973 Жыл бұрын
Is it possible to implement in flutter applicaton?
@pushpakgosavi9697
@pushpakgosavi9697 Жыл бұрын
Thank you for this informative video.
@GuillermoReynoso-n3l
@GuillermoReynoso-n3l Жыл бұрын
works !!!!! i love u
@gigofix
@gigofix 10 ай бұрын
My app main catagory page not loading after update api level 31 to 33 n relevents. Can u help me on chargeable basis?
@irekhatechsolutions
@irekhatechsolutions 10 ай бұрын
Can you please mail the complete details to surekha.bogi@gmail.com? I will try to help you.
@madrasman8883
@madrasman8883 4 ай бұрын
Beautiful. Thanks ❤
@youtubecomedy366
@youtubecomedy366 Жыл бұрын
🎉🎉🎉 thank you madam
@ranbirsharma6067
@ranbirsharma6067 Жыл бұрын
downloading progress not showing in notification panel
@Hindu10111
@Hindu10111 Жыл бұрын
hi thaks for the help but getting "unknown error" status in installation status.did signed apk with release still getting error
@IndianGamerMS
@IndianGamerMS Жыл бұрын
When i update the app and installation is successful then when i open the app again update option is showing again
@ramchoudhary8814
@ramchoudhary8814 Жыл бұрын
The app is not updated, that is why it is showing everytime when we start the app.
@himanshuchandrakar8157
@himanshuchandrakar8157 Жыл бұрын
I did the same process mam...but it doesn't show any option.
@ramchoudhary8814
@ramchoudhary8814 Жыл бұрын
Please make a new video on immediate update, because it is not working properly, the app is not getting updated that is why it is showing everytime when we start the app.
@vinithanabar277
@vinithanabar277 Жыл бұрын
urgent help required i implemented this as you mentioned but when i am giving second update and trying to test it. it also stays on installing screen
@irekhatechsolutions
@irekhatechsolutions Жыл бұрын
If you are trying to test on emulator you get this problem (stuck on installing screen), because we install the build on emulator with out signing and the updated version is a signed build. Same code, try to test on device by uploading the builds on Internal app sharing in Google play console. It works perfect.
@ghdocco
@ghdocco 11 ай бұрын
startUpdateFlowForResult deprecated
@praviianpbiale9523
@praviianpbiale9523 Жыл бұрын
method with these parameter deprecated.
@pocomobile-tf4zm
@pocomobile-tf4zm Жыл бұрын
Good video 💖💖💖💖
@kvmanoharbabu8091
@kvmanoharbabu8091 Жыл бұрын
Is it compulsary to test from Internal app sharing in Google play console, cant I test it with signed apk with already deployed playstore version?
@irekhatechsolutions
@irekhatechsolutions Жыл бұрын
Yes you can.
@juangil6227
@juangil6227 Жыл бұрын
Can you do this successfully? I couldn't, because the update information is taken from my production version and not my last internal version, even though the latter has a higher build number
@kollycentral47
@kollycentral47 Жыл бұрын
👍👍
@SornSreynorng-n4n
@SornSreynorng-n4n Жыл бұрын
Who know one more for flutter project ? Please give me some resources I really need it 😥
@NextGenAnimationss
@NextGenAnimationss Жыл бұрын
❤️
@mrx-kb5yu
@mrx-kb5yu Жыл бұрын
Android studio me code change ho gaya hai agar me yehi code use kro to work krega 😊
@irekhatechsolutions
@irekhatechsolutions Жыл бұрын
Yes. you need to create signed build with updated version number to test the code change
@yashbudhe97
@yashbudhe97 Жыл бұрын
Waiting For Your Reply Ma'am....
@mediad4162
@mediad4162 Жыл бұрын
Please help.. Is it a good practice that after new update arrives and installation done then we should logout the user from the app and ask user to re login again
@7lenilestari229
@7lenilestari229 6 ай бұрын
यदि आप कोटलिन का उपयोग करते हैं, तो क्या चरण समान हैं?
@educationofmaharashtra
@educationofmaharashtra Жыл бұрын
not working
@appsbangla24
@appsbangla24 Жыл бұрын
not working
How to Use the Google Play In-App Update API | Android Studio Tutorial
21:24
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 26 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 2,6 МЛН
Android Studio In-App Update | Kotlin | New Updated Method
31:23
Deccon Tech
Рет қаралды 3,2 М.
How to Force Update Ionic Apps
22:32
Simon Grimm
Рет қаралды 24 М.
No-Nonsense Backend Engineering Roadmap
10:16
Codebagel
Рет қаралды 239 М.
Unity check for game new updates, [ Upgrade popup ]
16:05
Hamza Herbou
Рет қаралды 14 М.
Building a Mobile App in 2024: The BEST Technologies
13:31
Dan Ilies
Рет қаралды 87 М.
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 142 М.