expo / custom-expo-updates-server

A simplified demonstration of expo-updates protocol use.
MIT License
290 stars 72 forks source link

server: re-add protocol version 0 compatibility #29

Closed wschurman closed 1 year ago

wschurman commented 1 year ago

Closes https://github.com/expo/custom-expo-updates-server/issues/28.

This was converted into a version 1 server recently. There are still clients (like iOS master) that only know how to communicate using version 0. Android master can do 0 or 1.

This PR makes this server support 0 or 1.