Push Notification Service in non-English

+1 vote
Hi,

If I want to send push notification in Chinese, Japanese, Korean or other languages, can it display normally ?

We use Android, iOS and PHP.

Thank you !
asked Apr 17, 2014 in App42 Cloud API-BaaS by guo (110 points)

1 Answer

0 votes
 
Best answer

To send UTF-8 (non-English) push notification you can simply add custom header dataEncoding to true something like this for android.

Add these lines just before your send method.

HashMap<String, String> otherMetaHeaders = new HashMap<String, String>();  
otherMetaHeaders.put("dataEncoding", "true");  
pushNotificationService.setOtherMetaHeaders(otherMetaHeaders); 
 
For more detail visit
 
 
answered Apr 17, 2014 by sshukla480 (407 points)
selected Apr 17, 2014 by guo
Hi,
Push Notification Service has a function " Schedule Message To User ".
Can we schedule message to a lot of people ?
ex. group in Buddy Service or custom list.

Thanks.
Yes you can schedule push messages to custom user list through AppHQ console..
Go to HQConsole--> Click on push notification Tab --> Select your users --> click on schedule Push
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...