简体   繁体   中英

Handle push notifications for Multiple Device/Multiple User Login in ios

I integrated push notification in my app. User will able to login/registration in the app.

User can able to login in multiple device simultaneously.

So, how can I manage the push notification in multiple device?

How facebook/popular app handle this?

Give me some guidance

Thank you

Push Notification works on Device tokens, doesn't matter, how many devices are registered per user. You just need to manage number of device per user. You can also maintain session to track if user is logged in into app or not. Your server will send notification to user on multiple devices. Your app should send device tokens to server on which user logged in or register.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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