如何使用没有Apple开发者帐户的Delphi Seattle将iOS应用程序部署到iPhone? [英] How to deploy iOS app to a iPhone using Delphi Seattle without Apple developer account?

查看:214
本文介绍了如何使用没有Apple开发者帐户的Delphi Seattle将iOS应用程序部署到iPhone?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

XCode 7不再需要Apple开发者帐户才能将应用程序部署到iPhone。在Delphi上,要部署应用程序,我们必须使用配置配置来部署它。此配置仅适用于Apple开发人员。

XCode 7 no longer needs an Apple developer account to deploy apps to iPhone. On Delp to deploy apps we must use the provisioning configurations to deploy it. This configuration is only available to an Apple developer member.

有了这种新的可能性,有人知道如何在没有这种配置的情况下进行delphi部署吗?

With this new possibility, someone knows how to make delphi deploy without this configuration?

推荐答案


  1. 在XCode 7中创建一个iOS应用程序,其中包含要在Delphi中使用的包标识符项目

  2. 将XCode应用程序部署到您的设备。 XCode将安装证书和配置文件(项目 - >运行)

  3. 将Delphi项目选项中的CFBundleIdentifier设置为所选的包标识符。

  4. 选择Delphi项目经理的开发配置

  5. 按F9部署您的应用程序

  1. Create an iOS application in XCode 7 with the bundle identifier you want to use in your Delphi project
  2. Deploy the XCode application to your device. XCode will install the certificates and profiles (Project -> Run)
  3. Set CFBundleIdentifier in the Delphi project options to the chosen bundle identifier.
  4. Select the Development Configuration in the Delphi project manager
  5. Press F9 to deploy your application

我是用Delphi 10 Seattle对它进行了测试,结果可行。

I've tested this with Delphi 10 Seattle and it works.

这篇关于如何使用没有Apple开发者帐户的Delphi Seattle将iOS应用程序部署到iPhone?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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