expo / custom-expo-updates-server

238 stars 67 forks source link

After updating the Android application using npx expo run:android in SDK 49, the client is unable to make update requests. #33

Closed wennjie closed 10 months ago

wennjie commented 11 months ago

After updating the Android application using "npx expo run:android" in SDK 49, the client is unable to make update requests.

sdkVersion:49.0.0

delete old android files then run "npx expo run:android" get new android files , then build with Androd-Studio , release apk cant request the updateurl

Giasinit commented 11 months ago

did you change the runtimeversion? because as it says on the readme, you should change the runtimeversion every time you regenerate native code following binary module additions and SDK updates

Giasinit commented 10 months ago

Did i solve the problem? could you specify?