Urban Airship - send PUSH to 1 specific device (device token)
问题 So I want to target one specific device token via Urban Airship, but no matter what I do, all of my devices get the message intended for a specific device token. Here's my PHP code - any help is as usual greatly appreciated! define('APPKEY','XXXXXXXXXXXXXX'); define('PUSHSECRET', 'XXXXXXXXXXXXX '); // Master Secret define('PUSHURL', 'https://go.urbanairship.com/api/push/broadcast/'); $msg = "This is a message intended for my iPad 3"; $devicetokens = array(); $devicetokens[0] = $devicetoken;