문제

I know the basics: they compute a difference between two versions and send it to the user's device where it is deployed. Precisely, I am interested in 2 questions:

  1. What changes were made to the server's software and what changes were made to the Android Google Play Store application?
  2. What algorithm is used to compute difference between the two application's versions?

Thank you.

도움이 되었습니까?

해결책

OK, it seems that they use GDIFF algorithm that computes differences between streams. More information about GDIFF algorithm and GDIFF format here: http://www.w3.org/TR/NOTE-gdiff-19970901, http://gdiff.codeplex.com/.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top