Publish SDK upgrade before app store review

If i upgrade expo SDK to v22 and publish, but my uploaded binary in App Store is still at v21, will the user face problem accessing the app downloaded from App Store, assuming I didn’t use any native functions from v22?

Hi @avery5215, that depends on the time you built your binary. Most of our standalone binaries will support multiple SDK versions (ie) SDK 16, 17, … X, where X is the most recent SDK offered at the time of build. If SDK22 was out at the time you built your standalone app for SDK21, your standalone binary will also be able to support the JS release you published for SDK 22. If SDK22 was not out at the time you built your standalone app for SDK21, your standalone binary will just pull the most recent JS release you published with SDK21.