Push notification localized args

Hello there.

Went through Push Notification API, played around and got it working, so far so good. I’d like to know if there is any plan to include localized arguments in the API to let the application deal with the text. For instance, in FCM HTTP protocol it has:

title_loc_key
title_loc_args
body_loc_key
body_loc_args

I also tried some workaround sending a push notification without title and body wondering if the app would just receive inbound message without displaying noting in the tray, so that I could actually grab the data, deal with localization and then send a local notification. Didn’t;t work tho. Anyone had to deal with same use case?

cheers

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.