Getting "Widevine DRM not supported on this device" exception when pushing a notification from AWS SNS to Android Emulator.
Steps followed
- Developed Android mobile app and running in Android Emulator API 19
- Registered my APP in Firebase of Google Cloud and can send notification to my mobile app from Firebase console.
- Registered in AWS Cloud and SNS Service.
- Downloaded java code from SNS Sample Application and provided all details required form GCM + Android
- Used SNSMobilePush.java class to push sample notifications (SampleMessageGenerator.getSampleAndroidMessage()) to my running mobile emulator app
- No notification found in Android.
- Checked Android logs and found "Widevine DRM not supported on this device android.media.UnsupportedSchemeException: Failed to instantiate drm object." exception.
Any idea about this issue?
Notification doesn't work for emulators. We have to run the app on actual device to test notifications.