clean ota update

SDK Version 34
Platforms Android
Hello,
i try to use clearUpdateCacheExperimentalAsync(“UNVERSIONED”) for clean up old ota update.
But the size of the app is always the same, and with other updates the size increment.
I don’t use the client but an apk.

Thanks

there isn’t a mode for know the abi version of the app?

Hey @fagati,

As the method indicates it is experimental so YMMV. The size increase is a known issue and we’re currently working on a re-write of the Updates module that will fix this.

Cheers,
Adam

Adam, I think @fagati’s point is that there no way of knowing which versions are cached for a given apk - meaning that one cannot know what argument to pass. The function may well be experimental, but it’s useless if there’s no way of correctly invoking it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.