본문 바로가기

번역3

GCM 구글문서 번역(4) - Sending a Message GCM 구글문서 번역(4) - Sending a Message Here is the sequence of events that occurs when the application server sends a message: 1. The application server sends a message to GCM servers. 2. Google enqueues and stores the message in case the device is offline. 3. When the device is online, Google sends the message to the device. 4. On the device, the system broadcasts the message to the specified Andro.. 2012. 7. 24.
GCM 구글문서 번역(3) - Send-to-Sync vs. Messages with Payload Send-to-Sync vs. Messages with PayloadEvery message sent in GCM has the following characteristics:· It has a payload limit of 4096 bytes.· By default, it is stored by GCM for 4 weeks.→ GCM을 사용한 모든 메시지는 기본적인 특성으로 Payload 메시지를 4096 Byte를 쓸 수 있고 기본적으로 GCM에 4주간 저장되어 있습니다.But despite these similarities, messages can behave very differently depending on their particular settings. One major distinction.. 2012. 7. 24.
GCM 구글문서 번역(2) - How is GCM Different from C2DM 가장 중요한 포인트인, How is GCM Different from C2DM How is GCM Different from C2DM? GCM builds on the core foundation of C2DM. Here is what's different: Simple API KeyTo use the GCM service, you need to obtain a Simple API Key from Google APIs console page. For more information, see Getting Started. Note that GCM only accepts Simple API Key—using ClientLogin or OAuth2 tokens will not work. → API 키를 쉽게 받.. 2012. 7. 24.