How to use In-App Update Component

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 ?

This is how user will get to know about new updates.

3 Likes

I have used that steps, but it doesn’t work…

1 Like

This popup notifier, looks very professional. In-app update extension is offer this popup template or it be private work? Maybe you can share some guide how make notify similar like this one?
Thanks in advance.

@amazingtoolkits It is the default template.

1 Like

if the user clicks no thanks in the dialog box asking for update. Then will the notification show again when the app opens, or it will show only once?

In which group will I get the In-App_Update component?

Check that

What does the In-App Update component do?

In app update not working old version sdk