Closed GoogleCodeExporter closed 8 years ago
Under 'Passing the Provider the Current Language Preference (Remote
Notifications)'
on page:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Concept
ual/RemoteNotificationsPG/IPhoneOSClientImp/IPhoneOSClientImp.html#//apple_ref/d
oc/uid/TP40008194-CH103-SW3
It is implied that the payload should be UTF-8.
Or are you asking for loc-key and loc-args to be suppored?
Original comment by idbill.p...@gmail.com
on 3 Aug 2011 at 2:56
Original comment by sype...@gmail.com
on 9 Sep 2011 at 7:11
Apple documentation suggests that payload content should be UTF-8. There is no
reference to ISO-8859-1... I have nonetheless modified the Payload class in
javapns 2.0 Beta 2 revision 003 (available in svn only for now) so that the
character encoding used by getPayloadAsBytes can be customized to meet specific
needs.
Original comment by sype...@gmail.com
on 14 Sep 2011 at 7:13
Original issue reported on code.google.com by
daniel.p...@alamoconsulting.com
on 29 Jul 2011 at 9:27