I m sending push notification from C# in Arabic.
This is my code:
HttpUtility.UrlEncode("اختبار").Replace("+", "%20")
When the app is open, it shows notification within app in Arabic, but if the app is hidden, the notification is displayed in notification screen with encode character like:
%d8%a7%d8%ae%d8%aa%d8%a8
Please give any suggestion.