I use FCM
in my project
It work correct on Sony xperia, Galaxy S6, Motorola and more. But on Galaxy S3 i get java.io.IOException: SERVICE_NOT_AVAILABLE
error
Time of Galaxy S3 is auto and google play is updated
Internet connection is strong and i connected to open internet without proxy
Fatal Exception: com.google.android.gms.tasks.RuntimeExecutionException java.io.IOException: SERVICE_NOT_AVAILABLE
while try to retrieve the token from result. so my concern is how to prevent the app from crashing with this error? – Concert