0
我看過蘋果的推送通知方針和幾個堆棧溢出的問題,如這些:爲多個用戶APN設備令牌
- 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
?