简体   繁体   English

如何在更新的操作系统和 Xcode 的 react-native 中创建 IPA 而无需在 IOS 中拥有开发人员帐户?

[英]How to create an IPA without having Developer Account in IOS in react-native in Updated OS and Xcode?

We have created the .xcarchive file code signing with our client's certificate & distribution provisioning profile, but we need to send the .ipa file to our client so that they can upload the app to the App store using Application Loader.我们已经使用客户的证书和分发配置文件创建了 .xcarchive 文件代码签名,但我们需要将 .ipa 文件发送给我们的客户,以便他们可以使用 Application Loader 将应用程序上传到 App Store。

The only way to create the .ipa file in Xcode 4.5 is clicking Distribute -> Save for Enterprise or Ad-Hoc Deployment which has a description underneath saying "Sign and package application for distribution outside of the iOS App Store".在 Xcode 4.5 中创建 .ipa 文件的唯一方法是单击 Distribute -> Save for Enterprise or Ad-Hoc Deployment,其下方有说明“签名并打包应用程序以在 iOS App Store 之外分发”。

If we save the .ipa file this way, will it cause any problem submitting to the app store?如果我们这样保存.ipa文件,会不会导致提交到应用商店出现问题? Or is there a proper way of converting the .xcarchive to .ipa?或者是否有将 .xcarchive 转换为 .ipa 的正确方法?

I want to create an IPA, but i don't have a Developer Account .我想创建一个 IPA,但我没有开发者帐户。 but i want to share IPA to Client but i don't want to purchase any subscription!!但我想与客户分享 IPA 但我不想购买任何订阅! Any Solutions ??任何解决方案??

If you have a Provisioning Profile in Xcode then below method will 100% work as it works for me :如果您在 Xcode 中有一个 Provisioning Profile,那么下面的方法将 100% 有效,因为它适用于我:

Step:1 Create Archive步骤:1 创建存档

Step:2 Right-Click on the Archive and Click Show in Finder.步骤:2 右键单击​​存档,然后单击在 Finder 中显示。

Step:3 You can see .xcarchive file in Finder.步骤:3 您可以在 Finder 中看到 .xcarchive 文件。

Step:4 Right CLick on the .xcarchive file and click Show package content and go to the Products -> Applications folder.步骤:4 右键单击​​ .xcarchive 文件并单击Show package content ,然后转到Products -> Applications文件夹。 Create a new folder named Payload and drag the .app file into that folder.创建一个名为Payload的新文件夹并将 .app 文件拖到该文件夹​​中。

Step:5 Compress [Create Zip File] the Payload folder and rename it to whatever you want and change the extention to .ipa.步骤:5 压缩 [Create Zip File] Payload 文件夹并将其重命名为您想要的任何名称,并将扩展名更改为 .ipa。

Step:6 Upload that .ipa file in Diawi website and share it with Client.步骤:6 将该 .ipa 文件上传到 Diawi 网站并与客户共享。

暂无
暂无

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

相关问题 如何在Xcode6中创建没有开发人员帐户凭据的IPA - How to create IPA without Developer Account credentials in Xcode6 如何在没有Apple Developer帐户的情况下在xcode 6中创建ipa? - How to create ipa in xcode 6 without Apple Developer account? react-native - 在没有Apple Developer帐户的情况下部署到iOS - react-native - Deploying to an iOS without an Apple Developer Account 在iOS设备(iPhone / iPad)上安装应用或从Xcode创建.ipa,而无需代码签名和开发者帐户 - Install app on iOS device (iPhone / iPad) or create .ipa from Xcode without code signing and developer account 如何在没有 xcode 的情况下禁用 react-native ios 中的应用轮换? - How to disable app rotation in react-native ios without xcode? 在没有开发人员帐户的情况下在Visual Studio中创建IPA - Create IPA in Visual Studio without Developer Account 如何在Xcode7中创建没有Apple Developer Program的ipa - How to create ipa without Apple Developer Program in Xcode7 mac os升级xcode后如何运行npm react-native run-ios? - How to run `npm react-native run-ios` after upgrading mac os and upgrading xcode? 如何在没有Apple开发人员帐户的情况下从Xcode项目中导出临时.ipa - How to export ad-hoc .ipa from xcode project without apple developer account 如何使用Apple Developer Account创建可以在ios10和ios12上都可以信任的ipa - How to create an ipa that can be trust on both ios10 and ios12 using Apple Developer Account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM