我需要为我的苹果应用程序提供与配置文件相同的名称吗?

发布于 2024-10-19 07:14:29 字数 334 浏览 2 评论 0原文

我是苹果应用程序开发的新手。我为我的教授工作,因此大学支付配置文件的费用。这里我有几个问题:

  1. 如果应用程序 ID 是“*.edu.university.lab.HelloWorld”,名称是“HelloWorld”,要在 iPad 上运行我的应用程序,我是否必须提供我的应用程序 ID?应用程序的名称(即 HelloWorld)与配置文件的名称完全相同?

  2. 如果上述情况属实,我必须在其他程序中构建并测试我的应用程序,然后才能在真正的 iPad 中运行它。如何通过将名称更改为 HellowWorld 来复制整个程序?

多谢!

朵拉

I am a newbie in apple app development. And I work for my professor so the university pays for the provisioning profile. Here I have several questions about it:

  1. If the app ID is "*.edu.university.lab.HelloWorld", and its name is "HelloWorld", to run my app on the iPad, do I have to give my app exactly the same name (that is HelloWorld) as the provisioning file's name?

  2. If the above is true, I have to build and test my app in other programs before running it in real iPad. How can I copy the entire program by just changing the name to HellowWorld?

Thanks a lot!

Dora

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼泪都笑了 2024-10-26 07:14:29

当您在设备上进行测试时,应用程序 ID 可以包含通配符,例如 edu.university.*。

App ID can include wild card, for example edu.university.* when you are testing on devices.

傲影 2024-10-26 07:14:29

应用 ID 可以是您喜欢的任何内容,只要遵循 com.yourdomain.yourappname 即可。您的应用不需要与捆绑 ID 的 yourappname 部分调用相同的名称。如果yourappname设置为*,那么它被称为通配符

创建分发配置文件时,请包含捆绑包 ID。捆绑包 ID 必须与之匹配。其他一切都可以是你想要的。

An app id can be whatever you like, so long as it follows com.yourdomain.yourappname. Your app does not need to be called the same thing as the yourappname portion of your bundle id. If yourappname is set to *, then it is said to be a wildcard.

When you create a distribution profile, you include what the bundle id will be. The bundle ID must match that. Everything else can be what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文