苹果推送通知服务统计(apns)

发布于 2024-12-27 17:38:26 字数 91 浏览 7 评论 0原文

是否可以找到有关 Apple 推送通知 服务使用情况的信息? 有多少人正在使用它们,有多少人正在拒绝它们? 或者也许,有人已经掌握了此类信息?

Is it possible to find information about Apple Push Notification Service usage?
How many people are using, and how many people are declining them?
Or maybe, somebody already has this sort of information?

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

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

发布评论

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

评论(1

失退 2025-01-03 17:38:27

苹果没有提供大量关于有多少用户实际接受/拒绝推送通知的信息,但您可以通过比较总安装数和您拥有的有效推送通知令牌的数量来很好地了解正在发生的情况(我是假设由于您对分析感兴趣,因此您已经设置了推送服务器)只有在用户接受时才会生成推送通知令牌。

如果您需要有关实际推送通知的更多信息,您需要亲自动手并在应用程序中实际添加跟踪代码。如果您正在寻找免费的工具,请尝试使用具有自定义事件跟踪功能的 iOS 版 Google Analytics:https://developers.google.com/analytics/devguides/collection/ios/v2/events

Urban Airship 还提供了相当不错的分析服务,但您必须使用他们的推送通知服务器:http://urbanairship.com/products/push-messaging#analyze

Apple does not provide a lot of information about how many users actually accept/decline push notifications but you can get a good idea of what's going on by comparing the number of total installs and the number of valid push notification tokens you have ( I'm assuming that since you are interested in analytics you already have a Push server set up ) Push notification tokens are only generated if a user accepts.

If you need more information about the actual push notifications, you'll need to get your hands dirty and actually add tracking code in the application. If you're looking for something free try Google Analytics for iOS with Custom Event Tracking: https://developers.google.com/analytics/devguides/collection/ios/v2/events

Urban Airship also provides a pretty good analytics service, but you have to be using their push notification server: http://urbanairship.com/products/push-messaging#analyze

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