简体   繁体   English

构建后反应原生IOS

[英]React Native IOS After Build

I followed all the steps to create the iOS version of the application. 我按照所有步骤创建了应用程序的iOS版本。 Finally, I build over xcode and see that the process is successful. 最后,我构建了xcode并看到该过程是成功的。 Now this project I build will be sent to apple store. 现在我建立的这个项目将被发送到苹果商店。 None of the places I read says what to do after build. 我读过的所有地方都没有说过构建后要做什么。 I do not know how it works because I'm strangers to the IOS platform. 我不知道它是如何工作的,因为我对IOS平台很陌生。 If someone who has previously installed the app helps, please be grateful. 如果以前安装该应用程序的人有帮助,请不胜感激。

在此输入图像描述

To Upload your app to Appstore, you need to have developer certificate and provisioning profile, uploading to itunesconnect is easy to work with xcode. 要将您的应用程序上传到Appstore,您需要拥有开发人员证书和配置文件,上传到itunesconnect很容易使用xcode。 select Generic iOS device form the simulator selection dropdown list and then click on product menu archive , it will archive the project and an ipa file will be generated then the generated ipa file can be upload to appstore. 从模拟器选择下拉列表中选择通用iOS设备 ,然后单击产品菜单存档 ,它将存档项目并生成一个ipa文件,然后生成的ipa文件可以上传到appstore。 you need to properly setup provisioning profile for the app in itunes connect. 您需要在itunes connect中正确设置应用程序的配置文件。 From itunesConnect you can submit the app to appstore for reviewing your app and later you can decide app to be automatically submited to app store or manual submission. 从itunesConnect,您可以将应用程序提交到appstore以查看您的应用程序,之后您可以决定将应用程序自动提交到应用程序商店或手动提交。 For more info refer here . 有关更多信息, 请参阅此处

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

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