iPhone:推送通知配置文件和 AdHoc 配置文件的混淆
我已经在我的应用程序中实现了 UrbanAirship 推送通知。
但我在创建 AdHoc 时有点困惑。
我已经为调试创建了配置文件,在其中选择设备 ID。
因此,在创建 AdHoc 时,我是否需要创建新的 AdHoc 配置文件还是不需要?
I have implemented UrbanAirship Push notification in my app.
But I am little bit confuse while creating AdHoc.
I have made provisioning profile for Debug in which I am selecting Device IDs.
So while creating AdHoc, Do I need to create new AdHoc profile or Its not needed ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里的临时配置文件不是与推送通知设置相关的东西。但您需要在苹果开发者帐户部分配置您的appID,并选择它以启用推送通知。在该 appID 下,您可以轻松使用开发人员临时配置文件或分发临时配置文件。不再混乱。
试试这个。让我知道。
Here the provisional profile is not the thing related to push notification settings. But you need to configure your appID under the apple developers account section and select it for push notification enabled. Under that appID you can use developers provisional profile or distribution provisional profile easily. No confusion any more.
Try this. And let me know.
首先您需要创建分发证书。然后在配置部分选择分发,然后创建一个新的配置配置文件,然后在那里选择临时配置文件。
First you need to create a distribution certificate. Then in the provisioning section select distribution and then create a new provisioning profile select ad-hoc there.