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
I can not find the āin app update componentā. Where is it? Much obliged.
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
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:
Did you called procedure when screen initialises
Yes, obviously
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
I wonder how the event gets triggered.
Does app automatically check for update on screen initialize?
Why donāt you post your extension in extensions category? Ignore if already done
Based on this:
Are the blocks
and
Correct ?
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 ?