Send Push Notification in Non English Language - iphone

I am working on Push Notification App. In that, I want to send Push Notification in Non English language like Gujrathi Lang.(Indian Regional Lang.) But when I receive notification in Gujrathi Language it was showing "??????" in Payload Push Message. But when I send Notification in English everything works fine messages are shown properly. I can't understand why it is happen As I'm first time working on Push notification.
Is there any Problem from my Server Side or I have to handle the Localized string from my app? At which end the problem is arise?
Need Valuable suggestions
Thanks In Advance

The problem is found and it was from my server side changed in notification Payload

Related

How to receive email notification using IFTTT on React app and ThingHttp?

I have followed this link below to configure my own React App using IFTTT and ThingHttp, the unfortunate part i want to receive an email notification. Currently my channels only show last Ran on all React App and non of email notification are sent to me. What could be an issue to my configuration and stuck now?
https://www.elecfreaks.com/store/blog/how-to-send-temperature-threshold-value-alarm-email-via-ifttt.html
I made some relook and found out that problem was on my side. Meaning the naming conversion was on the lower case instead of Upper Case. E.g temp_critical(name of my webhook and reactapp) instead of Temp_Critical(name of my webhook and email/reactapp, thinghttp). I was able to get an notification if my temperature was critical.

How to test if Geoloqi push notifications are working or not?

For normal push notifications, when something new is added to a site, a push notification is sent to the device.
So if I want to test if push notifications work how do I do that?
I tried creating triggers and Geonotes on the console with the present location I receive on my iPhone. And then tried running the triggers hoping to receive a push notification, but unfortunately I am not getting any push notification.
What am I doing wrong?
I hope someone can help me with this.
You can use the message/send method to test sending a message directly to a device.
The simplest way is to log in to your own Geoloqi account from within your app, and then use the API console to send a message to your device. You can of course also send messages to other accounts, just take a look at the doc page for message/send.

Can we cancel a push notification from application on iOS5?

On iOS5, the push notification shows on the top bar and not block user. When the push notification is showing and user click our application but not the push bar, our app will launch normally. However, we want to cancel the push notification at that time. Is it possible ? Thanks a lot!
Short answer: No. There is no way you can manipulate sent notifications as far as I know.
Slightly longer answer:
Once a push request has been sent to the Apple Push Notification servers, thats it. It disappears into their system and they will then try to deliver it on a 'best effort' basis. You receive no feedback about its status or any ability to change/delete it.
The only form of feedback you can get is about which devices do not wish to receive push notifications that you tried to send to.
If you want to send delayed notifications which can be cancelled/modified at later data, either write you own solution, or use some pre-existing solution (e.g Urban Airship).

Push notification problem

Im developing an iphone app with push notification service, the problem that when i sent an non English language notification the notification dose not appear on iphone screen but the Badge Number appear on the app icon and the sound for push notification played, on the other hand when i sent an English notification every thing going good.
i sent the notification via php service and the php can understand the non English language so where are the problem ?!!!
any help :)
I can confirm that non-English characters can be sent via APNS. I would focus on the php framework you are using.
Maybe this SO post can help: Push Notification in non english languages. Essentially, the payload length could be calculated incorrectly.

How can I debug Apple push notifications not being received?

I'm using apn_on_rails to integrate Apple's Push Notifications with my service.
For a while, notifications seemed to be sent without issue. But now the notifications don't seem to be making it to people's iPhones/iPads.
According to our database, the notifications are being sent (apn_on_rails has a sent_at field that gets updated when the notification is sent). But no one (myself included) actually get the notifications.
Any ideas where to even start looking to debug this?
Notifications are not displayed if the app is running.
You can check the error response of the sending.