NativeScript / nativescript-app-sync-server

MIT License
22 stars 14 forks source link

[DO NOT MERGE] Remove hash check from updateCheck #26

Open tdermendjiev opened 1 year ago

tdermendjiev commented 1 year ago

The updateCheck method doesn't populate the package object if current hash equals the package hash. It's better to return the full package info object anyway and decide in the client whether to download it. Should be released together the corresponding changes in the appsync-sdk.