Signer not valid error

后端 未结 10 2108
悲&欢浪女
悲&欢浪女 2020-12-01 08:50

I\'ve created an ad hoc build of my app and would like another person to install it. I have their device ID (two actually) in the provisioning profile. My certificate is t

10条回答
  •  离开以前
    2020-12-01 09:02

    It's a good idea to check the imbedded.mobileprovision file that comes bundled in the .app file to make sure that the UID is in there. Just do the following:

    1. unzip ProblemApp.ipa
    2. cd Payload/ProblemApp.app
    3. pico imbedded.mobileprovision

    Look for the UID of your device within this file. If it's not there then it's probably not added to the provisioning file within the portal.

提交回复
热议问题