expo / custom-expo-updates-server

238 stars 67 forks source link

fix: Expo Current Update Id and Update Id check #43

Open saxenanickk opened 5 months ago

saxenanickk commented 5 months ago

In the code we are doing equality check on currentUpdateId & id in line #122. Which fails everytime because we are passing a hash in the manifest API request from the android mobile application. Due to this we are always responding with the manifest to the mobile application.

This PR will fix this issue.

Screenshot 2024-02-02 at 11 52 46 AM