How to handle In-App Updates in Jetpack Compose

I am looking for a way of implementing In-App updates entirely in Jetpack Compose. Right now I have been following steps from this old article.

There is one thing that is bothering me all the time, which is this warning
“‘onActivityResult(Int, Int, Intent?): Unit’ is deprecated. Overrides deprecated member in ‘androidx.activity.ComponentActivity’. Deprecated in Java”

Using FakeAppUpdateManager to mock update is still working, but I don’t know for how long this will be working. So my question is how we can implement this in Compose?

Link to an article:
https://www.raywenderlich.com/8034025-in-app-updates-getting-started

This topic was automatically closed after 166 days. New replies are no longer allowed.