Firebase Push Notification Doesn't Use Android String Resource From Body_loc_key
I have a backend server that pushes cloud messages to iOS and Android devices. In the messages, the body_loc_key attribute is set to someone_commented_moment, and body_loc_args con
Solution 1:
Alright I found what was making the trouble, by manually trying different requests against the FCM server. It seems that Android won't use the string resource in the body_loc_key
if the "normal" message body is also set - we have to let the server leave out the message body now when pushing to an Android device.
Post a Comment for "Firebase Push Notification Doesn't Use Android String Resource From Body_loc_key"