Good day, Everyone!
As I know, Google use File-by-File patching technology (https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html) and Delta-patching to reduce APK update size. But, right now, on testing step, it doesn't seems to be applied to my application.
I have an app in Play Store in Closed Testing. Audience is not to big (3-5 accounts). How can I test/reproduce File-by-File patching technology? Do you know conditions, when Google starts use this technology for my app? Does it depends on downloads count, accounts count, timeframe? Is it in general possible to see this feature work during testing? Any hint?