Android Question In-App Update not updating App

mcqueccu

Well-Known Member
Licensed User
Longtime User
Hello, Has anyone recently tested the In-App Update library? Has something changed?

I realised my apps are no longer updating, even though the update screen comes.

When I run the old sample project in the library thread, same thing is hapening. When I log user accepted (Which is triggered when the User clicks the UPDATE button, It is giving False)


B4X:
Private Sub InAppUpdate_onUserAcceptUpdate(accepted As Boolean)
    Log("Accepted: " & accepted) 'This is returning false even though UPDATE was clicked'
End Sub
 
Top