What's the encoding type of Android 2.2 push message? -


i'm studying android push service (c2dm) android froyo version. google says max size of message 1024 bytes (http://code.google.com/intl/ko/android/c2dm/). message encoding type? want put message not english.

c2dm requires application send messages url-encoded content type application/x-www-form-urlencoded. can confirm works data german umlauts + ß.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -