Search code examples
androidgoogle-cloud-messagingkindle-fire

GCM is not working on Kindle fire devices: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf


Its throwing exception while calling GCM.register(this,SENDER_ID);

java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf

What is alternative option of GCM on Amazon devices?


Solution

  • Kindle Fire don't have "Google Play Services" library installed, so GCM won't work. Try ADM instead.