GCM から受け取る Android device_token があります。curl プロトコルを使用して Urban Airship に送信し、Android デバイスの APID を受信したいと考えています。私は次のようなものを探します:
curl -X PUT -u "myAppKey:secretKey" \ -H "Content-Type: application/json" \ -H "Basic : xxxxx" https://go.urbanairship.com/api/device_tokens/
ありがとう