简体   繁体   中英

Apple push notification on multiple devices

How to send push notification on multiple devices using tokenId list.

i am able to get the token id of device where app is installed. but problem is how to send this token id to server side.

You have to create a server-side API call (web service method or something similar) that accepts token id from the devices. The server then connects with APN server to authenticate and send out notifications as JSON payload.

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