Android Push Notification on device

Emulator receiving notifications, device isn’t, both are registering on the backend. The device is a Samsung Galaxy S8+.

Getting this error when device connected to machine:

E/BackendlessFCMService: Error processing push notification
java.lang.NoSuchMethodError: No virtual method deepCopy()Landroid/os/Bundle; in class Landroid/os/Bundle; or its super classes (declaration of ‘android.os.Bundle’ appears in /system/framework/framework.jar)
at com.backendless.push.BackendlessFCMService.handleMessage(BackendlessFCMService.java:110)
at com.backendless.push.BackendlessFCMService.onMessageReceived(BackendlessFCMService.java:77)
at com.google.firebase.messaging.FirebaseMessagingService.zzd(Unknown Source)
at com.google.firebase.iid.zzc.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at com.google.android.gms.common.util.concurrent.zza.run(Unknown Source)
at java.lang.Thread.run(Thread.java:762)

Any help would be greatly appreciated!

Hi Robert,

I believe this is something we just fixed. Could you please update the SDK to version 5.2.2 and let me know if the problem goes away?

Regards,
Mark

Problem resolved, thank you!!