设备令牌没有方法?

发布于 2024-10-14 09:28:17 字数 72 浏览 2 评论 0原文

我们可以在不调用ipad中的方法的情况下获取设备令牌吗?

如果是的话怎么办?

谢谢, 夏姆帕拉马尔

Can we get device token without calling method in ipad?

if yes how?

Thanks,
shyam paramar

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

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

发布评论

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

评论(1

晨与橙与城 2024-10-21 09:28:17

必须调用

[[UIApplicationsharedApplication]registerForRemoteNotificationTypes:(UIRemoteNotificationTypeBadge)];

方法来触发您的应用程序和特定设备向Apple推送通知服务的注册。

它在“本地和本地”中进行了描述。推送通知编程指南'下的计划、注册和处理通知。

You have to call the

[[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeBadge)];

method to trigger the registration of your app and the specific device with the Apple Push Notification Service.

It's described in the 'Local & Push Notifications Programming Guide' under Scheduling, Registering and Handling Notifications.

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