【发布时间】:2015-12-07 15:22:00
【问题描述】:
我已经阅读了苹果的推送通知指南和一些堆栈溢出问题,例如:
- APNs duplicate tokens
- Are push notification tokens unique across all apps for a single device?
- What Happen If a APNS Device Token Expired?
- Does the APNS device token ever change, once created?
甚至考虑使用谷歌的 GSM,但意识到底层使用 APN
- Google/Apple Push Notification Service (APNS/GCM)
- Is there any reason to use Google GCM vs Apple messaging for push notifications?
但没有人指出当为同一设备上的应用创建多个用户或一个用户拥有多个设备时会发生什么情况。只有问题“推送通知令牌在单个设备的所有应用程序中是否唯一?”解决了多设备案例,但答案是 5 年前,所以想知道 iOS 9 是否有任何变化。
这是否意味着我的服务器(提供者)将与令牌具有一对多关系,并且主键将构成 user_id 和 user_token?
【问题讨论】:
标签: ios9 devicetoken apn multiple-users