有没有办法看到构建中包含哪些UDID?
我正在寻找一种验证IPA或mobileprovision文件的方法,以便在我分发应用程序进行beta测试之前查看我的所有测试设备是否已添加。
I am looking for a way to validate an IPA or mobileprovision file, to see if all my test devices have been added before i distribute the app for beta-testing.
在文本编辑器中打开 .mobileprovision
文件。包含的设备将列在plist部分的ProvisionedDevices元素下。
Open the .mobileprovision
file in a text editor. The devices included will be listed under the ProvisionedDevices element of the plist section.
如果您使用testflight,它会自动将配置文件中的设备与您注册的测试人员进行比较。
If you use testflight, it automatically compares the devices in the profile with your registered testers.
可以通过复制文件,将其重命名为 .zip
并解压缩来检查IPA的内容。在那里你会找到 .mobileprovision
文件。
An IPA's contents can be inspected by copying the file, renaming it as .zip
and unzipping it. Inside there you will find .mobileprovision
files.