My app works fine on versions of android below 4.3 However on 4.3 I get the the following error when I do
GCMRegistrar.checkDevice(SplashActivity.this);
GCMRegistrar.checkManifest(SplashActivity.this);
here is the (part of ) stracktrace :
java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf
What shall I do ?