How to deploy iOS app to a iPhone using Delphi Seattle without Apple developer account?

被刻印的时光 ゝ 提交于 2019-12-09 02:43:48

问题


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

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


回答1:


  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

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



来源:https://stackoverflow.com/questions/32663131/how-to-deploy-ios-app-to-a-iphone-using-delphi-seattle-without-apple-developer-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!