简体   繁体   English

如何为 ios 获取旧版本的 expo 客户端应用程序

[英]How to get older version of expo client app for ios

please can anyone help me with a link where i can download old expo client IPA file that can work with expo SDK 37(I already have many android users using the build made with SDK 37), the current one in app store(expo go) can only work with SDK 38,39,40...., am so in need of it that i have been searching for it for the past two days and don't know what else to do than to ask this question, thanks. please can anyone help me with a link where i can download old expo client IPA file that can work with expo SDK 37(I already have many android users using the build made with SDK 37), the current one in app store(expo go)只能与 SDK 38,39,40 .... 一起使用,我非常需要它,所以我过去两天一直在寻找它,不知道除了问这个问题还能做什么,谢谢。

You can find the links for the older Expo version here https://expo.io/--/api/v2/versions您可以在此处找到旧 Expo 版本的链接https://expo.io/--/api/v2/versions

To downgrade the Expo Go app, you need to download the tar.gz then install it using:要降级 Expo Go 应用程序,您需要下载 tar.gz,然后使用以下命令安装它:

xcrun simctl install booted [path to untarred directory]

More can be read here: https://forums.expo.dev/t/downgrade-expo-client-app-in-ios-simulator/10634/2更多内容可以在这里阅读: https://forums.expo.dev/t/downgrade-expo-client-app-in-ios-simulator/10634/2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM