简体   繁体   English

QuickBlox消息UDID

[英]QuickBlox Messages UDIDs

I'm using QuickBlox for Apple Push Notification Services, while debugging some problems I had a look at their QuickBlox panel:Messages->Devices and I notice there are multiple devices for some users with different UDIDs. 我将QuickBlox用于Apple Push Notification Services,在调试一些问题时,我看了看它们的QuickBlox面板:Messages-> Devices,我注意到对于具有不同UDID的某些用户有多个设备。 These users have only used one device and none of the device UDIDs seem to tie in with the actual iPhone UDIDs as seen on iTunes. 这些用户仅使用过一台设备,而且似乎没有设备的UDID与实际的iPhone UDID绑定(如iTunes所示)。

Does anyone know where these UDIDs come from, what they signify and why there are more than one per user? 有谁知道这些UDID来自何处,它们表示什么以及为什么每个用户有多个?

Apps are not allowed to access the device UDID. 应用程序不允许访问设备的UDID。

The API for accessing a unique identifier for each device will return a new random ID if you uninstall then reinstall the app. 如果您卸载然后重新安装该应用程序,则用于访问每个设备的唯一标识符的API将返回一个新的随机ID。

This is specifically designed to make it impossible for an app to track users of the app. 这是专门为使应用程序无法跟踪其用户而设计的。

You must ask the user to type in their email or something, if you want to tell one user from another. 如果您想告诉另一个用户,则必须要求该用户键入他们的电子邮件或其他内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM