Reputation: 3428
Is it possible to use GCM (in the new API) for clients that don't have the GPlus APK installed?
I'm not liking the Google dialog approach:
GooglePlusUtil.getErrorDialog(gPlusErrorCode, activity, Constants.WAIT_FOR_RESULT_CODE).show();
Also: Is there a mature XMPP alternative to GPlus for Android?
10x
Upvotes: 0
Views: 104
Reputation: 1006744
Is it possible to use GCM (in the new API) for clients that don't have the GPlus APK installed?
Yes.
I'm not liking the Google dialog approach:
Since that code has nothing to do with GCM, I fail to see the problem.
Upvotes: 2