Is there a way to see what UDID are included in a build?

后端 未结 4 819
星月不相逢
星月不相逢 2021-01-01 10:33

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.

4条回答
  •  有刺的猬
    2021-01-01 10:59

    Open the .mobileprovision file in a text editor. The devices included will be listed under the ProvisionedDevices element of the plist section.

    If you use testflight, it automatically compares the devices in the profile with your registered testers.

    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.

提交回复
热议问题