Harris Suleman
Harris Suleman
Thanks for the fast reply @argzdev. We are intended to get a payload of RemoteMessage in onMessageReceived (override function of FirebaseMessagingService) whenever the application is opened or closed or in...
Dear @argzdev, thanks for the understanding. Could you please share the estimated timeline here?
Hi @gsakakihara thanks for your reply. I integrate Firebase cloud messaging SDK in my application and make a separate class that extends from FirebaseMessagingService. I get FCM ID from onNewToken...
@gsakakihara FYI. My Android Code: import android.content.Intent; import android.util.Log; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.localbroadcastmanager.content.LocalBroadcastManager; import com.android.volley.DefaultRetryPolicy; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.toolbox.StringRequest; import com.android.volley.toolbox.Volley; import com.google.firebase.messaging.FirebaseMessagingService; import...
My Manifest Code 
I am testing on the following real/actual devices: 1. TCL Smart TV Android Version 11 2. Mi Box S Android Version 9
Dear @gsakakihara, I do not have any emulators. I am testing on real devices. Our application is used by many customers. Using an emulator is not a good use case.
Hi @gsakakihara Sorry for the late reply. I do not know why are you saying about testing on an emulator. We are testing on real devices. Emulator is not a...
Hi @gsakakihara. Give me two days, i will share the testing results on an emulator with you.
Hi @seunghoh I am developing an OTT application for Samsung Tizen TVs using EnactJS.