How to use In-App Update Component

This method of testing is not working so does anyone know about any other testing method of the In-App Update component??

I want to test it before using this feature in my final update of the appā€¦ Any help would be greatly appreciated. @Diego

I am going outside pm me at 1pm I will help you this method is fully working for me so please pm me

create your app and upload it into Google Play beta or alpha to test
Taifun

1 Like

I can not find the ā€œin app update componentā€. Where is it? Much obliged.

Hello @Donald_Hwong Go to Settings and turn experimental section on.

First See This Thread This is In The Same Topic

Got it. I found it. Thanks.

please send me the blocks what you useā€¦!! for in app update

1 Like

Why? Everything is clearly mentioned in the guide itself.

Hi All

I have implemented this as below, however this did not work while the app was updated in Google Playstore. Any pointer will help.

I have ensured minimum API as below:

image

Did you called procedure when screen initialises

Yes, obviously :blush:

1 Like

Try checking if it has initialised.
By this block inappupdate.initialised

Use the In-App Update.Initialized event, not the Screen.Initialize event
https://docs.kodular.io/components/experimental/in-app-update/#initialized

1 Like

I wonder how the event gets triggered. :thinking:
Does app automatically check for update on screen initialize?

1 Like

Why donā€™t you post your extension in extensions category? Ignore if already done

Based on this:

Are the blocks

and

Correct ? :thinking:

1 Like

NO, things have changed now. These are the correct blocks you should use. I will update the guide soon.

@ravigarg
Hi i have a doubt . When i publish my updated apk file to the playstore , will the app (or the users ) come to know about the updates . If so , how is that been done because will the playstore notify the app ?