如何在没有 Xcode 且没有 Apple 开发者帐户的情况下在 windows 上创建 .ipa 文件
How to create a .ipa file on windows without Xcode and without an Apple Developer Account
我想知道如何将我编写的应用程序转换为 .ipa 文件。我的应用程序是用 React Native 编写的,但我负担不起使用 Expo 将我的应用程序转换为 .ipa 文件的 Apple 开发者帐户。如果可能的话,我想要一个可以转换用任何语言或流行语言编写的应用程序的解决方案。
感谢任何帮助!
谢谢!
在 expo 中,您可以使用以下命令创建 ipa:
exp build:ios
按照最新的 expo 文档进行操作。您只需按照他们提到的那样更改您的 app.json 文件。
Expo latest documentation for generating apk & ipa
Step 1: install exp: npm install -g exp
Step 2: configure app.json file
Step 3: exp build:android or exp build:ios
Note: for .ipa you should know your apple ID and password: once you
start building expo ask you for your apple ID n password
? How would you like to upload your credentials? Expo handles all
credentials, you can still provide overrides
We need your Apple ID/password to manage certificates and provisioning
profiles from your Apple Developer account.
Note: Expo does not keep your Apple ID or your Apple password.
? What's your Apple ID?
我想知道如何将我编写的应用程序转换为 .ipa 文件。我的应用程序是用 React Native 编写的,但我负担不起使用 Expo 将我的应用程序转换为 .ipa 文件的 Apple 开发者帐户。如果可能的话,我想要一个可以转换用任何语言或流行语言编写的应用程序的解决方案。
感谢任何帮助!
谢谢!
在 expo 中,您可以使用以下命令创建 ipa:
exp build:ios
按照最新的 expo 文档进行操作。您只需按照他们提到的那样更改您的 app.json 文件。
Expo latest documentation for generating apk & ipa
Step 1: install exp: npm install -g exp
Step 2: configure app.json file
Step 3: exp build:android or exp build:ios
Note: for .ipa you should know your apple ID and password: once you start building expo ask you for your apple ID n password
? How would you like to upload your credentials? Expo handles all credentials, you can still provide overrides
We need your Apple ID/password to manage certificates and provisioning profiles from your Apple Developer account.
Note: Expo does not keep your Apple ID or your Apple password.
? What's your Apple ID?