在 iPhone 上安装 ipa
Install ipa on iPhone
我正在尝试在 iPhone 上安装 .ipa。此应用程序需要在发布前进行测试。
首先,我尝试使用 iTunes 安装 .ipa。我点击安装,它转到将安装然后 "installing" 并卡在那里。什么都没有发生。如果我尝试 "sync",它显示为正在设备上安装应用程序,但在同步后消失。
尝试使用 Xcode 安装时出现错误 "A valid provisioning profile for this executable was not found."
如果您尝试在 iOS 设备上安装自己开发的应用程序并遇到此问题,则可能是以下任何原因导致此错误。
- You may have not created proper IPA file. Regenerate your IPA file again.
- You are trying to install app in iOS device which is not registered/associated with your app in developer account. Get UDID of
your iOS device and register it with your app in developer account. Update your provisioning profile and regenerate your IPA.
- Problem with App Installation medium you are using to install an app i.e Diawi or any other.. Re-upload your IPA file (update IPA file
on source location).
逐一检查。你会得到解决方案。
按照以下步骤操作。
- 创建开发者证书并添加到您的项目中。
- 证书必须包含您的设备 UDID。
- 清理并构建您的项目。
- 将您的项目 .app 文件压缩
- 上传 zip 文件到 diawi https://www.diawi.com
- 扫描条形码并仅在 Safari 浏览器中打开 link。
- 点击安装按钮。
这个方法永远不会卡住。
我正在尝试在 iPhone 上安装 .ipa。此应用程序需要在发布前进行测试。
首先,我尝试使用 iTunes 安装 .ipa。我点击安装,它转到将安装然后 "installing" 并卡在那里。什么都没有发生。如果我尝试 "sync",它显示为正在设备上安装应用程序,但在同步后消失。
尝试使用 Xcode 安装时出现错误 "A valid provisioning profile for this executable was not found."
如果您尝试在 iOS 设备上安装自己开发的应用程序并遇到此问题,则可能是以下任何原因导致此错误。
- You may have not created proper IPA file. Regenerate your IPA file again.
- You are trying to install app in iOS device which is not registered/associated with your app in developer account. Get UDID of your iOS device and register it with your app in developer account. Update your provisioning profile and regenerate your IPA.
- Problem with App Installation medium you are using to install an app i.e Diawi or any other.. Re-upload your IPA file (update IPA file on source location).
逐一检查。你会得到解决方案。
按照以下步骤操作。
- 创建开发者证书并添加到您的项目中。
- 证书必须包含您的设备 UDID。
- 清理并构建您的项目。
- 将您的项目 .app 文件压缩
- 上传 zip 文件到 diawi https://www.diawi.com
- 扫描条形码并仅在 Safari 浏览器中打开 link。
- 点击安装按钮。
这个方法永远不会卡住。