如何在不将其上载到Appstore的情况下检查iOS中的App切片功能 [英] How to check App slicing feature in iOS without uploading it to Appstore

查看:68
本文介绍了如何在不将其上载到Appstore的情况下检查iOS中的App切片功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用App切片功能并设置资产中的所有图像,我需要检查该功能而不将其上传到Appstore.

I am working on App slicing feature and set all images in asset, i need to check that feature without uploading on Appstore.

有可能吗?有什么方法可以获取.IPA文件并检查其大小或资源.

Is that possible? is there any way by which we can get .IPA file and check it's size or resources.

推荐答案

如果要检查应用程序'.ipa'文件的大小.

If you want to check the size of application '.ipa' file.

只需执行以下步骤.

  1. 打开档案管理器(从窗口"菜单中选择管理器"),然后选择档案.
  2. 单击导出"按钮,选择一个导出选项,然后单击下一步". 要将您的应用分发给具有指定设备的用户,请选择保存以进行临时部署".该应用程序将使用发行证书进行代码签名.

  1. Open the Archives organizer (choose Organizer from the Window menu), and select the archive.
  2. Click the Export button, select an export option, and click Next. To distribute your app to users with designated devices, select "Save for Ad Hoc Deployment." The app will be code signed with the distribution certificate.

要分发您的应用程序以进行内部测试,请选择保存以供开发部署".该应用程序将使用您的开发证书进行代码签名.

To distribute your app for internal testing, select "Save for Development Deployment." The app will be code signed with your development certificate.

在出现的对话框中,从弹出菜单中选择一个团队,然后单击选择". 如有必要,Xcode会为您创建所需的签名身份和配置文件.

In the dialog that appears, choose a team from the pop-up menu and click Choose. If necessary, Xcode creates the needed signing identity and provisioning profile for you.

在设备支持"对话框中,选择是导出通用应用程序还是特定设备的变体,然后单击下一步".

In the Device Support dialog, choose whether to export the universal app or a variant for a specific device, and click Next.

  • 如果要在任何受支持的设备上运行该应用程序,请选择为所有兼容设备导出一个应用程序."
  • 如果要测试所有设备差异,请选择导出特定设备",然后从弹出菜单中选择所有兼容的设备变量".
  • 如果要测试特定设备的变体,请选择为特定设备导出简化的应用程序",然后从弹出菜单中选择设备系列.

在出现的对话框中,查看应用程序,其权利和供应配置文件. 临时供应配置文件应以文本XC Ad Hoc:开头.团队供应配置文件应以文本[platform]团队供应配置文件:[App ID]

In the dialog that appears, review the app, its entitlements, and the provisioning profile. The ad hoc provisioning profile should begin with the text XC Ad Hoc:. The team provisioning profile should begin with the text [platform] Team Provisioning Profile: [App ID]

6.查看构建选项,然后单击下一步".

6.Review the build options, and click Next.

7.如果您请求清单文件,请在出现的分发清单信息"对话框中输入有关Web服务器的详细信息. 输入以下信息:

7.If you request a manifest file, enter details about your web server in the "Distribution manifest information" dialog that appears. Enter the following information:

8.输入文件名和文件位置,然后单击导出".

8.Enter a filename and location for the file, and click Export.

在此处查阅苹果文档.

这篇关于如何在不将其上载到Appstore的情况下检查iOS中的App切片功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆